Skip to content

Commit 2859a5c

Browse files
Merge branch 'master' into tw568-arbitrum-chain-feature-config-structure
2 parents bb6aff9 + 639a986 commit 2859a5c

File tree

3 files changed

+628
-1058
lines changed

3 files changed

+628
-1058
lines changed

docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,22 @@ Required action will be required from: RPC nodes, Arbitrum One / Nova node opera
1515

1616
#### If you run a Nitro node and use an external L1 Ethereum beacon chain RPC URL
1717

18-
- Confirm that your external L1 beacon chain RPC provider has configured their L1 beacon chain node to subscribe to all subnets **before the Ethereum Fusaka hard fork**. For chains that post data to Ethereum Sepolia, the Ethereum Sepolia Fusaka hard fork is expected on October 14th, 2025.
19-
- For chains that post data to Ethereum Mainnet, the Ethereum Mainnet Fusaka hard fork is expected around the first week of December 2025.
18+
- Confirm that your external L1 beacon chain RPC provider has configured their L1 beacon chain node to subscribe to all subnets.
2019

2120
#### If your external L1 beacon chain RPC doesn't subscribe to all subnets:
2221

23-
- Switch to a provider that does before the dates above.
22+
- Switch to a provider that does.
2423

2524
#### If you run a Nitro node and operate your own L1 Ethereum beacon chain node:
2625

27-
- Add the new flag (refer to [specific client flags](#specific-client-flags)) to your beacon node's configuration before the Ethereum Fusaka hard fork. For chains that post data to Ethereum Sepolia, the Ethereum Sepolia Fusaka hard fork is expected on October 14th, 2025.
28-
- For chains that post data to Ethereum Mainnet, the Ethereum Mainnet Fusaka hard fork is expected around the first week of December 2025.
29-
- If you haven't added the new flag before the above deadlines, temporarily switch to an external L1 beacon chain RPC URL while your local Ethereum beacon chain node syncs up.
26+
- Add the new flag (refer to [specific client flags](#specific-client-flags)) to your beacon node's configuration.
3027

3128
:::info Note
3229

3330
Ensure that the external L1 beacon chain RPC provider you're using subscribes to all subnets.
3431

3532
:::
3633

37-
- Once your beacon chain node is fully synchronized, you can switch back to your own L1 beacon chain RPC URL (from an external L1 beacon chain RPC URL).
38-
3934
## L1 beacon chain node flags
4035

4136
### Prysm Consensus Layer clients
@@ -73,6 +68,5 @@ import ClientFlagsTable from '../partials/_client-flags.mdx';
7368
To maintain uninterrupted node operation and blob availability:
7469

7570
- Add the appropriate flag for your consensus layer client.
76-
- Verify your Sepolia beacon endpoint’s configuration before October 14th.
77-
- Verify your Mainnet beacon endpoint’s configuration before the first week of December.
78-
- If you can't update your configuration in time, we recommend using temporary hosted beacon endpoints.
71+
- Verify your Sepolia beacon endpoint’s configuration.
72+
- Verify your Mainnet beacon endpoint’s configuration.

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,11 @@ const sidebars = {
10031003
label: 'Sequencer',
10041004
id: 'how-arbitrum-works/deep-dives/sequencer',
10051005
},
1006+
{
1007+
type: 'doc',
1008+
label: 'STF',
1009+
id: 'how-arbitrum-works/deep-dives/stf-gentle-intro',
1010+
},
10061011
{
10071012
type: 'doc',
10081013
label: 'STF inputs',

0 commit comments

Comments
 (0)