We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23682c commit a58b5a7Copy full SHA for a58b5a7
1 file changed
examples/l2/README.md
@@ -146,15 +146,15 @@ make gen_devnet_owner_wallet
146
147
Finally, generate the program id with:
148
149
-````shell
+```shell
150
make generate_program_id
151
```
152
153
Copy the address to the generated `.env` and deploy the contract:
154
155
```shell
156
make deploy_contract
157
-````
+```
158
159
Pass the output address in the `.env` and [run the l2](#run-the-l2).
160
0 commit comments