Remove trailing slash

This commit is contained in:
Leonid Logvinov
2018-01-16 21:28:26 +01:00
parent 3894311d68
commit df9c2b193e

View File

@@ -1,6 +1,6 @@
export const constants = {
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
RPC_URL: 'http://localhost:8545/',
RPC_URL: 'http://localhost:8545',
ROPSTEN_NETWORK_ID: 3,
KOVAN_NETWORK_ID: 42,
TESTRPC_NETWORK_ID: 50,