We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2922b24 + 8af8b86 commit 951428dCopy full SHA for 951428d
modules/statics/src/networks.ts
@@ -780,7 +780,7 @@ class Bld extends Mainnet implements AccountNetwork {
780
class BldTestnet extends Testnet implements AccountNetwork {
781
name = 'Testnet Agoric';
782
family = CoinFamily.BLD;
783
- explorerUrl = 'https://devnet.explorer.agoric.net/agoric/tx/';
+ explorerUrl = 'https://emerynet.explorer.agoric.net/agoric/tx/';
784
}
785
786
class Sei extends Mainnet implements AccountNetwork {
0 commit comments