From 449af69950d56d8d5ea54125be47b87742ff7400 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:52:15 +0000 Subject: [PATCH] fix: use stellar sdk rpc server Agent-Logs-Url: https://github.com/mesayanroy/AgentForge/sessions/8cb2a497-8579-4098-a8f3-11d976d479b1 Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com> --- app/faucet/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/faucet/page.tsx b/app/faucet/page.tsx index 36a454c..ecea635 100644 --- a/app/faucet/page.tsx +++ b/app/faucet/page.tsx @@ -102,7 +102,7 @@ export default function FaucetPage() { } const horizonServer = new StellarSdk.Horizon.Server(HORIZON_URL); - const rpcServer = new StellarSdk.SorobanRpc.Server(SOROBAN_RPC_URL, { allowHttp: true }); + const rpcServer = new StellarSdk.rpc.Server(SOROBAN_RPC_URL, { allowHttp: true }); const account = await horizonServer.loadAccount(recipient); const claimTx = new StellarSdk.TransactionBuilder(account, {