Skip to content

Commit a1e5902

Browse files
committed
chore: show updated ada explorer
ticket: WIN-4925
1 parent cf1ff70 commit a1e5902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Ada extends Mainnet implements AdaNetwork {
143143
utxolibName = 'cardano';
144144
poolDeposit = 500000000;
145145
stakeKeyDeposit = 2000000;
146-
explorerUrl = 'https://beta.explorer.cardano.org/en/transaction/';
146+
explorerUrl = 'https://cexplorer.io/';
147147
coinsPerUtxoWord = 34482;
148148
maxTransactionSize = 8000;
149149
maxValueSize = 4000;

0 commit comments

Comments
 (0)