File tree Expand file tree Collapse file tree
modules/sdk-core/src/bitgo Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments