constants.ts 178 Bytes
export const DUMMY_MESSAGE = {
  target: '0x' + '11'.repeat(20),
  sender: '0x' + '22'.repeat(20),
  message: '0x' + '33'.repeat(64),
  messageNonce: 1234,
  gasLimit: 100000,
}