Remove trailing slash
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
export const constants = {
 | 
					export const constants = {
 | 
				
			||||||
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
 | 
					    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
 | 
				
			||||||
    RPC_URL: 'http://localhost:8545/',
 | 
					    RPC_URL: 'http://localhost:8545',
 | 
				
			||||||
    ROPSTEN_NETWORK_ID: 3,
 | 
					    ROPSTEN_NETWORK_ID: 3,
 | 
				
			||||||
    KOVAN_NETWORK_ID: 42,
 | 
					    KOVAN_NETWORK_ID: 42,
 | 
				
			||||||
    TESTRPC_NETWORK_ID: 50,
 | 
					    TESTRPC_NETWORK_ID: 50,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user