From e0d44cdb3afaf285e4c15dd89fcb9cd99e1d543f Mon Sep 17 00:00:00 2001
From: Silja Petasch <78182344+siljapetasch@users.noreply.github.com>
Date: Fri, 4 Oct 2024 11:32:17 +0200
Subject: [PATCH] Update consensus-config.mdx: add override.granite
---
.../node-operators/configuration/consensus-config.mdx | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pages/builders/node-operators/configuration/consensus-config.mdx b/pages/builders/node-operators/configuration/consensus-config.mdx
index 38e720412..3ba7fd674 100644
--- a/pages/builders/node-operators/configuration/consensus-config.mdx
+++ b/pages/builders/node-operators/configuration/consensus-config.mdx
@@ -360,6 +360,16 @@ Manually specify the fjord fork timestamp, overriding the bundled setting. The d
`OP_NODE_OVERRIDE_FJORD=0`
+### override.granite
+
+Manually specify the granite fork timestamp, overriding the bundled setting. The default value is `0`.
+
+
+ `--override.granite=`
+ `--override.granite=0`
+ `OP_NODE_OVERRIDE_GRANITE=0`
+
+
### p2p.advertise.ip
The IP address to advertise in Discv5, put into the ENR of the node. This may also be a hostname/domain name to resolve to an IP.