From 58886b56ec20e4fbd39851848daf4f91da79da75 Mon Sep 17 00:00:00 2001 From: teyrebaz33 Date: Sun, 9 Aug 2026 13:04:47 +0300 Subject: [PATCH] fix: correct broken EIP-8130 links in beryl overview The Native Account Abstraction (EIP-8130) page lives under the cobalt upgrade path (docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx), not under beryl. Two links in beryl/overview.mdx pointed to a non-existent /base-chain/specs/upgrades/beryl/eip-8130 path, resulting in a 404. --- docs/base-chain/specs/upgrades/beryl/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/base-chain/specs/upgrades/beryl/overview.mdx b/docs/base-chain/specs/upgrades/beryl/overview.mdx index 3ff77e873..a9cf763e7 100644 --- a/docs/base-chain/specs/upgrades/beryl/overview.mdx +++ b/docs/base-chain/specs/upgrades/beryl/overview.mdx @@ -8,7 +8,7 @@ description: "Overview of the Beryl hardfork, introducing the B20 native token s - Introduce [B20](/base-chain/specs/upgrades/beryl/b20): Base's native token standard for stablecoin, real-world asset (RWA), and long-tail token issuers - Reduce the single-proof withdrawal finalization period from 7 days to 5 days for increased capital efficiency - Reth V2: up to 50% disk reduction and a rewritten state root pipeline delivering +33% throughput -- Upcoming in a later Beryl phase: [native account abstraction (EIP-8130)](/base-chain/specs/upgrades/beryl/eip-8130), currently previewing on the vibenet devnet +- Upcoming in a later Beryl phase: [native account abstraction (EIP-8130)](/base-chain/specs/upgrades/cobalt/eip-8130), currently previewing on the vibenet devnet ## Activation Timestamps @@ -45,7 +45,7 @@ B20 is Base's native token standard - ERC-20 compatible tokens implemented as Ru A later Beryl phase brings account abstraction into the protocol. Accounts configure authorized actors and signature validation onchain. Apps get portable smart accounts, scoped session keys, atomic batching, and native gas sponsorship without bundler or relay infrastructure. EIP-8130 is experimental and currently runs only on the vibenet devnet. -- [Native Account Abstraction (EIP-8130)](/base-chain/specs/upgrades/beryl/eip-8130) +- [Native Account Abstraction (EIP-8130)](/base-chain/specs/upgrades/cobalt/eip-8130) ## Withdrawals