File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ class Ada extends Mainnet implements AdaNetwork {
206206 utxolibName = 'cardano' ;
207207 poolDeposit = 500000000 ;
208208 stakeKeyDeposit = 2000000 ;
209- explorerUrl = 'https://cexplorer .io/' ;
209+ explorerUrl = 'https://cardanoscan .io/transaction /' ;
210210 coinsPerUtxoWord = 34482 ;
211211 maxTransactionSize = 8000 ;
212212 maxValueSize = 4000 ;
@@ -216,7 +216,7 @@ class AdaTestnet extends Testnet implements AdaNetwork {
216216 name = 'AdaCardanoTestnet' ;
217217 family = CoinFamily . ADA ;
218218 utxolibName = 'cardanoTestnet' ;
219- explorerUrl = 'https://preprod.cexplorer .io/' ;
219+ explorerUrl = 'https://preprod.cardanoscan .io/transaction /' ;
220220 coinsPerUtxoWord = 34482 ;
221221 maxTransactionSize = 8000 ;
222222 maxValueSize = 4000 ;
You can’t perform that action at this time.
0 commit comments