Skip to content

Fix faucet Soroban RPC client usage to unblock typecheck - #18

Merged
mesayanroy merged 1 commit into
mainfrom
copilot/fix-vercel-deployment-failure
Apr 23, 2026
Merged

Fix faucet Soroban RPC client usage to unblock typecheck#18
mesayanroy merged 1 commit into
mainfrom
copilot/fix-vercel-deployment-failure

Conversation

Copilot AI commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

The CI “Lint & Type-check (push)” job fails because the faucet page references a non-existent SorobanRpc export from stellar-sdk, blocking deployments.

  • SDK usage correction
    • Swap to the supported rpc namespace when constructing the Soroban RPC server.
// before
const rpcServer = new StellarSdk.SorobanRpc.Server(SOROBAN_RPC_URL, { allowHttp: true });

// after
const rpcServer = new StellarSdk.rpc.Server(SOROBAN_RPC_URL, { allowHttp: true });

Agent-Logs-Url: https://github.com/mesayanroy/AgentForge/sessions/8cb2a497-8579-4098-a8f3-11d976d479b1

Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
@vercel

vercel Bot commented Apr 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
0x402-pubsub Ready Ready Preview, Comment Apr 23, 2026 2:55pm

@mesayanroy
mesayanroy marked this pull request as ready for review April 23, 2026 14:56
@mesayanroy
mesayanroy merged commit 92ae982 into main Apr 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants