deploy erc20V3

This commit is contained in:
owen05
2022-02-21 16:31:27 +08:00
parent a7654e0116
commit 2fe76d34a4
15 changed files with 61 additions and 30 deletions

View File

@@ -48,7 +48,7 @@ module.exports = async (deployer, network, accounts) => {
ERC20Address,
CustomERC20Address,
CustomMintableERC20Address,
"100000000000000000" //0.1
"2000000000000000" //0.002
);
ERC20V3FactoryAddress = ERC20V3Factory.address;
logger.log("ERC20V3FactoryAddress: ", ERC20V3FactoryAddress);