Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/shaggy-times-read.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@relayprotocol/relay-svm-wallet-adapter': patch
---

Update solana adapter docs
4 changes: 2 additions & 2 deletions packages/relay-svm-wallet-adapter/src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import {
/**
* Adapts a Solana wallet to work with the Relay SDK
* @param walletAddress - The public key address of the Solana wallet
* @param chainId - The chain ID for the Solana network (e.g., 101 for mainnet, 102 for testnet)
* @param chainId - The chain ID for the Solana network (Relay uses 792703809)
* @param connection - The Solana web3.js Connection instance for interacting with the network
* @param signAndSendTransaction - Function to sign and send a transaction, returning a promise with the transaction signature
* @param signAndSendTransaction - Function to sign and send a transaction, returning a promise with a base58 encoded transaction signature
* @param payerKey - Optional public key of the account that will pay for transaction fees (defaults to walletAddress)
* @returns An AdaptedWallet object that conforms to the Relay SDK interface
*/
Expand Down