Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 29, 2023
1 parent db2a6e4 commit 8ccc697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/libs/LibProving.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library LibProving {
address prover;
bytes[] proofs; // The first zkProofsPerBlock are ZKPs,
// followed by MKPs.
uint8[] circuits; // THe circuits IDs (size === zkProofsPerBlock)
uint16[] circuits; // THe circuits IDs (size === zkProofsPerBlock)
}

bytes32 public constant INVALIDATE_BLOCK_LOG_TOPIC =
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/tasks/deploy_L1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export async function deployContracts(hre: any) {
`${chainId}.${Buffer.from(
ethers.utils.arrayify(
ethers.utils.solidityPack(
["string", "uint256", "string", "uint8"],
["string", "uint256", "string", "uint16"],
["plonk_verifier_", 0, "_", 0]
)
)
Expand Down

0 comments on commit 8ccc697

Please sign in to comment.