aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-04-02 19:30:33 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-04-02 19:45:59 +0800
commitc1d6c7ff66079731df405e25c4b2aa83c86fffb9 (patch)
tree1c4bf64c4b84e3979afe937bb8ae08dd7216914f
parent6e127947659f371a800136e1392b087f839007ab (diff)
downloaddexon-sol-tools-c1d6c7ff66079731df405e25c4b2aa83c86fffb9.tar
dexon-sol-tools-c1d6c7ff66079731df405e25c4b2aa83c86fffb9.tar.gz
dexon-sol-tools-c1d6c7ff66079731df405e25c4b2aa83c86fffb9.tar.bz2
dexon-sol-tools-c1d6c7ff66079731df405e25c4b2aa83c86fffb9.tar.lz
dexon-sol-tools-c1d6c7ff66079731df405e25c4b2aa83c86fffb9.tar.xz
dexon-sol-tools-c1d6c7ff66079731df405e25c4b2aa83c86fffb9.tar.zst
dexon-sol-tools-c1d6c7ff66079731df405e25c4b2aa83c86fffb9.zip
Fix a typo
-rw-r--r--packages/deployer/CHANGELOG.json2
-rw-r--r--packages/deployer/test/util/constants.ts4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/deployer/CHANGELOG.json b/packages/deployer/CHANGELOG.json
index cc0d8b7cf..4010250d1 100644
--- a/packages/deployer/CHANGELOG.json
+++ b/packages/deployer/CHANGELOG.json
@@ -3,7 +3,7 @@
"version": "0.3.5",
"changes": [
{
- "note": "Don't try to write contract artifact if the error occured",
+ "note": "Don't try to write contract artifact if an error occured",
"pr": 485
}
]
diff --git a/packages/deployer/test/util/constants.ts b/packages/deployer/test/util/constants.ts
index a1c2f4d30..5385b8d17 100644
--- a/packages/deployer/test/util/constants.ts
+++ b/packages/deployer/test/util/constants.ts
@@ -5,8 +5,8 @@ export const constants = {
jsonrpcUrl: 'http://localhost:8545',
optimizerEnabled: false,
gasPrice: new BigNumber(20000000000),
- timeoutMs: 20000,
+ timeoutMs: 30000,
zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
- specifiedContracts: 'Exchange',
+ specifiedContracts: '*',
};