diff --git a/params/config_arbitrum.go b/params/config_arbitrum.go index 7ca6983f83..ff1196662c 100644 --- a/params/config_arbitrum.go +++ b/params/config_arbitrum.go @@ -55,8 +55,10 @@ type ArbitrumChainParams struct { InitialArbOSVersion uint64 InitialChainOwner common.Address GenesisBlockNum uint64 - MaxCodeSize uint64 `json:"MaxCodeSize,omitempty"` // Maximum bytecode to permit for a contract. 0 value implies params.DefaultMaxCodeSize - MaxInitCodeSize uint64 `json:"MaxInitCodeSize,omitempty"` // Maximum initcode to permit in a creation transaction and create instructions. 0 value implies params.DefaultMaxInitCodeSize + MaxCodeSize uint64 `json:"MaxCodeSize,omitempty"` // Maximum bytecode to permit for a contract. 0 value implies params.DefaultMaxCodeSize + MaxInitCodeSize uint64 `json:"MaxInitCodeSize,omitempty"` // Maximum initcode to permit in a creation transaction and create instructions. 0 value implies params.DefaultMaxInitCodeSize + DebugBlock uint64 `json:"DebugBlock,omitempty"` + DebugAddress *common.Address `json:"DebugAddress,omitempty"` } func (c *ChainConfig) IsArbitrum() bool {