Skip to content

Commit

Permalink
Merge pull request #3690 from BitGo/CE-985-ada-block-explorer-not-ope…
Browse files Browse the repository at this point in the history
…ning-to-the-tx

fix(statics): update ADA block explorer url
  • Loading branch information
yashrohatgi-bitgo committed Jun 27, 2023
2 parents 822a3f0 + 2d0fdb2 commit f748b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Ada extends Mainnet implements AdaNetwork {
utxolibName = 'cardano';
poolDeposit = 500000000;
stakeKeyDeposit = 2000000;
explorerUrl = 'https://explorer.cardano.org/en/';
explorerUrl = 'https://explorer.cardano.org/en/transaction?id=';
coinsPerUtxoWord = 34482;
maxTransactionSize = 8000;
maxValueSize = 4000;
Expand Down

0 comments on commit f748b26

Please sign in to comment.