{ "chainId": 138, "description": "Address mapping from genesis.json reserved addresses to actual deployed addresses", "mappings": { "WETH9": { "genesisAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "deployedAddress": "0x3304b747E565a97ec8AC220b0B6A1f6ffDB837e6", "reason": "Genesis address is Ethereum mainnet WETH9 (deployed with CREATE, not CREATE2). Cannot recreate with CREATE2.", "status": "mapped" }, "WETH10": { "genesisAddress": "0xf4BB2e28688e89fCcE3c0580D37d36A7672E8A9F", "deployedAddress": "0x105F8A15b819948a89153505762444Ee9f324684", "reason": "Genesis address is Ethereum mainnet WETH10 (deployed with CREATE, not CREATE2). Cannot recreate with CREATE2.", "status": "mapped" } }, "notes": [ "These addresses are pre-allocated in genesis.json with balance 0x0 and no code", "The genesis addresses are Ethereum mainnet addresses that cannot be recreated with CREATE2", "Use the deployedAddress for all contract interactions", "The genesisAddress is kept in genesis.json for compatibility/reference only" ] }