aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src/constants.ts
blob: 4f7b4202aefbe75b630a003e51df0da5d96cfc1d (plain) (blame)
1
2
3
4
5
export const constants = {
    RPC_URL: 'http://localhost:8545',
    RPC_PORT: 8545,
    GAS_ESTIMATE: 1000000,
};