Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Warning>
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).
</Warning>

## Build with EIP-8130
Expand Down
12 changes: 6 additions & 6 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"

]
},
{
Expand Down
Loading