Skip to content

Commit fded6f6

Browse files
committed
add StylusChargingFixes
1 parent ad31b75 commit fded6f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

params/config_arbitrum.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import (
2525
const ArbosVersion_FixRedeemGas = uint64(11)
2626
const ArbosVersion_Stylus = uint64(30)
2727
const ArbosVersion_StylusFixes = uint64(31)
28+
const ArbosVersion_StylusChargingFixes = uint64(32)
2829

2930
type ArbitrumChainParams struct {
3031
EnableArbOS bool

0 commit comments

Comments
 (0)