Skip to content

Commit 9ab7abd

Browse files
Merge branch 'testnet' into fix/add-hoodi-support-l2-example
2 parents e6e52c5 + c724e3b commit 9ab7abd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/circom/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ETH_RPC_URL=<RPC_URL>
33
PRIVATE_KEY=<PRIVATE_KEY>
44
# Deploy the contract with make deploy_contract_devnet
55
FIBONACCI_CONTRACT_ADDRESS=<FIBONACCI_CONTRACT_ADDRESS>
6-
NETWORK=<devnet|holesky|holeksy-stage|mainnet>
6+
NETWORK=<devnet|holesky|holeksy-stage|mainnet|hoodi>

examples/circom/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ impl EnvConfig {
3232
"holesky-stage" => Network::HoleskyStage,
3333
"holesky" => Network::Holesky,
3434
"mainnet" => Network::Mainnet,
35+
"hoodi" => Network::Hoodi,
3536
_ => panic!("Unsupported NETWORK value"),
3637
};
3738

0 commit comments

Comments
 (0)