We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaccba commit c724e3bCopy full SHA for c724e3b
examples/circom/.env.example
@@ -3,4 +3,4 @@ ETH_RPC_URL=<RPC_URL>
3
PRIVATE_KEY=<PRIVATE_KEY>
4
# Deploy the contract with make deploy_contract_devnet
5
FIBONACCI_CONTRACT_ADDRESS=<FIBONACCI_CONTRACT_ADDRESS>
6
-NETWORK=<devnet|holesky|holeksy-stage|mainnet>
+NETWORK=<devnet|holesky|holeksy-stage|mainnet|hoodi>
examples/circom/src/config.rs
@@ -32,6 +32,7 @@ impl EnvConfig {
32
"holesky-stage" => Network::HoleskyStage,
33
"holesky" => Network::Holesky,
34
"mainnet" => Network::Mainnet,
35
+ "hoodi" => Network::Hoodi,
36
_ => panic!("Unsupported NETWORK value"),
37
};
38
0 commit comments