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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ type ArbitrumChainParams struct {
63
63
MaxCodeSizeuint64`json:"MaxCodeSize,omitempty"`// Maximum bytecode to permit for a contract. 0 value implies params.DefaultMaxCodeSize
64
64
MaxInitCodeSizeuint64`json:"MaxInitCodeSize,omitempty"`// Maximum initcode to permit in a creation transaction and create instructions. 0 value implies params.DefaultMaxInitCodeSize
0 commit comments