aboutsummaryrefslogblamecommitdiffstats
path: root/packages/contracts/util/constants.ts
blob: 5beebc68cd878bafc338c673ebd223866a5022f1 (plain) (tree)
1
2
3
4



                                     
export const constants = {
    NULL_BYTES: '0x',
    INVALID_OPCODE: 'invalid opcode',
};