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.
1 parent cf1ff70 commit a1e5902Copy full SHA for a1e5902
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