Skip to content

Commit 003d7be

Browse files
fix(statics): update BABY explorer links to Mintscan
Replace deprecated Nodes.Guru explorer URLs for Babylon (BABY) with Mintscan URLs, as the Babylon team has deprecated Nodes.Guru. Ticket: CSHLD-561
1 parent 3a2e55b commit 003d7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,13 +1124,13 @@ class RuneTestNet extends Testnet implements AccountNetwork {
11241124
class Baby extends Mainnet implements AccountNetwork {
11251125
name = 'Babylon';
11261126
family = CoinFamily.BABY;
1127-
explorerUrl = 'https://babylon.explorers.guru/transaction/';
1127+
explorerUrl = 'https://www.mintscan.io/babylon/tx/';
11281128
}
11291129

11301130
class BabyTestnet extends Testnet implements AccountNetwork {
11311131
name = 'Testnet Babylon';
11321132
family = CoinFamily.BABY;
1133-
explorerUrl = 'https://testnet.babylon.explorers.guru/transaction/';
1133+
explorerUrl = 'https://www.mintscan.io/babylon-testnet/tx/';
11341134
}
11351135

11361136
class Mantra extends Mainnet implements CosmosNetwork {

0 commit comments

Comments
 (0)