Skip to content

Commit 8af8b86

Browse files
committed
chore: update tx url for bld
Ticket: WIN-5947
1 parent 3ad0aba commit 8af8b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ class Bld extends Mainnet implements AccountNetwork {
780780
class BldTestnet extends Testnet implements AccountNetwork {
781781
name = 'Testnet Agoric';
782782
family = CoinFamily.BLD;
783-
explorerUrl = 'https://devnet.explorer.agoric.net/agoric/tx/';
783+
explorerUrl = 'https://emerynet.explorer.agoric.net/agoric/tx/';
784784
}
785785

786786
class Sei extends Mainnet implements AccountNetwork {

0 commit comments

Comments
 (0)