diff --git a/build-on-celo/build-with-ai/x402.mdx b/build-on-celo/build-with-ai/x402.mdx index 9da931379..e6d684eb3 100644 --- a/build-on-celo/build-with-ai/x402.mdx +++ b/build-on-celo/build-with-ai/x402.mdx @@ -142,9 +142,7 @@ const thirdwebFacilitator = facilitator({ }); export async function GET(request: Request) { - const paymentData = - request.headers.get("PAYMENT-SIGNATURE") || - request.headers.get("X-PAYMENT"); + const paymentData = request.headers.get("X-PAYMENT"); const result = await settlePayment({ resourceUrl: "https://your-api.com/premium-content", diff --git a/tooling/wallets/index.mdx b/tooling/wallets/index.mdx index 0cec4ea05..c9f97f0c5 100644 --- a/tooling/wallets/index.mdx +++ b/tooling/wallets/index.mdx @@ -74,6 +74,16 @@ Privy makes it easy to build on crypto rails. Securely spin up whitelabel wallet --- +### [Openfort](https://www.openfort.io/) + +Openfort is wallet infrastructure for developers. Spin up non-custodial embedded wallets with social login, programmable backend (server) wallets for automation, and account abstraction with paymasters for gasless transactions and paying fees in stablecoins. + +- Homepage: [openfort.io](https://www.openfort.io/) +- [Docs](https://www.openfort.io/docs) +- [Source Code](https://github.com/openfort-xyz) + +--- + ### [Alchemy Smart Wallets](https://www.alchemy.com/smart-wallets) Onboard and activate users with secure, easy-to-use, enterprise-grade wallets. No seed phrase or gas required.