diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 17b8134971..ed474c93a3 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -224,7 +224,7 @@ class Algorand extends Mainnet implements AccountNetwork { class AlgorandTestnet extends Testnet implements AccountNetwork { name = 'AlgorandTestnet'; family = CoinFamily.ALGO; - explorerUrl = 'https://explorer.bitquery.io/algorand_testnet/tx/'; + explorerUrl = 'https://testnet.explorer.perawallet.app/tx/'; } class Ada extends Mainnet implements AdaNetwork { diff --git a/modules/statics/test/unit/resources/amsTokenConfig.ts b/modules/statics/test/unit/resources/amsTokenConfig.ts index a1d5121d57..03a763b097 100644 --- a/modules/statics/test/unit/resources/amsTokenConfig.ts +++ b/modules/statics/test/unit/resources/amsTokenConfig.ts @@ -153,7 +153,7 @@ export const amsTokenConfig = { type: 'testnet', name: 'AlgorandTestnet', family: 'algo', - explorerUrl: 'https://explorer.bitquery.io/algorand_testnet/tx/', + explorerUrl: 'https://testnet.explorer.perawallet.app/tx/', }, primaryKeyCurve: 'ed25519', },