From 184e9a9f227aec64275628685490d9df0829147c Mon Sep 17 00:00:00 2001 From: soyboy Date: Mon, 9 Sep 2024 08:44:33 -0600 Subject: [PATCH 1/2] updating notice to have info on breaking changes --- pages/builders/notices/granite-changes.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/builders/notices/granite-changes.mdx b/pages/builders/notices/granite-changes.mdx index 4df887e0e..b70d38b95 100644 --- a/pages/builders/notices/granite-changes.mdx +++ b/pages/builders/notices/granite-changes.mdx @@ -41,6 +41,10 @@ The proposed Granite upgrade impacts OP chains and requires chain operators to u * **Option 2:** Alternatively, chain operators can use the override flags to configure your sequencer node by specifying a time in the future when Granite will activate. * Set `override.granite` in both `op-node` and `op-geth` to the UNIX timestamp of the block you want to activate the Granite hardfork or corresponding env vars for this. * In general, run `op-node --help` or `op-geth --help` to see flags, their descriptions and environment variables. + + ### Rollup Configuration Breaking Changes + + Alt-DA mode has had an name change. What was formerly known as Plasma Mode has been renamed and you may need to update your rollup configuration file. You can find the details on how to do that [here](/builders/chain-operators/features/alt-da-mode#breaking-changes-renaming-plasma-mode-to-alt-da-mode) From d04c2afea8bc9bec73b57cd048f358a095273ecb Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:04:01 -0600 Subject: [PATCH 2/2] Update pages/builders/notices/granite-changes.mdx Co-authored-by: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com> --- pages/builders/notices/granite-changes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/notices/granite-changes.mdx b/pages/builders/notices/granite-changes.mdx index b70d38b95..b0eaa9871 100644 --- a/pages/builders/notices/granite-changes.mdx +++ b/pages/builders/notices/granite-changes.mdx @@ -44,7 +44,7 @@ The proposed Granite upgrade impacts OP chains and requires chain operators to u ### Rollup Configuration Breaking Changes - Alt-DA mode has had an name change. What was formerly known as Plasma Mode has been renamed and you may need to update your rollup configuration file. You can find the details on how to do that [here](/builders/chain-operators/features/alt-da-mode#breaking-changes-renaming-plasma-mode-to-alt-da-mode) + Alt-DA mode has had a name change. What was formerly known as Plasma Mode has been renamed and you may need to [update your rollup configuration file](/builders/chain-operators/features/alt-da-mode#breaking-changes-renaming-plasma-mode-to-alt-da-mode).