Skip to content

Commit 2d46e0c

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/http-proxy-middleware-2.0.10
2 parents 7bf3e0d + 7e107d5 commit 2d46e0c

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: 'Upgrade notice for ArbOS 61'
3+
description: Upgrade notices for ArbOS 61 activation on Arbitrum One, Arbitrum Nova, and Arbitrum Sepolia
4+
user_story: As an Arbitrum node operator, I want to keep my nodes in sync with Arbitrum One, Arbitrum Nova, and Arbitrum Sepolia after the ArbOS 61 activation.
5+
content_type: notice
6+
---
7+
8+
ArbOS 61 "Elara" will be activated on the Arbitrum Sepolia, Arbitrum One, and Arbitrum Nova chains.
9+
10+
## Actions required for node operators
11+
12+
### Sepolia network
13+
14+
On Monday, June 29, 2026, at 15:00 UTC, ArbOS 61 is scheduled to activate on the Arbitrum Sepolia chain.
15+
16+
Arbitrum Sepolia node operators must upgrade to Nitro v3.11 ahead of this activation to continue syncing the chain.
17+
18+
- **Docker image:** [offchainlabs/nitro-node:v3.11.0-a618155](https://hub.docker.com/layers/offchainlabs/nitro-node/v3.11.0-a618155/images/sha256-a34457bb9461acf12ea01cbf23a9850e15b20a44b499c64cf441051230231fe1)
19+
- **Release notes:** https://github.com/OffchainLabs/nitro/releases/tag/v3.11.0
20+
21+
## Important dates
22+
23+
The following dates are relevant for Arbitrum chain operators.
24+
25+
| Date | Network upgrade | Affected audience |
26+
| ---------------------------------- | ------------------------------------ | --------------------------------------- |
27+
| Monday, June 29, 2026 at 15:00 UTC | Arbitrum Sepolia upgrade to ArbOS 61 | Node operators running Arbitrum Sepolia |
28+
29+
## Context
30+
31+
ArbOS 61 "Elara" builds upon [ArbOS 51 "Dia"](docs/run-arbitrum-node/arbos-releases/arbos51.mdx). It introduces a set of protocol upgrades to Arbitrum One and Nova, including support for Dynamic Pricing (multidimensional gas pricing), increased Stylus contract size limits, and new mechanisms for managing minimum base fees.
32+
33+
<VanillaAdmonition>While Dynamic Pricing is included in this release, it will remain disabled at the time of activation. This is because ongoing analyses - led by Offchain Labs in collaboration with Entropy Advisors- have not yet finalized the appropriate gas target parameters required for safe and effective enablement.</VanillaAdmonition>
34+
35+
The ArbOS 61 governance temperature check has already passed successfully. Upstream governance for ArbOS 61 follows the standard process, including Snapshot temperature checks and an on-chain vote prior to activation on Arbitrum One and Nova.

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,6 +1716,11 @@ const sidebars = {
17161716

17171717
// Notices sidebar
17181718
noticeSidebar: [
1719+
{
1720+
type: 'doc',
1721+
id: 'notices/arbos61-upgrade-notice',
1722+
label: 'Upgrade notice for ArbOS 61',
1723+
},
17191724
{
17201725
type: 'doc',
17211726
id: 'notices/arbos60-upgrade-notice',

0 commit comments

Comments
 (0)