Skip to content

Commit

Permalink
feat(protocol): add a missing slot value in pre-deployed TaikoL2 ge…
Browse files Browse the repository at this point in the history
…neration (#14871)
  • Loading branch information
davidtaikocha authored Oct 1, 2023
1 parent be0fe1c commit ea737d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/protocol/utils/generate_genesis/taikoL2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ async function generateContractConfigs(
contractArtifacts.TaikoL2Proxy.deployedBytecode.object,
variables: {
// TaikoL2
// OwnableUpgradeable
_owner: contractOwner,
// keccak256(abi.encodePacked(block.chainid, basefee, ancestors))
publicInputHash: `${ethers.utils.solidityKeccak256(
["bytes32[256]"],
Expand Down

0 comments on commit ea737d3

Please sign in to comment.