Skip to content

Commit ddf539c

Browse files
fix: using correct explorer for ada
Ticket: WIN-6000
1 parent 5c41923 commit ddf539c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)