Prepare for Granite Breaking Changes
The Granite upgrade for Boba Sepolia and Boba BNB Testnet will be activated on 1726470000 Mon 16 Sep 07:00:00 UTC 2024.
For Node Operators
Node operators are required to upgrade to Granite before the activation date to avoid chain divergence. For Boba Sepolia and BNB Testnet, the op-node
release v1.6.10 and the op-erigon
release v1.2.2 contain these changes.
Update to the Lastest Release
op-node v1.6.10
op-erigon v1.2.2
op-geth v1.101408.0
Configure the Granite Activation Date
For op-node
and op-erigon
, the Granite activation date is included in the release, so no action is needed by the operators to configure the node.
For op-geth
, the node operator is required to add --override.granite=1726470000
to set up the Granite hardfork.
Verify Your Configuration
Make the following checks to verify that your node is properly configured.
op-node
,op-erigon
andop-geth
will log their configurations at startupCheck that the Granite time is set to
activation-timestamp
in theop-node
startup logsCheck that the Granite time is set to
activation-timestamp
in theop-erigon
startup logsCheck that the Granite time is set to
activation-timestamp
in theop-geth
startup logs
Last updated