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 @@ -154,13 +154,17 @@ class AdaTestnet extends Testnet implements AdaNetwork {
154154class Apt extends Mainnet implements AccountNetwork {
155155 name = 'Apt' ;
156156 family = CoinFamily . APT ;
157- explorerUrl = 'https://explorer.aptoslabs.com/?network=mainnet' ;
157+ explorerUrl = 'https://explorer.aptoslabs.com/txn/?network=mainnet' ;
158+ accountExplorerUrl = 'https://explorer.aptoslabs.com/account/?network=mainnet' ;
159+ blockExplorerUrl = 'https://explorer.aptoslabs.com/block/?network=mainnet' ;
158160}
159161
160162class AptTestnet extends Testnet implements AccountNetwork {
161163 name = 'Testnet Apt' ;
162164 family = CoinFamily . APT ;
163- explorerUrl = 'https://explorer.aptoslabs.com/?network=testnet' ;
165+ explorerUrl = 'https://explorer.aptoslabs.com/txn/?network=testnet' ;
166+ accountExplorerUrl = 'https://explorer.aptoslabs.com/account/?network=testnet' ;
167+ blockExplorerUrl = 'https://explorer.aptoslabs.com/block/?network=testnet' ;
164168}
165169
166170class Icp extends Mainnet implements AccountNetwork {
You can’t perform that action at this time.
0 commit comments