You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: params/config_arbitrum.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ type ArbitrumChainParams struct {
55
55
InitialArbOSVersionuint64
56
56
InitialChainOwner common.Address
57
57
GenesisBlockNumuint64
58
-
MaxCodeSizeuint64`json:"MaxCodeSize,omitempty"`// Maximum bytecode to permit for a contract. 0 value implies params.DefaultMaxCodeSize
59
-
MaxInitCodeSizeuint64`json:"MaxInitCodeSize,omitempty"`// Maximum initcode to permit in a creation transaction and create instructions. 0 value implies params.DefaultMaxInitCodeSize
MaxCodeSizeuint64`json:"MaxCodeSize,omitempty"`// Maximum bytecode to permit for a contract. 0 value implies params.DefaultMaxCodeSize
59
+
MaxInitCodeSizeuint64`json:"MaxInitCodeSize,omitempty"`// Maximum initcode to permit in a creation transaction and create instructions. 0 value implies params.DefaultMaxInitCodeSize
0 commit comments