diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-04 15:31:57 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-04-04 15:31:57 +0800 |
commit | 43e07e7ce3dd61af8048c20aa2355010f0c72c22 (patch) | |
tree | 84da5a773b83e1c5c452ccbd8fb22342f9d28c84 /packages/0x.js/test/utils/constants.ts | |
parent | 5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a (diff) | |
download | dexon-0x-contracts-43e07e7ce3dd61af8048c20aa2355010f0c72c22.tar.gz dexon-0x-contracts-43e07e7ce3dd61af8048c20aa2355010f0c72c22.tar.zst dexon-0x-contracts-43e07e7ce3dd61af8048c20aa2355010f0c72c22.zip |
Update 0x.js to run tests against in-process ganache
Diffstat (limited to 'packages/0x.js/test/utils/constants.ts')
-rw-r--r-- | packages/0x.js/test/utils/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/0x.js/test/utils/constants.ts b/packages/0x.js/test/utils/constants.ts index cf030259c..3b74fa863 100644 --- a/packages/0x.js/test/utils/constants.ts +++ b/packages/0x.js/test/utils/constants.ts @@ -6,4 +6,5 @@ export const constants = { KOVAN_RPC_URL: 'https://kovan.infura.io/', ROPSTEN_RPC_URL: 'https://ropsten.infura.io/', ZRX_DECIMALS: 18, + NULL_BYTES: '0x', }; |