Skip to content

Commit 37b4107

Browse files
fix: update rest endpoint for cronos
TICKET: COIN-4013
1 parent 30d53a3 commit 37b4107

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)