We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5e7f2 commit 8133ea7Copy full SHA for 8133ea7
3 files changed
examples/L2/.gitignore
@@ -0,0 +1,2 @@
1
+
2
+crates/l2/programs_ids.json
examples/L2/contracts/.env.holesky
@@ -1,8 +1,8 @@
RPC_URL=https://ethereum-holesky-rpc.publicnode.com
# Initial state root of db, see in crates/l2/db.rs
3
INITIAL_STATE_ROOT=0x3c1d1c01f8e0a4533085bc9d8a3829c5f6872e6d6cf62e04ae71acbc803747ce
4
-# You can read it from crates/l2/programs_ids.json and generate it via make generate_program_id
5
-PROGRAM_ID=0x5961f68d41b2798f4dab05184d8f9cda39637d28097819906033c2f10b365ab1
+# You can read it from crates/l2/programs_ids.json and generate it via `make generate_program_id`
+PROGRAM_ID=<PROGRAM_ID>
6
# Address of the wallet you want to set as owner
7
OWNER_ADDRESS=<CONTRACT_OWNER_ADDRESS>
8
# Private key used to deploy the contract
examples/L2/crates/l2/programs_ids.json
0 commit comments