aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/constants.ts
blob: 64d2228a31190c250fb45c055b4855812805137a (plain) (blame)
1
2
3
4
5
6
7
8
// tslint:disable:number-literal-format
export const constants = {
    NEW_CONTRACT: 'NEW_CONTRACT',
    PUSH1: 0x60,
    PUSH2: 0x61,
    PUSH32: 0x7f,
    TIMESTAMP: 0x42,
};