We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c9373d + a1e5902 commit 966e788Copy full SHA for 966e788
modules/statics/src/networks.ts
@@ -143,7 +143,7 @@ class Ada extends Mainnet implements AdaNetwork {
143
utxolibName = 'cardano';
144
poolDeposit = 500000000;
145
stakeKeyDeposit = 2000000;
146
- explorerUrl = 'https://beta.explorer.cardano.org/en/transaction/';
+ explorerUrl = 'https://cexplorer.io/';
147
coinsPerUtxoWord = 34482;
148
maxTransactionSize = 8000;
149
maxValueSize = 4000;
0 commit comments