From 3fa2561545111ae5c0c8573d90ec8648fa6d5eb9 Mon Sep 17 00:00:00 2001 From: Andrew Fuller <2483304+fuller@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:18:04 -0500 Subject: [PATCH] Fix Kernel repo link (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f429fb..bfef5e9 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,4 @@ Orchestra supports all network supported by ZeroDev. Check details [here](https: ## Help Wanted -- Orchestra can in principle run on any AA infra, but since ERC-4337 paymasters tend to be incompatible across vendors, currently Orchestra only support ZeroDev paymasters. We welcome PRs to add support for other AA infra providers. To do so, you would first add support for other infra providers to [Kernel.js](https://github.com/zerodevapp/kernel.js), which Orchestra is built on top of. Feel free to [reach out to us](https://discord.gg/KS9MRaTSjx) if you need help with this task. +- Orchestra can in principle run on any AA infra, but since ERC-4337 paymasters tend to be incompatible across vendors, currently Orchestra only support ZeroDev paymasters. We welcome PRs to add support for other AA infra providers. To do so, you would first add support for other infra providers to [Kernel.js](https://github.com/zerodevapp/kernel), which Orchestra is built on top of. Feel free to [reach out to us](https://discord.gg/KS9MRaTSjx) if you need help with this task.