Skip to content

Commit

Permalink
feat(protocol): L1 deployment script changes related to #13047 (#13052)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <[email protected]>
Co-authored-by: Daniel Wang <[email protected]>
  • Loading branch information
3 people authored Jan 25, 2023
1 parent bf9807e commit 462609e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/protocol/tasks/deploy_L1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ export async function deployContracts(hre: any) {
await utils.waitTx(
hre,
await AddressManager.setAddress(
`${chainId}.plonk_verifier`,
ethers.utils.solidityPack(
["string", "uint256"],
["plonk_verifier_", 0]
),
PlonkVerifier.address
)
);
Expand Down

0 comments on commit 462609e

Please sign in to comment.