From 46e9223ab7c3471f8c3948fde14232e2a2e9f189 Mon Sep 17 00:00:00 2001 From: evgeniyjb Date: Mon, 22 Jul 2024 14:10:02 +0200 Subject: [PATCH] [ota.1.1] --- src/constants/bridgeData.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/constants/bridgeData.ts b/src/constants/bridgeData.ts index 7f1fa6737..68d2dac01 100644 --- a/src/constants/bridgeData.ts +++ b/src/constants/bridgeData.ts @@ -20,8 +20,7 @@ export const BRIDGE_DATA = { bsc: 'https://relay-bsc.ambrosus.io/fees' } }, - BRIDGE_CONFIG: - 'https://raw.githubusercontent.com/ambrosus/ambrosus-bridge/28ef2bb7d101581436e2fd2deba740d5698795a8/contracts/configs/main.json' + BRIDGE_CONFIG: 'https://bridge-config.ambrosus.io/v2' }, stage: { // bridge token exception addresses @@ -41,8 +40,7 @@ export const BRIDGE_DATA = { bsc: 'https://relay-bsc.ambrosus.io/fees' } }, - BRIDGE_CONFIG: - 'https://raw.githubusercontent.com/ambrosus/ambrosus-bridge/28ef2bb7d101581436e2fd2deba740d5698795a8/contracts/configs/main.json' + BRIDGE_CONFIG: 'https://bridge-config.ambrosus.io/v2' }, testnet: { // bridge token exception addresses @@ -63,7 +61,6 @@ export const BRIDGE_DATA = { bsc: 'https://relay-bsc.ambrosus-test.io/fees' } }, - BRIDGE_CONFIG: - 'https://raw.githubusercontent.com/ambrosus/ambrosus-bridge/dev/contracts/configs/test.json' + BRIDGE_CONFIG: 'https://bridge-config.ambrosus-test.io/v2' } };