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.
1 parent 3ad0aba commit 8af8b86Copy full SHA for 8af8b86
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