Skip to content

Commit

Permalink
fix script redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Oct 20, 2020
1 parent 5de003d commit 7f6a2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-erc20
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case $COMMAND in
{"name":"wBTC","symbol":"wBTC","decimals":8},
{"name": "BAT", "symbol": "BAT", "decimals": 18},
{"name": "MLTT", "symbol": "MLTT", "decimals": 18}
]' > $ZKSYNC_HOME/etc/tokens/localhost.json >> $ZKSYNC_HOME/etc/tokens/localhost.json
]' > $ZKSYNC_HOME/etc/tokens/localhost.json
;;
-h | --help)
echo "$USAGE"
Expand Down

0 comments on commit 7f6a2d6

Please sign in to comment.