aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/constants.ts
blob: aa1967f88da04dde7bc9a4d053cf373b27e2088e (plain) (blame)
1
2
3
4
5
export const constants = {
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
    RPC_HOST: 'localhost',
    RPC_PORT: 8545,
};