Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Native account abstraction makes smart accounts a property of the chain instead
Base's implementation is [EIP-8130](https://eip.tools/eip/8130), landing with the [Cobalt upgrade](/base-chain/specs/upgrades/cobalt/overview).

<Warning>
EIP-8130 is experimental and currently runs only on the [vibenet devnet](https://chain.base.org/vibenet). See [connecting to Base](/base-chain/quickstart/connecting-to-base#vibenet) for connection details.
EIP-8130 is experimental and currently runs only on the [vibenet devnet](https://chain.base.org/vibenet). See [connecting to Base](/base-chain/quickstart/connecting-to-base#network-details) for connection details.
</Warning>

## Why native
Expand Down Expand Up @@ -82,7 +82,7 @@ A transaction can name a **payer** that covers gas on the sender's behalf, so sp
<Card title="Reference contracts" icon="github" href="https://github.com/base/eip-8130">
`AccountConfiguration`, account implementations, and authenticators, with Foundry tests.
</Card>
<Card title="Connect to vibenet" icon="plug" href="/base-chain/quickstart/connecting-to-base#vibenet">
<Card title="Connect to vibenet" icon="plug" href="/base-chain/quickstart/connecting-to-base#network-details">
RPC endpoints and chain ID for the devnet where EIP-8130 runs today.
</Card>
</CardGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is the technical reference for EIP-8130 on Base. For what native account ab
[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://chain.base.org/vibenet). You can learn more about connecting to vibenet [here](/base-chain/quickstart/connecting-to-base#vibenet).
EIP-8130 is experimental and currently runs only on the [vibenet devnet](https://chain.base.org/vibenet). You can learn more about connecting to vibenet [here](/base-chain/quickstart/connecting-to-base#network-details).
</Warning>

## Network details
Expand Down
2 changes: 1 addition & 1 deletion docs/base-chain/specs/upgrades/cobalt/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Cobalt has not been scheduled on mainnet or Sepolia. EIP-8130 is experimental an

## Required Software

Node software requirements will be published here once Cobalt is scheduled. To follow along today, connect to [vibenet](/base-chain/quickstart/connecting-to-base#vibenet).
Node software requirements will be published here once Cobalt is scheduled. To follow along today, connect to [vibenet](/base-chain/quickstart/connecting-to-base#network-details).

## Native Account Abstraction (EIP-8130)

Expand Down