Skip to content

Commit 966e788

Browse files
authored
Merge pull request #6289 from BitGo/win-4925-main-update-ada-expl
chore: show updated ada explorer
2 parents 0c9373d + a1e5902 commit 966e788

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)