File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -172,13 +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' ; //TODO(WIN-4242): update to the prod rosetta explorer url
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' ;
176
178
}
177
179
178
180
class IcpTestnet extends Testnet implements AccountNetwork {
179
181
name = 'Testnet Internet Computer' ;
180
182
family = CoinFamily . ICP ;
181
- explorerUrl = 'https://www.icpexplorer.org' ; //TODO(WIN-4242): update to the test rosetta explorer url
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
186
}
183
187
class Arbitrum extends Mainnet implements EthereumNetwork {
184
188
name = 'Arbitrum' ;
You can’t perform that action at this time.
0 commit comments