Commit 378bc058 authored by Kelvin Fichter's avatar Kelvin Fichter

feat: set high default l2xdm message nonce for next regenesis

parent 29f1c228
......@@ -85,6 +85,8 @@ export const makeL2GenesisFile = async (
// See usage of this default in the L2CrossDomainMessenger contract.
xDomainMsgSender: '0x000000000000000000000000000000000000dEaD',
l1CrossDomainMessenger: cfg.l1CrossDomainMessengerAddress,
// Set the messageNonce to a high value to avoid overwriting old sent messages.
messageNonce: 100000,
},
WETH9: {
name: 'Wrapped Ether',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment