Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Jan 4, 2024
1 parent 5e34d22 commit de26d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-verifier/deploy_l1/10_testl1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {

const OPVerifier = await deployments.get('OPVerifier');
const TestL2 = await hre.companionNetworks['l2'].deployments.get('TestL2');
console.log([OPVerifier.address, TestL2.address])
console.log(`TestL1 is deployed with OPVerifier.address ${OPVerifier.address} and TestL2.address ${TestL2.address} as argments`)
await deploy('TestL1', {
from: deployer,
args: [OPVerifier.address, TestL2.address],
Expand Down

0 comments on commit de26d51

Please sign in to comment.