Skip to content

Commit

Permalink
Merge pull request #4394 from BitGo/WIN-2647-update-cosmos-endpoint
Browse files Browse the repository at this point in the history
chore(sdk-core): update cosmos's rest endpoint
  • Loading branch information
mukeshsp authored Apr 4, 2024
2 parents 80e6157 + d2fe11e commit a496493
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/sdk-core/src/bitgo/environments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ const mainnetBase: EnvironmentTemplate = {
injNodeUrl: 'https://sentry.lcd.injective.network', // reference https://docs.injective.network/develop/public-endpoints/
atomNodeUrl: 'https://rest.cosmos.directory/cosmoshub/',
osmoNodeUrl: 'https://lcd.osmosis.zone',
tiaNodeUrl: 'https://api-mocha.pops.one', // TODO(BG-78997): Celestia is still only in testnet update to mainnet url when it's live
seiNodeUrl: 'https://rest.atlantic-2.seinetwork.io', // TODO(BG-78997): Sei is still only in testnet update to mainnet url when it's live
tiaNodeUrl: 'https://public-celestia-lcd.numia.xyz', // reference https://docs.celestia.org/nodes/mainnet#api-endpoints
seiNodeUrl: 'https://sei-api.polkachu.com',
bldNodeUrl: 'https://agoric-api.polkachu.com',
beraNodeUrl: '', // TODO(WIN-693): update url when mainnet goes live
zetaNodeUrl: 'https://zetachain-athens.blockpi.network/lcd/v1/public', // TODO(WIN-142): update to mainnet url when it's live
zetaNodeUrl: 'https://zetachain.blockpi.network', // reference https://www.zetachain.com/docs/reference/api/
coreumNodeUrl: 'https://full-node.mainnet-1.coreum.dev:1317',
islmNodeUrl: 'https://rest.cosmos.haqq.network',
dotNodeUrls: ['wss://rpc.polkadot.io'],
Expand Down Expand Up @@ -169,7 +169,7 @@ const testnetBase: EnvironmentTemplate = {
seiNodeUrl: 'https://rest.atlantic-2.seinetwork.io',
bldNodeUrl: 'https://devnet.api.agoric.net',
beraNodeUrl: '', // TODO(WIN-693): update url when testnet goes live
zetaNodeUrl: 'https://rpc.ankr.com/http/zetachain_athens_testnet',
zetaNodeUrl: 'https://rest.nodejumper.io/zetachaintestnet', // reference : https://www.zetachain.com/docs/reference/api/
coreumNodeUrl: 'https://full-node.testnet-1.coreum.dev:1317',
islmNodeUrl: 'https://rest.cosmos.testedge2.haqq.network ',
dotNodeUrls: ['wss://westend-rpc.polkadot.io'],
Expand Down

0 comments on commit a496493

Please sign in to comment.