Skip to content

Commit

Permalink
[ota.1.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyJB committed Jul 22, 2024
1 parent 50e20e1 commit 46e9223
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/constants/bridgeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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'
}
};

0 comments on commit 46e9223

Please sign in to comment.