-
Notifications
You must be signed in to change notification settings - Fork 347
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
fix: solana broken examples #683
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
10 Skipped Deployments
|
})), | ||
transaction: transaction | ||
.serialize({ verifySignatures: false }) | ||
.toString('base64'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how come everything but this is on base58?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from our specs https://docs.walletconnect.com/advanced/multichain/rpc-reference/solana-rpc#solana_signtransaction, I'm moving the proposal to change it to base58, but so far is what it is 😢
Description
transaction
param oversolana_signTransaction
forreact-dapp-v2
;signature
insolana_signTransaction
response forreact-wallet-v2
;solana_signTransaction
request forreact-wallet-v2