aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src/constants.ts
blob: 56e87d764bb486de5534b9c1295072e7b5fbade2 (plain) (blame)
1
2
3
4
5
6
export const constants = {
    RPC_URL: 'http://localhost:8545',
    RPC_PORT: 8545,
    GAS_LIMIT: 7000000,
    TESTRPC_FIRST_ADDRESS: '0x5409ed021d9299bf6814279a6a1411a7e866a631',
};