Skip to content

Commit 6c6136a

Browse files
committed
Add locker labs
1 parent 68ef377 commit 6c6136a

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

docs/pages/articles.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ description: Articles about ERC-6900
2424
- [Smart Account Fee Engine (S.A.F.E)](https://forum.safe.global/t/smart-account-fee-engine-s-a-f-e/4432)
2525
- [How Audits Can Help Shape Standard and Catalyze Mass Adoption](https://quantstamp.com/blog/alchemy-modular-account-how-audits-can-help-shape-standards-and-catalyze-mass-adoption)
2626
- [How to write an ERC-6900 Plugin](https://dev.collab.land/blog/how-to-write-an-erc-6900-plugin/)
27+
- [Writing an ERC-6900 module to do round up savings with ERC20s](https://hackmd.io/@locker/r1PzaK6Wkl)
28+
- [Installing an ERC-6900 Plugin into Alchemy Smart Wallets](https://hackmd.io/@locker/BkyrTiFFkl)

docs/pages/modules.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@ description: Modules for ERC-6900
5454
### Libree
5555

5656
- **[SubscriptionPlugin](https://github.com/Libree/subscription-plugin)**: Users can subscribe to services and set up recurring subscription payments.
57+
58+
### Locker Labs
59+
60+
- **[SavingsModule](https://github.com/locker-labs/savings-module)**: Save a little to an external savings account every time the smart account performs an ERC-20 transfer.

docs/public/locker-logo.svg

Lines changed: 11 additions & 0 deletions
Loading

vocs.config.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@ export default defineConfig({
9595
link: "https://alchemy.com",
9696
image: "./alchemy-logo.svg",
9797
},
98-
{
99-
name: "",
100-
link: "",
101-
image: "",
102-
},
98+
null,
10399
],
104100
],
105101
},
@@ -136,9 +132,9 @@ export default defineConfig({
136132
image: "./axiom-logo.png",
137133
},
138134
{
139-
name: "",
140-
link: "",
141-
image: "",
135+
name: "Locker Labs",
136+
link: "https://www.locker.money/",
137+
image: "./locker-logo.svg",
142138
},
143139
],
144140
],

0 commit comments

Comments
 (0)