Skip to content

Commit

Permalink
deploy testnet tokens split deploy and source publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed May 19, 2020
1 parent 04c3064 commit d614272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/scripts/deploy-testnet-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ const mainnetTokens = require(`${process.env.ZKSYNC_HOME}/etc/tokens/mainnet`);
const result = [];

for (const token of mainnetTokens) {


const constructorArgs = [`${token.name} (${process.env.ETH_NETWORK})`, token.symbol, token.decimals];

console.log(`Deploying testnet ERC20: ${constructorArgs.toString()}`);
Expand Down

0 comments on commit d614272

Please sign in to comment.