@@ -18,7 +18,7 @@ pub async fn submit(
1818
1919#### Arguments
2020
21- - `network ` - The network on which the proof will be submitted (`devnet | holesky | mainnet `)
21+ - `network ` - The network on which the proof will be submitted (`devnet | holesky | mainnet | hoodi `)
2222- `verification_data ` - The verification data for the proof .
2323- `max_fee ` - The maximum fee that the submitter is willing to pay for the proof verification .
2424- `wallet ` - The wallet used to sign the proof . Should be using correct chain id . See `get_chain_id `.
@@ -62,7 +62,7 @@ pub async fn submit_multiple(
6262
6363#### Arguments
6464
65- - `network ` - The network on which the proof will be submitted (`devnet | holesky | mainnet `)
65+ - `network ` - The network on which the proof will be submitted (`devnet | holesky | mainnet | hoodi `)
6666- `verification_data ` - A verification data array .
6767- `max_fee ` - The maximum fee that the submitter is willing to pay for the verification for each proof .
6868- `wallet ` - The wallet used to sign the proof . Should be using correct chain id . See `get_chain_id `.
@@ -108,7 +108,7 @@ pub async fn submit_and_wait_verification(
108108#### Arguments
109109
110110- `eth_rpc_url ` - The URL of the Ethereum RPC node .
111- - `network ` - The network on which the verification will be done (`devnet | holesky | mainnet `)
111+ - `network ` - The network on which the verification will be done (`devnet | holesky | mainnet | hoodi `)
112112- `verification_data ` - The verification data for the proof .
113113- `max_fee ` - The maximum fee that the submitter is willing to pay for the proof verification .
114114- `wallet ` - The wallet used to sign the proof . Should be using correct chain id . See `get_chain_id `.
@@ -157,7 +157,7 @@ pub async fn submit_multiple_and_wait_verification(
157157#### Arguments
158158
159159- `eth_rpc_url ` - The URL of the Ethereum RPC node .
160- - `network ` - The network on which the verification will be done (`devnet | holesky | mainnet `)
160+ - `network ` - The network on which the verification will be done (`devnet | holesky | mainnet | hoodi `)
161161- `verification_data ` - A verification data array .
162162- `max_fee ` - The maximum fee that the submitter is willing to pay for the proof verification .
163163- `wallet ` - The wallet used to sign the proof . Should be using correct chain id . See `get_chain_id `.
@@ -203,7 +203,7 @@ pub async fn is_proof_verified(
203203#### Arguments
204204
205205- `aligned_verification_data ` - The aligned verification data obtained when submitting the proofs .
206- - `network ` - The network on which the verification will be done (`devnet | holesky | mainnet `)
206+ - `network ` - The network on which the verification will be done (`devnet | holesky | mainnet | hoodi `)
207207- `eth_rpc_url ` - The URL of the Ethereum RPC node .
208208
209209#### Returns
0 commit comments