Skip to content

Commit 02e5de4

Browse files
feat(statics): Update explorer and address url for iota
Ticket: WIN-8596 TICKET: WIN-8596
1 parent 48a0ef4 commit 02e5de4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

modules/statics/src/networks.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,13 +2135,15 @@ class VetTestnet extends Testnet implements EthereumNetwork {
21352135
class Iota extends Mainnet implements AccountNetwork {
21362136
name = 'Iota';
21372137
family = CoinFamily.IOTA;
2138-
explorerUrl = 'https://explorer.iota.org/?network=mainnet';
2138+
explorerUrl = 'https://explorer.iota.org/txblock/?network=mainnet';
2139+
accountExplorerUrl = 'https://explorer.iota.org/address/?network=mainnet';
21392140
}
21402141

21412142
class IotaTestnet extends Testnet implements AccountNetwork {
21422143
name = 'Testnet Iota';
21432144
family = CoinFamily.IOTA;
2144-
explorerUrl = 'https://explorer.iota.org/?network=testnet';
2145+
explorerUrl = 'https://explorer.iota.org/txblock/?network=testnet';
2146+
accountExplorerUrl = 'https://explorer.iota.org/address/?network=testnet';
21452147
}
21462148

21472149
class Flow extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)