Skip to content

Commit

Permalink
hide auxiliary scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 28, 2023
1 parent a193633 commit d4fcb7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/zkapps/tutorials/03-deploying-to-a-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,14 @@ A deploy alias consists of:
zk config
```

<!-- setting up the fee payer key and config

```sh
$ echo '{ "privateKey": "EKEnVLUhYHDJvgmgQu5SzaV8MWKNfhAXYSkLBRk5KEfudWZRbs4P", "publicKey": "B62qq1miZzh8QMumJ2dhJSvPxdeShGQ2G2cH4YXwxNLpPSvKdRVTb3q" }' > keys/live-local-network.json
$ echo '{ "version": 1, "deployAliases": { "live-local-network": { "url": "https://api.minascan.io/node/berkeley/v1/graphql", "feepayerKeyPath": "keys/live-local-network.json", "feepayerAlias": "cli-fee-payer", "keyPath": "keys/live-local-network.json", "fee": "0.1" } } }' > config.json
$ yes | zk deploy live-local-network
```
--->
For this tutorial on Berkeley Testnet, use:
Expand Down

0 comments on commit d4fcb7e

Please sign in to comment.