diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-28 20:42:48 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-09-28 20:42:48 +0800 |
commit | db419ffcc76eb4e11f84aad3a51efe7fa900ef57 (patch) | |
tree | 4a1c88b95356da06f81d23387dfbf1be84d1a274 /test/utils | |
parent | b537636b427a16d50bfd5d48fb627e2b64d4944c (diff) | |
download | dexon-sol-tools-db419ffcc76eb4e11f84aad3a51efe7fa900ef57.tar dexon-sol-tools-db419ffcc76eb4e11f84aad3a51efe7fa900ef57.tar.gz dexon-sol-tools-db419ffcc76eb4e11f84aad3a51efe7fa900ef57.tar.bz2 dexon-sol-tools-db419ffcc76eb4e11f84aad3a51efe7fa900ef57.tar.lz dexon-sol-tools-db419ffcc76eb4e11f84aad3a51efe7fa900ef57.tar.xz dexon-sol-tools-db419ffcc76eb4e11f84aad3a51efe7fa900ef57.tar.zst dexon-sol-tools-db419ffcc76eb4e11f84aad3a51efe7fa900ef57.zip |
Add tests for ropsten artifacts
Diffstat (limited to 'test/utils')
-rw-r--r-- | test/utils/constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/utils/constants.ts b/test/utils/constants.ts index b677d7361..c7d3aebca 100644 --- a/test/utils/constants.ts +++ b/test/utils/constants.ts @@ -3,5 +3,6 @@ export const constants = { RPC_HOST: 'localhost', RPC_PORT: 8545, TESTRPC_NETWORK_ID: 50, - KOVAN_RPC_URL: 'https://kovan.0xproject.com', + KOVAN_RPC_URL: 'https://kovan.infura.io', + ROPSTEN_RPC_URL: 'https://ropsten.infura.io', }; |