Skip to content

Commit

Permalink
fix(config.json): update berkeley deploy alias URL to use the new API…
Browse files Browse the repository at this point in the history
… endpoint for minascan.io

fix(config.json): update feepayerKeyPath description to mention zkApp CLI instead of zkApp-cli for consistency and clarity
  • Loading branch information
ymekuria committed Dec 7, 2023
1 parent d08bcc9 commit 8e53770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/zkapps/04-zkapp-browser-ui/contracts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"version": 1,
"deployAliases": {
"berkeley": {
"url": "https://proxy.berkeley.minaexplorer.com/graphql",
"url": "https://api.minascan.io/node/berkeley/v1/graphql",
"keyPath": "keys/berkeley.json",
"feepayerKeyPath": "This is specific to each developer and can be generated with the zkApp-cli. Update with your feepayer keypath to run this tutorial example",
"feepayerKeyPath": "This is specific to each developer and can be generated with the zkApp CLI. Update with your feepayer keypath to run this tutorial example",
"feepayerAlias": "dev",
"fee": ".1",
"smartContract": "Add"
Expand Down

0 comments on commit 8e53770

Please sign in to comment.