VERSE PRESS

Crypto News, Global First.

Ethereum's Platåberget Testnet Is Live. Developers Using Hardcoded Gas Limits Need to Act Now.

The Ethereum Foundation launched Platåberget on August 13, 2026, opening a public testnet for Glamsterdam, the network's next major hard fork.

|

The Ethereum Foundation launched Platåberget on August 13, 2026, opening a public testnet for Glamsterdam, the network's next major hard fork. The testnet is directed at application developers, wallet providers, indexers, stakers, and block builders who need to audit their tools before Glamsterdam reaches the Sepolia and Hoodi testnets in September and targets mainnet in Q4 2026. Block builders are a particularly significant audience: EIP-7732, one of Glamsterdam's headline changes, directly restructures the builder role at the protocol level. The Ethereum Foundation's warning is blunt: any software that hardcodes a maximum gas limit will break.

Glamsterdam is a combined upgrade merging two simultaneous layer changes. Gloas updates the consensus layer, which handles validators and block finalization. Amsterdam updates the execution layer, which processes transactions and smart contracts. Together they represent the most structurally significant change to Ethereum since The Merge in September 2022. Platåberget (chain ID 7,091,047,534) is the first publicly accessible testnet for the upgrade. It succeeds DevNet 7, an internal test environment that achieved 100% validator participation, and is built on DevNet 8 specifications, which were finalized once repricing benchmarks were complete.

The 200 Million Gas Limit Is the Headline Change. The Repricing Is the Risk.

Ethereum's block gas limit currently sits at 60 million, following the standardization introduced in the Fusaka upgrade in December 2025, which itself doubled the previous limit of 30 million. Glamsterdam is targeting 200 million, activated at epoch 1,566 on Platåberget. That progression from 30 million to 60 million to 200 million across three successive upgrades illustrates the true scale of what is under construction. Two EIPs make this scale achievable without proportional hardware demands. EIP-7928 (Block-Level Access Lists) lets each block declare in advance which accounts and storage slots it will touch, enabling client software to prefetch data and execute transactions in parallel. EIP-7732 (Enshrined Proposer-Builder Separation) formalizes at the protocol level the separation between the validator who proposes a block and the builder who constructs it, removing the need for third-party MEV relay infrastructure and extending the block propagation window from 2 to 9 seconds.

But the gas limit increase is only part of the story. Glamsterdam also reprices Ethereum's core operations in ways that will directly affect common smart contract patterns. The figures below are sourced from the Platåberget testnet specification and are subject to revision before Sepolia deployment in September; the technical desk is verifying them against the final EIP-8037 and EIP-7976 texts. New account creation rises from 25,000 gas to 183,600 gas, an increase of roughly 7.3 times. Writing to a new storage slot rises from 20,000 to 97,920 gas, roughly 4.9 times more expensive. A plain ETH transfer, by contrast, drops from 21,000 to 18,000 gas. EIP-7825 adds a hard per-transaction gas cap of approximately 16.78 million gas (2 to the power of 24), which invalidates any batch operation designed to consume an entire block in a single transaction. The technical desk is confirming whether EIP-7825 is formally within the Platåberget scope before this description is treated as final.

The rationale for the repricing is long-term state sustainability. Ethereum's state, the cumulative record of all accounts and stored contract data, has historically grown at a pace that strains storage infrastructure. The new cost schedule targets roughly 120 gigabytes of state growth per year by making state creation proportional to its actual storage burden.

Tooling Built for an Earlier Ethereum Will Fail

The Ethereum Foundation's announcement was direct on this point: wallets, indexers, and gas estimators that reference a fixed maximum gas limit are built on an assumption that no longer holds once the block gas limit reaches 200 million. A wallet that caps gas at 8 million (a legacy value common from before the Berlin upgrade) or an indexer that filters transactions against an assumed block ceiling will produce incorrect behavior. Developers who have followed gas parameter changes across previous upgrades will recognize the pattern: tooling that relies on hardcoded limits tends to surface failures at exactly the moment a network upgrade goes live, when the cost of a bug is highest.

EIP-8261 addresses one coordination risk in the gas limit increase itself. Previously, a node operator who updated their client software could inadvertently start voting for a higher gas limit before the broader network was ready, because defaults were tied to software releases rather than network epochs. EIP-8261 introduces a consensus-layer schedule that activates gas limit changes at specific epochs, keeping the increase coordinated across the network without removing validator discretion over their own gas limit preferences. Notably, EIP-8261 contains no consensus rule changes, which is a meaningful reassurance for validators who may worry about a forced override of their settings.

The Stakes Are Higher in Nigeria, India, and Kenya

Developers in Nigeria, India, and Kenya have the most to gain from Ethereum's expanded capacity and the most to audit before Glamsterdam reaches mainnet. Nigeria ranks second globally in crypto adoption and accounts for roughly half of Africa's Web3 developer talent. India contributes 17% of new Web3 developers globally. Both countries have active communities building the protocol types most affected by Glamsterdam's repricing: NFT minting platforms, airdrop contracts, token factories, and on-chain identity registries. Under the new cost schedule, those operations become roughly 4 to 9 times more expensive in gas terms and must be retested against Platåberget now. The broader Sub-Saharan Africa region holds more than $205 billion in on-chain value and has seen 52% year-on-year growth, figures that underscore how much is at stake for developers building in these markets.

On the other side of the ledger, the drop in plain ETH transfer costs and the expansion of the block gas limit both support peer-to-peer payment use cases that are well established in Nigerian and Kenyan markets. EIP-7732's removal of third-party MEV relay dependency is also relevant for validators in those regions, who no longer need to trust relay infrastructure operated in other jurisdictions.

Developer training organizations across the continent, including Nigeria's Web3Bridge, Web3Ladies, Semicolon, and AyaHQ, should integrate Glamsterdam's new cost model into their curricula immediately. Platåberget is the practical environment to do that, and it is a short-lived testnet, active only until mainnet deployment, which means the window for meaningful testing is narrow. Developers who test on the network now will be working with parameters that closely match what mainnet will look like when Glamsterdam activates in Q4 2026. Node images are available at ethpandaops/<client>:glamsterdam-devnet-8 and test ETH is available at faucet.plataberget.ethpandaops.io.