From f38f6ac6b37d306674efd3b14c7eb0758b01cf23 Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 24 Jul 2026 17:57:45 +0200 Subject: [PATCH 1/2] updated to mention vibenet --- docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx b/docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx index bf4a66a6a..b3256c820 100644 --- a/docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx +++ b/docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx @@ -6,7 +6,7 @@ description: "Build with native account abstraction on Base. EIP-8130 smart acco [EIP-8130](https://eip.tools/eip/8130) builds account abstraction into the protocol. An account registers who can act for it, and how its signatures are checked, in an onchain system contract. The chain validates each transaction against that configuration, so smart accounts work without bundlers, relays, or a separate mempool. -EIP-8130 is experimental and currently runs only on the [vibenet devnet](https://vibes.base.org/build). +EIP-8130 is experimental and currently runs only on the [vibenet devnet](https://vibes.base.org/build). You can learn more about connecting to vibenet [here](/base-chain/quickstart/connecting-to-base#vibenet). ## Build with EIP-8130 From 7c96cc9882105130d914f41b9d7dd96639d858f2 Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 24 Jul 2026 17:59:39 +0200 Subject: [PATCH 2/2] updated to mention vibenet --- docs/docs.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 71128d9ad..1c939957d 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -261,17 +261,17 @@ "group": "Upgrades", "pages": [ { - "group": "Beryl", + "group": "Cobalt", "pages": [ - "base-chain/specs/upgrades/beryl/overview", - "base-chain/specs/upgrades/beryl/b20" - + "base-chain/specs/upgrades/cobalt/eip-8130" ] }, { - "group": "Cobalt", + "group": "Beryl", "pages": [ - "base-chain/specs/upgrades/cobalt/eip-8130" + "base-chain/specs/upgrades/beryl/overview", + "base-chain/specs/upgrades/beryl/b20" + ] }, {