Skip to content

Commit c724e3b

Browse files
fix: add Hoodi support for the circom example (#2141)
1 parent 5eaccba commit c724e3b

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)