File tree 1 file changed +5
-6
lines changed 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -172,18 +172,17 @@ class AptTestnet extends Testnet implements AccountNetwork {
172
172
class Icp extends Mainnet implements AccountNetwork {
173
173
name = 'Internet Computer' ;
174
174
family = CoinFamily . ICP ;
175
- explorerUrl = 'https://www.icpexplorer.org/#/tx/' ; //TODO(WIN-4242): update to the test rosetta explorer url
176
- accountExplorerUrl = 'https://www.icpexplorer.org/#/account/?network=mainnet' ;
177
- blockExplorerUrl = 'https://www.icpexplorer.org/#/block/?network=mainnet' ;
175
+ explorerUrl = 'https://dashboard.internetcomputer.org/transaction/' ;
176
+ accountExplorerUrl = 'https://dashboard.internetcomputer.org/account/' ;
178
177
}
179
178
180
179
class IcpTestnet extends Testnet implements AccountNetwork {
181
180
name = 'Testnet Internet Computer' ;
182
181
family = CoinFamily . ICP ;
183
- explorerUrl = 'https://www.icpexplorer.org/#/tx/' ; //TODO(WIN-4242): update to the test rosetta explorer url
184
- accountExplorerUrl = 'https://www.icpexplorer.org/#/account/?network=testnet' ;
185
- blockExplorerUrl = 'https://www.icpexplorer.org/#/block/?network=testnet' ;
182
+ explorerUrl = 'https://dashboard.internetcomputer.org/transaction/' ; // ICP testnet explorer is not available, so using mainnet explorer
183
+ accountExplorerUrl = 'https://dashboard.internetcomputer.org/account/' ;
186
184
}
185
+
187
186
class Arbitrum extends Mainnet implements EthereumNetwork {
188
187
name = 'Arbitrum' ;
189
188
family = CoinFamily . ARBETH ;
You can’t perform that action at this time.
0 commit comments