From ba30c375cad4a90b324c94e69d85829ccfec2d93 Mon Sep 17 00:00:00 2001 From: Zach Kelling Date: Sun, 31 Dec 2023 01:05:11 +0100 Subject: [PATCH] Update models --- explorer/models/{LayerSwapAppSettings.ts => BridgeAppSettings.ts} | 0 explorer/models/{LayerSwapAuth.ts => BridgeAuth.ts} | 0 explorer/models/{LayerSwapSettings.ts => BridgeSettings.ts} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename explorer/models/{LayerSwapAppSettings.ts => BridgeAppSettings.ts} (100%) rename explorer/models/{LayerSwapAuth.ts => BridgeAuth.ts} (100%) rename explorer/models/{LayerSwapSettings.ts => BridgeSettings.ts} (100%) diff --git a/explorer/models/LayerSwapAppSettings.ts b/explorer/models/BridgeAppSettings.ts similarity index 100% rename from explorer/models/LayerSwapAppSettings.ts rename to explorer/models/BridgeAppSettings.ts diff --git a/explorer/models/LayerSwapAuth.ts b/explorer/models/BridgeAuth.ts similarity index 100% rename from explorer/models/LayerSwapAuth.ts rename to explorer/models/BridgeAuth.ts diff --git a/explorer/models/LayerSwapSettings.ts b/explorer/models/BridgeSettings.ts similarity index 100% rename from explorer/models/LayerSwapSettings.ts rename to explorer/models/BridgeSettings.ts