Add HEX_BASE to constants

This commit is contained in:
Leonid Logvinov
2019-02-28 16:52:18 -08:00
parent 25d68c3904
commit 16f8339f3c

View File

@@ -22,6 +22,7 @@ const opCodeToGasCost: OpCodeToGasCost = {
// tslint:disable:number-literal-format
export const constants = {
NEW_CONTRACT: 'NEW_CONTRACT' as 'NEW_CONTRACT',
HEX_BASE: 16,
PUSH1: 0x60,
PUSH2: 0x61,
PUSH32: 0x7f,