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 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" + ] }, {