Skip to content

Commit

Permalink
Merge pull request #4392 from BitGo/WIN-2634-fix-inj-url
Browse files Browse the repository at this point in the history
chore(sdk-core): fix injective url
  • Loading branch information
DinshawKothari authored Apr 4, 2024
2 parents 1892106 + 911d62a commit 80e6157
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 @@ -117,7 +117,7 @@ const mainnetBase: EnvironmentTemplate = {
solNodeUrl: 'https://api.mainnet-beta.solana.com',
adaNodeUrl: 'https://api.koios.rest/api/v0',
hashNodeUrl: 'https://api.provenance.io',
injNodeUrl: 'https://k8s.global.mainnet.lcd.injective.network',
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
Expand Down Expand Up @@ -162,7 +162,7 @@ const testnetBase: EnvironmentTemplate = {
solNodeUrl: 'https://api.devnet.solana.com',
adaNodeUrl: 'https://preprod.koios.rest/api/v0',
hashNodeUrl: 'https://api.test.provenance.io',
injNodeUrl: 'https://k8s.testnet.lcd.injective.network',
injNodeUrl: 'https://injective-testnet-rest.publicnode.com', // Official endpoint is not working so using this : reference https://injective-rpc.publicnode.com/?testnet
atomNodeUrl: 'https://rest.sentry-02.theta-testnet.polypore.xyz/',
osmoNodeUrl: 'https://lcd.osmotest5.osmosis.zone',
tiaNodeUrl: 'https://api-mocha.pops.one',
Expand Down

0 comments on commit 80e6157

Please sign in to comment.