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 = {
154154 zetaNodeUrl : 'https://zetachain.blockpi.network' , // reference https://www.zetachain.com/docs/reference/api/
155155 coreumNodeUrl : 'https://full-node.mainnet-1.coreum.dev:1317' ,
156156 runeNodeUrl : 'https://thornode.ninerealms.com' ,
157- babyNodeUrl : 'https://babylon.explorers.guru/' ,
157+ babyNodeUrl : '' , // TODO(COIN-2758) update url when mainnet goes live
158158 islmNodeUrl : 'https://rest.cosmos.haqq.network' ,
159159 dotNodeUrls : [ 'wss://rpc.polkadot.io' ] ,
160160 tronNodes : {
@@ -210,7 +210,7 @@ const testnetBase: EnvironmentTemplate = {
210210 zetaNodeUrl : 'https://rest.nodejumper.io/zetachaintestnet' , // reference : https://www.zetachain.com/docs/reference/api/
211211 coreumNodeUrl : 'https://full-node.testnet-1.coreum.dev:1317' ,
212212 runeNodeUrl : 'https://stagenet-thornode.ninerealms.com' ,
213- babyNodeUrl : 'https://testnet.babylon.explorers .guru/' ,
213+ babyNodeUrl : 'https://babylon- testnet-api.nodes .guru/' ,
214214 islmNodeUrl : 'https://rest.cosmos.testedge2.haqq.network ' ,
215215 dotNodeUrls : [ 'wss://westend-rpc.polkadot.io' ] ,
216216 tronNodes : {
You can’t perform that action at this time.
0 commit comments