aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/cli.ts
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-02-21 05:42:35 +0800
committerAmir Bandeali <abandeali1@gmail.com>2018-02-21 05:42:35 +0800
commit67f28645018244a0aeda6404b7fd4ea33c67110f (patch)
tree279762a8fd99743e2060769147abd4531252ac4d /packages/deployer/src/cli.ts
parentc1bbcaba73b1798d5e336492acc00cfa300fc05f (diff)
downloaddexon-sol-tools-67f28645018244a0aeda6404b7fd4ea33c67110f.tar
dexon-sol-tools-67f28645018244a0aeda6404b7fd4ea33c67110f.tar.gz
dexon-sol-tools-67f28645018244a0aeda6404b7fd4ea33c67110f.tar.bz2
dexon-sol-tools-67f28645018244a0aeda6404b7fd4ea33c67110f.tar.lz
dexon-sol-tools-67f28645018244a0aeda6404b7fd4ea33c67110f.tar.xz
dexon-sol-tools-67f28645018244a0aeda6404b7fd4ea33c67110f.tar.zst
dexon-sol-tools-67f28645018244a0aeda6404b7fd4ea33c67110f.zip
Address feedback
Diffstat (limited to 'packages/deployer/src/cli.ts')
-rw-r--r--packages/deployer/src/cli.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/deployer/src/cli.ts b/packages/deployer/src/cli.ts
index b093dd71b..ba156ac20 100644
--- a/packages/deployer/src/cli.ts
+++ b/packages/deployer/src/cli.ts
@@ -16,6 +16,7 @@ const DEFAULT_NETWORK_ID = 50;
const DEFAULT_JSONRPC_PORT = 8545;
const DEFAULT_GAS_PRICE = (10 ** 9 * 2).toString();
const DEFAULT_CONTRACTS_LIST = '*';
+
/**
* Compiles all contracts with options passed in through CLI.
* @param argv Instance of process.argv provided by yargs.