Skip to content

Commit 8c39bb2

Browse files
committed
feat: add alchemy resources to landing page
1 parent d0b25b5 commit 8c39bb2

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

configs/bundlers/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ export const bundlerResources: IResourceSection[] = [
5050
name: 'Transeptor',
5151
url: 'https://github.com/transeptorlabs/transeptor-bundler',
5252
},
53+
{
54+
name: 'Rundler',
55+
url: 'https://github.com/alchemyplatform/rundler'
56+
}
5357
],
5458
},
5559
{

configs/resources/code.ts

+17-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ export const Code: IResourceSection[] = [
5454
name: "ioPay userop-swift",
5555
url: `https://github.com/iotexproject/userop-swift`,
5656
},
57+
{
58+
name: "Alchemy AA SDK",
59+
url: `https://github.com/alchemyplatform/aa-sdk`
60+
}
5761
],
5862
},
5963
{
@@ -99,6 +103,14 @@ export const Code: IResourceSection[] = [
99103
name: "Etherspot",
100104
url: `https://github.com/etherspot/etherspot-contracts/`,
101105
},
106+
{
107+
name: "Light Account",
108+
url: "https://github.com/alchemyplatform/light-account"
109+
},
110+
{
111+
name: "Alchemy Modular Account",
112+
url: "https://github.com/alchemyplatform/light-account"
113+
}
102114
],
103115
},
104116
{
@@ -113,7 +125,7 @@ export const Code: IResourceSection[] = [
113125
url: `https://github.com/candidelabs/Candide-bundler-and-paymaster-RPC`
114126
},
115127
{
116-
name: `Rust Implementation`,
128+
name: `Silius: Rust Implementation`,
117129
url: `https://github.com/Vid201/silius/`
118130
},
119131
{
@@ -132,6 +144,10 @@ export const Code: IResourceSection[] = [
132144
name: `Transeptor: TypeScript Implementation`,
133145
url: `https://github.com/transeptorlabs/transeptor-bundler`
134146
},
147+
{
148+
name: `Rundler: Rust Implementation`,
149+
url: `https://github.com/alchemyplatform/rundler`
150+
},
135151
]
136152
},
137153
{

0 commit comments

Comments
 (0)