Skip to content

Commit

Permalink
feat(config.json): add comment guiding users to update feepayer key p…
Browse files Browse the repository at this point in the history
…ath and update config to reflect aditional current fields
  • Loading branch information
ymekuria committed Dec 1, 2023
1 parent 71cff97 commit b4d4f67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/zkapps/04-zkapp-browser-ui/contracts/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"version": 1,
"networks": {
"deployAliases": {
"berkeley": {
"url": "https://proxy.berkeley.minaexplorer.com/graphql",
"keyPath": "keys/berkeley.json",
"fee": "0.1",
"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"
}
}
}

0 comments on commit b4d4f67

Please sign in to comment.