aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/constants.ts
blob: fef0a91a09a684c997655012d4223e767c83fcf0 (plain) (blame)
1
2
3
4
5
export const constants = {
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
    TESTRPC_NETWORK_ID: 50,
    MAX_DIGITS_IN_UNSIGNED_256_INT: 78,
};