Skip to content

Commit 8133ea7

Browse files
committed
chore: remove program ids as it vary between systems
1 parent cb5e7f2 commit 8133ea7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

examples/L2/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
crates/l2/programs_ids.json

examples/L2/contracts/.env.holesky

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
RPC_URL=https://ethereum-holesky-rpc.publicnode.com
22
# Initial state root of db, see in crates/l2/db.rs
33
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
4+
# You can read it from crates/l2/programs_ids.json and generate it via `make generate_program_id`
5+
PROGRAM_ID=<PROGRAM_ID>
66
# Address of the wallet you want to set as owner
77
OWNER_ADDRESS=<CONTRACT_OWNER_ADDRESS>
88
# Private key used to deploy the contract

examples/L2/crates/l2/programs_ids.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)