bytecode.ts 217 Bytes
Newer Older
Kelvin Fichter's avatar
Kelvin Fichter committed
1 2 3 4 5 6
/* External Imports */
import { keccak256 } from 'ethers/lib/utils'

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