Commit 642028a1 authored by elenadimitrova's avatar elenadimitrova Committed by Elena Gesheva

Fix deploy script OVM_L2StandardTokenFactory constructor params

parent b6a40240
...@@ -20,8 +20,8 @@ const deployFn: DeployFunction = async (hre: any) => { ...@@ -20,8 +20,8 @@ const deployFn: DeployFunction = async (hre: any) => {
await deploy('OVM_L2StandardTokenFactory', { await deploy('OVM_L2StandardTokenFactory', {
contract: l2TokenFactory, contract: l2TokenFactory,
args: [],
from: deployer, from: deployer,
args: [factoryOwner, initialGasPrice],
log: true, log: true,
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment