Skip to content

Commit 84c7ed7

Browse files
your message
1 parent 5986d6b commit 84c7ed7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

public/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"security": "Security",
132132
"auditsAndBugBounty": "Audits & Bug Bounty",
133133
"l2BeatAssessment": "L2Beat Assessment",
134+
"feynmanUpgrade": "Feynman Upgrade",
134135
"euclidUpgrade": "Euclid Upgrade",
135136
"darwinV2Upgrade": "Darwin v2 Upgrade",
136137
"darwinUpgrade": "Darwin Upgrade",

src/config/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ export const getSidebar = () => {
129129
title: t("sidebar.technology.scrollUpgrades"),
130130
url: formatUrl("technology/overview/scroll-upgrades"),
131131
children: [
132+
{
133+
title: t("sidebar.technology.feynmanUpgrade"),
134+
url: formatUrl("technology/overview/scroll-upgrades/feynman-upgrade"),
135+
},
132136
{
133137
title: t("sidebar.technology.euclidUpgrade"),
134138
url: formatUrl("technology/overview/scroll-upgrades/euclid-upgrade"),

src/content/docs/en/technology/overview/scroll-upgrades/feynman-upgrade.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Maintainers of smart contracts that rely on the blockhash opcode must carefully
8484

8585
Finally, any projects that do off-chain fee computation (instead of relying on RPC queries) should review the new fee formula [1](https://github.com/scroll-tech/go-ethereum/pull/1199) [2](https://github.com/scroll-tech/go-ethereum/pull/1217) and update their system accordingly.
8686

87-
Projects requiring additional guidance should open a [ticket on Discord](https://discord.com/channels/853955156100907018/1280768286124146732).
87+
Projects requiring additional guidance should open a [ticket on Discord](https://discord.com/channels/853955156100907018/1280768286124146732).

0 commit comments

Comments
 (0)