Skip to content

Commit 7cb42c9

Browse files
authored
Merge pull request #8135 from BitGo/win-8039-baseurl-change
fix: changed the baseurl for arc
2 parents f02b672 + b5c602a commit 7cb42c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ const mainnetBase: EnvironmentTemplate = {
312312
baseUrl: 'https://blockscout.testnet.dogeos.com', //TODO: WIN-8082 => add mainnet url when available
313313
},
314314
arcusdc: {
315-
baseUrl: 'https://testnet.arcscan.app/api/v2', // WIN-8039 => add mainnet url when available
315+
baseUrl: 'https://testnet.arcscan.app/api', // WIN-8844 => add mainnet url when available
316316
},
317317
xdc: {
318318
baseUrl: 'https://api.etherscan.io/v2',
@@ -493,7 +493,7 @@ const testnetBase: EnvironmentTemplate = {
493493
baseUrl: 'https://blockscout.testnet.dogeos.com',
494494
},
495495
arcusdc: {
496-
baseUrl: 'https://testnet.arcscan.app/api/v2',
496+
baseUrl: 'https://testnet.arcscan.app/api', // WIN-8844 => add mainnet url when available
497497
},
498498
xdc: {
499499
baseUrl: 'https://api.etherscan.io/v2',

0 commit comments

Comments
 (0)