Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit ab05f73

Browse files
committed
add poseidon in super circuit row estimation
1 parent 1d69572 commit ab05f73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zkevm-circuits/src/super_circuit.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ impl<
383383
let rlp = RlpCircuit::min_num_rows_block(block);
384384
let exp = ExpCircuit::min_num_rows_block(block);
385385
let pi = PiCircuit::min_num_rows_block(block);
386+
let poseidon = PoseidonCircuit::min_num_rows_block(block);
386387
#[cfg(feature = "zktrie")]
387388
let mpt = MptCircuit::min_num_rows_block(block);
388389

@@ -396,6 +397,7 @@ impl<
396397
rlp,
397398
exp,
398399
pi,
400+
poseidon,
399401
#[cfg(feature = "zktrie")]
400402
mpt,
401403
];

0 commit comments

Comments
 (0)