Skip to content

Commit 944857b

Browse files
authored
Merge pull request #6089 from BitGo/COIN-4013-COIN-4012-sdk-changes
fix: cosmos batch rpc to rest urls and dorado testnet for fetch
2 parents b9c637e + 3175a5c commit 944857b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ 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://rpc.mainnet.cronos-pos.org/',
177-
fetchNodeUrl: 'https://rpc-fetchhub.fetch.ai/',
178-
initNodeUrl: 'https://rpc.initia.xyz/', //TODO: COIN-3992: post mainnet launch re-check or change this
176+
cronosNodeUrl: 'https://cronos-rest.publicnode.com/',
177+
fetchNodeUrl: 'https://rest-fetchhub.fetch.ai/',
178+
initNodeUrl: 'https://rest.initia.xyz/', //TODO: COIN-3992: post mainnet launch re-check or change this
179179
dotNodeUrls: ['wss://rpc.polkadot.io'],
180180
substrateNodeUrls: ['wss://entrypoint-finney.opentensor.ai/'],
181181
tronNodes: {
@@ -245,9 +245,9 @@ const testnetBase: EnvironmentTemplate = {
245245
babyNodeUrl: 'https://babylon-testnet-api.nodes.guru/',
246246
islmNodeUrl: 'https://rest.cosmos.testedge2.haqq.network ',
247247
mantraNodeUrl: 'https://mantra-testnet-rest.publicnode.com/',
248-
cronosNodeUrl: 'https://rpc.testnet-croeseid-4.cronos-pos.org/',
249-
fetchNodeUrl: 'https://rpc-eridanus-1.fetch.ai/',
250-
initNodeUrl: 'https://rpc.testnet.initia.xyz/',
248+
cronosNodeUrl: 'https://testnet-croeseid-4.crypto.org:1317/',
249+
fetchNodeUrl: 'https://rest-dorado.fetch.ai/',
250+
initNodeUrl: 'https://rest.testnet.initia.xyz/',
251251
dotNodeUrls: ['wss://westend-rpc.polkadot.io'],
252252
substrateNodeUrls: ['wss://test.finney.opentensor.ai'],
253253
tronNodes: {

0 commit comments

Comments
 (0)