7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
export const constants = {
|
|
RPC_URL: 'http://localhost:8545',
|
|
RPC_PORT: 8545,
|
|
GAS_LIMIT: 9e6,
|
|
TESTRPC_FIRST_ADDRESS: '0x5409ed021d9299bf6814279a6a1411a7e866a631',
|
|
};
|