bytecode.ts 263 Bytes
Newer Older
1 2 3 4 5 6 7
/* External Imports */
import { keccak256 } from 'ethers/lib/utils'

export const DUMMY_BYTECODE = '0x123412341234'
export const DUMMY_BYTECODE_BYTELEN = 6
export const UNSAFE_BYTECODE = '0x6069606955'
export const DUMMY_BYTECODE_HASH = keccak256(DUMMY_BYTECODE)