Skip to content

Commit 81ff959

Browse files
fix: fix ada public rest endpoint
Ticket: WIN-5675 TICKET: WIN-5675
1 parent fa8c2df commit 81ff959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const mainnetBase: EnvironmentTemplate = {
158158
eosNodeUrls: ['https://bp.cryptolions.io', 'https://api.eosnewyork.io', 'https://api.eosdetroit.io'],
159159
nearNodeUrls: ['https://api.fastnear.com'],
160160
solNodeUrl: 'https://api.mainnet-beta.solana.com',
161-
adaNodeUrl: 'https://api.koios.rest/api/v0',
161+
adaNodeUrl: 'https://api.koios.rest/api/v1',
162162
hashNodeUrl: 'https://api.provenance.io',
163163
injNodeUrl: 'https://sentry.lcd.injective.network', // reference https://docs.injective.network/develop/public-endpoints/
164164
atomNodeUrl: 'https://rest.cosmos.directory/cosmoshub/',
@@ -230,7 +230,7 @@ const testnetBase: EnvironmentTemplate = {
230230
eosNodeUrls: ['https://kylin.eosn.io', 'https://api.kylin.alohaeos.com'],
231231
nearNodeUrls: ['https://test.api.fastnear.com'],
232232
solNodeUrl: 'https://api.devnet.solana.com',
233-
adaNodeUrl: 'https://preprod.koios.rest/api/v0',
233+
adaNodeUrl: 'https://preprod.koios.rest/api/v1',
234234
hashNodeUrl: 'https://api.test.provenance.io',
235235
injNodeUrl: 'https://testnet.sentry.lcd.injective.network', // COIN-1219 : reference https://docs.injective.network/develop/public-endpoints/#testnet
236236
atomNodeUrl: 'https://rest.provider-sentry-02.ics-testnet.polypore.xyz/',

0 commit comments

Comments
 (0)