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