Skip to content

Commit

Permalink
fix(sdk-core): fix coreum node url
Browse files Browse the repository at this point in the history
Ticket: WIN-1076
  • Loading branch information
hitansh-madan committed Nov 16, 2023
1 parent 48591ce commit 936c76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/sdk-core/src/bitgo/environments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const mainnetBase: EnvironmentTemplate = {
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
coreumNodeUrl: 'https://full-node.mainnet-1.coreum.dev:26657',
coreumNodeUrl: 'https://full-node.mainnet-1.coreum.dev:1317',
islmNodeUrl: 'https://rest.cosmos.haqq.network',
dotNodeUrls: ['wss://rpc.polkadot.io'],
tronNodes: {
Expand Down Expand Up @@ -167,7 +167,7 @@ const testnetBase: EnvironmentTemplate = {
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',
coreumNodeUrl: 'https://full-node.testnet-1.coreum.dev:26657',
coreumNodeUrl: 'https://full-node.testnet-1.coreum.dev:1317',
islmNodeUrl: 'https://rest.cosmos.testedge2.haqq.network ',
dotNodeUrls: ['wss://westend-rpc.polkadot.io'],
tronNodes: {
Expand Down

0 comments on commit 936c76d

Please sign in to comment.