Skip to content

Commit a3f98fe

Browse files
Merge pull request #5531 from BitGo/COIN-3107
fix(baby): update babyNodeUrl for testnet
2 parents 686047a + ec7bbe4 commit a3f98fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/sdk-core/src/bitgo/environments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)