index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
contracts
/
util
/
constants.ts
blob: 5beebc68cd878bafc338c673ebd223866a5022f1 (
plain
) (
blame
)
1
2
3
4
export const
constants
= {
NULL_BYTES
:
'0x'
,
INVALID_OPCODE
:
'invalid opcode'
,
};