diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-23 18:03:40 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-23 18:03:40 +0800 |
commit | 3f962585e9924a88082e91153cf3347922046941 (patch) | |
tree | 9e779472da466b79cc3b0ff7680d64d0156d87b4 /test/utils | |
parent | dcd08e40e61f5d98f03d71dc588e379f44817758 (diff) | |
download | dexon-sol-tools-3f962585e9924a88082e91153cf3347922046941.tar dexon-sol-tools-3f962585e9924a88082e91153cf3347922046941.tar.gz dexon-sol-tools-3f962585e9924a88082e91153cf3347922046941.tar.bz2 dexon-sol-tools-3f962585e9924a88082e91153cf3347922046941.tar.lz dexon-sol-tools-3f962585e9924a88082e91153cf3347922046941.tar.xz dexon-sol-tools-3f962585e9924a88082e91153cf3347922046941.tar.zst dexon-sol-tools-3f962585e9924a88082e91153cf3347922046941.zip |
Refactor KOVAN_URL to constants and fetch mnemonic from package.json
Diffstat (limited to 'test/utils')
-rw-r--r-- | test/utils/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/constants.ts b/test/utils/constants.ts index aa1967f88..8211eea00 100644 --- a/test/utils/constants.ts +++ b/test/utils/constants.ts @@ -2,4 +2,5 @@ export const constants = { NULL_ADDRESS: '0x0000000000000000000000000000000000000000', RPC_HOST: 'localhost', RPC_PORT: 8545, + KOVAN_URL: 'https://kovan.0xproject.com', }; |