Skip to content

Commit 5afc0c5

Browse files
chore(statics): add babyNodeUrl for mainnet
TICKET: COIN-2758
1 parent d771714 commit 5afc0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const mainnetBase: EnvironmentTemplate = {
156156
zetaNodeUrl: 'https://zetachain.blockpi.network', // reference https://www.zetachain.com/docs/reference/api/
157157
coreumNodeUrl: 'https://full-node.mainnet-1.coreum.dev:1317',
158158
runeNodeUrl: 'https://thornode.ninerealms.com',
159-
babyNodeUrl: '', // TODO(COIN-2758) update url when mainnet goes live
159+
babyNodeUrl: 'https://babylon.nodes.guru/api/',
160160
islmNodeUrl: 'https://rest.cosmos.haqq.network',
161161
mantraNodeUrl: 'https://mantra-rest.publicnode.com/',
162162
dotNodeUrls: ['wss://rpc.polkadot.io'],

0 commit comments

Comments
 (0)