aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/constants.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-09-29 00:18:19 +0800
committerGitHub <noreply@github.com>2017-09-29 00:18:19 +0800
commitcbc9e87d65171ae01a844f160f0b47f790bc3524 (patch)
tree9722f4823738d5396de61d92c84ce8b3ef8402cf /test/utils/constants.ts
parenta0af2719963df3313b0eae40952203319ee1e64f (diff)
parentdb419ffcc76eb4e11f84aad3a51efe7fa900ef57 (diff)
downloaddexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar
dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.gz
dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.bz2
dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.lz
dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.xz
dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.tar.zst
dexon-sol-tools-cbc9e87d65171ae01a844f160f0b47f790bc3524.zip
Merge pull request #173 from 0xProject/feature/ropsten-support
Add Ropsten support
Diffstat (limited to 'test/utils/constants.ts')
-rw-r--r--test/utils/constants.ts3
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',
};