@0x/dev-utils: Increase gas limit to 9e6

This commit is contained in:
Lawrence Forman 2019-09-22 13:08:59 -04:00
parent c72a15b488
commit aa4ee2c166

View File

@ -1,6 +1,6 @@
export const constants = {
RPC_URL: 'http://localhost:8545',
RPC_PORT: 8545,
GAS_LIMIT: 8000000,
GAS_LIMIT: 9e6,
TESTRPC_FIRST_ADDRESS: '0x5409ed021d9299bf6814279a6a1411a7e866a631',
};