Skip to content

Commit 951428d

Browse files
authored
Merge pull request #6323 from BitGo/bld-url
chore: update tx url for bld
2 parents 2922b24 + 8af8b86 commit 951428d

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)