File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2135,13 +2135,15 @@ class VetTestnet extends Testnet implements EthereumNetwork {
21352135class 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
21412142class 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
21472149class Flow extends Mainnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments