File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/sdk-core/src/bitgo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ const mainnetBase: EnvironmentTemplate = {
154
154
zetaNodeUrl : 'https://zetachain.blockpi.network' , // reference https://www.zetachain.com/docs/reference/api/
155
155
coreumNodeUrl : 'https://full-node.mainnet-1.coreum.dev:1317' ,
156
156
runeNodeUrl : 'https://thornode.ninerealms.com' ,
157
- babyNodeUrl : 'https://babylon.explorers.guru/' ,
157
+ babyNodeUrl : '' , // TODO(COIN-2758) update url when mainnet goes live
158
158
islmNodeUrl : 'https://rest.cosmos.haqq.network' ,
159
159
dotNodeUrls : [ 'wss://rpc.polkadot.io' ] ,
160
160
tronNodes : {
@@ -210,7 +210,7 @@ const testnetBase: EnvironmentTemplate = {
210
210
zetaNodeUrl : 'https://rest.nodejumper.io/zetachaintestnet' , // reference : https://www.zetachain.com/docs/reference/api/
211
211
coreumNodeUrl : 'https://full-node.testnet-1.coreum.dev:1317' ,
212
212
runeNodeUrl : 'https://stagenet-thornode.ninerealms.com' ,
213
- babyNodeUrl : 'https://testnet.babylon.explorers .guru/' ,
213
+ babyNodeUrl : 'https://babylon- testnet-api.nodes .guru/' ,
214
214
islmNodeUrl : 'https://rest.cosmos.testedge2.haqq.network ' ,
215
215
dotNodeUrls : [ 'wss://westend-rpc.polkadot.io' ] ,
216
216
tronNodes : {
You can’t perform that action at this time.
0 commit comments