Skip to content

Commit e952d49

Browse files
Merge pull request #6128 from BitGo/COIN-4013
fix: update rest endpoint for cronos
2 parents 8bafa8b + 37b4107 commit e952d49

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
@@ -173,7 +173,7 @@ const mainnetBase: EnvironmentTemplate = {
173173
babyNodeUrl: 'https://babylon.nodes.guru/api/',
174174
islmNodeUrl: 'https://rest.cosmos.haqq.network',
175175
mantraNodeUrl: 'https://mantra-rest.publicnode.com/',
176-
cronosNodeUrl: 'https://cronos-rest.publicnode.com/',
176+
cronosNodeUrl: 'https://cronos-pos-rest.publicnode.com/',
177177
fetchNodeUrl: 'https://rest-fetchhub.fetch.ai/',
178178
initNodeUrl: 'https://rest.initia.xyz/', //TODO: COIN-3992: post mainnet launch re-check or change this
179179
dotNodeUrls: ['wss://rpc.polkadot.io'],

0 commit comments

Comments
 (0)