Skip to content

Commit d9ee713

Browse files
Revert "Add hoodi option to the circom example"
This reverts commit 92b6c3a.
1 parent 788f8d8 commit d9ee713

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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|hoodi>
6+
NETWORK=<devnet|holesky|holeksy-stage|mainnet>

examples/circom/src/config.rs

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

0 commit comments

Comments
 (0)