-
Notifications
You must be signed in to change notification settings - Fork 802
feat: add Solaxy (SVM) provider to universal-provider #7016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v2.0
Are you sure you want to change the base?
Conversation
|
All contributors have signed the CTA ✍️ ✅ |
|
I have read the CTA Document and I hereby sign the CTA |
|
Solaxy is a Sealevel-VM-compatible Layer-2 built on Solana. |
|
recheck |
|
hey @Marcolist, thanks for the PR! |
That’s a good point — Solaxy currently runs a Sealevel-compatible RPC layer, so all standard Solana methods work via the generic subprovider. |
|
Thanks for the feedback! Ready for review 👍 |
Description
This PR adds Solaxy (SVM) support to the WalletConnect Universal Provider.
solaxy.tsunderproviders/universal-provider/src/providers/index.tsSolaxyProviderusing standard JSON-RPC with endpointhttps://rpc.solaxy.iosolaxy:1936682104This addition extends WalletConnect’s multichain support to the Solaxy ecosystem.
Type of change
How has this been tested?
UniversalProviderusing the new namespace:Note
Add Solana/Solaxy namespace support by instantiating a Solana RPC provider and export it from providers index.
providers/universal-provider/src/UniversalProvider.ts):solanaandsolaxy, instantiating./providers/solana.jsvia dynamic import.eip155->Eip155Providerand default ->GenericProviderpaths.providers/universal-provider/src/providers/index.ts):SolanaProviderfrom./solana.js.Written by Cursor Bugbot for commit 7b009c4. This will update automatically on new commits. Configure here.