You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,22 @@ Required action will be required from: RPC nodes, Arbitrum One / Nova node opera
15
15
16
16
#### If you run a Nitro node and use an external L1 Ethereum beacon chain RPC URL
17
17
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.
20
19
21
20
#### If your external L1 beacon chain RPC doesn't subscribe to all subnets:
22
21
23
-
- Switch to a provider that does before the dates above.
22
+
- Switch to a provider that does.
24
23
25
24
#### If you run a Nitro node and operate your own L1 Ethereum beacon chain node:
26
25
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.
30
27
31
28
:::info Note
32
29
33
30
Ensure that the external L1 beacon chain RPC provider you're using subscribes to all subnets.
34
31
35
32
:::
36
33
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
-
39
34
## L1 beacon chain node flags
40
35
41
36
### Prysm Consensus Layer clients
@@ -73,6 +68,5 @@ import ClientFlagsTable from '../partials/_client-flags.mdx';
73
68
To maintain uninterrupted node operation and blob availability:
74
69
75
70
- 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.
0 commit comments