Skip to content

Commit 68ef377

Browse files
committed
add openzeppelin
1 parent 2145064 commit 68ef377

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

docs/pages/tooling.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: Tooling for ERC-6900
1111
- A set of librariies to help build modular smart contract accounts and modules.
1212
- [Modular Account v2](https://accountkit.alchemy.com/smart-contracts/modular-account-v2/overview) by _Alchemy_
1313
- Alchemys ERC-6900 account implementation. MAv2 can tap into a rich ecosytem of modules comprising different authentication methods like multisig or webauthn, as well as permissions and more!
14+
- [Programmable Wallets](https://developers.circle.com/w3s/programmable-wallets) by _Circle_
15+
- A comprehensive solution that empowers developers to build flexible, secure, and scalable embedded wallets into their applications.
1416

1517
## v0.7
1618

docs/public/oz-logo.svg

Lines changed: 17 additions & 0 deletions
Loading

vocs.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ export default defineConfig({
108108
height: 120,
109109
items: [
110110
[
111+
{
112+
name: "OpenZeppelin",
113+
link: "https://openzeppelin.com/",
114+
image: "./oz-logo.svg",
115+
},
111116
{
112117
name: "Exactly Protocol",
113118
link: "https://exact.ly/",
@@ -118,13 +123,13 @@ export default defineConfig({
118123
link: "https://maple.finance/",
119124
image: "./maple-logo.webp",
120125
},
126+
],
127+
[
121128
{
122129
name: "Libree",
123130
link: "https://www.libree.xyz/",
124131
image: "./libree-logo.png",
125132
},
126-
],
127-
[
128133
{
129134
name: "Axiom",
130135
link: "https://www.axiom.xyz/",
@@ -135,11 +140,6 @@ export default defineConfig({
135140
link: "",
136141
image: "",
137142
},
138-
{
139-
name: "",
140-
link: "",
141-
image: "",
142-
},
143143
],
144144
],
145145
},

0 commit comments

Comments
 (0)