File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/relay-svm-wallet-adapter/src Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @relayprotocol/relay-svm-wallet-adapter ' : patch
3+ ---
4+
5+ Update solana adapter docs
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ import {
1818/**
1919 * Adapts a Solana wallet to work with the Relay SDK
2020 * @param walletAddress - The public key address of the Solana wallet
21- * @param chainId - The chain ID for the Solana network (e.g., 101 for mainnet, 102 for testnet )
21+ * @param chainId - The chain ID for the Solana network (Relay uses 792703809 )
2222 * @param connection - The Solana web3.js Connection instance for interacting with the network
23- * @param signAndSendTransaction - Function to sign and send a transaction, returning a promise with the transaction signature
23+ * @param signAndSendTransaction - Function to sign and send a transaction, returning a promise with a base58 encoded transaction signature
2424 * @param payerKey - Optional public key of the account that will pay for transaction fees (defaults to walletAddress)
2525 * @returns An AdaptedWallet object that conforms to the Relay SDK interface
2626 */
You can’t perform that action at this time.
0 commit comments