6 lines
		
	
	
		
			141 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			141 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export const constants = {
 | 
						|
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
 | 
						|
    RPC_HOST: 'localhost',
 | 
						|
    RPC_PORT: 8545,
 | 
						|
};
 |