constants.ts 178 Bytes
Newer Older
kf's avatar
kf committed
1 2 3 4 5 6 7
export const DUMMY_MESSAGE = {
  target: '0x' + '11'.repeat(20),
  sender: '0x' + '22'.repeat(20),
  message: '0x' + '33'.repeat(64),
  messageNonce: 1234,
  gasLimit: 100000,
}