constants.ts 178 Bytes EditWeb IDE 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, }