Skip to content

Commit c9b70f5

Browse files
authored
Fix/add vibenet faucet (#1736)
* updated to mention vibenet * updated to mention vibenet
1 parent 7e958ac commit c9b70f5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/base-chain/specs/upgrades/cobalt/eip-8130.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Build with native account abstraction on Base. EIP-8130 smart acco
66
[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.
77

88
<Warning>
9-
EIP-8130 is experimental and currently runs only on the [vibenet devnet](https://vibes.base.org/build).
9+
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).
1010
</Warning>
1111

1212
## Build with EIP-8130

docs/docs.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,17 @@
261261
"group": "Upgrades",
262262
"pages": [
263263
{
264-
"group": "Beryl",
264+
"group": "Cobalt",
265265
"pages": [
266-
"base-chain/specs/upgrades/beryl/overview",
267-
"base-chain/specs/upgrades/beryl/b20"
268-
266+
"base-chain/specs/upgrades/cobalt/eip-8130"
269267
]
270268
},
271269
{
272-
"group": "Cobalt",
270+
"group": "Beryl",
273271
"pages": [
274-
"base-chain/specs/upgrades/cobalt/eip-8130"
272+
"base-chain/specs/upgrades/beryl/overview",
273+
"base-chain/specs/upgrades/beryl/b20"
274+
275275
]
276276
},
277277
{

0 commit comments

Comments
 (0)