Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Aug 1, 2024
1 parent 79d410b commit a370680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/scripts/localnet/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const deployTestContracts = async (protocolContracts: any, deployer: Signer, fun
gasLimit: 6721975,
};
const testERC20Factory = new ethers.ContractFactory(TestERC20.abi, TestERC20.bytecode, deployer);
const testEVMZeta = await testERC20Factory.deploy("zeta", "ZETA", deployOpts);
await testERC20Factory.deploy("zeta", "ZETA", deployOpts);

const token = await testERC20Factory.deploy("Test Token", "TTK", deployOpts);

Expand Down

0 comments on commit a370680

Please sign in to comment.