Skip to content

Commit c3527e1

Browse files
update readme and docs
1 parent c50cd05 commit c3527e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ Tools can be used from plugins like Solana Agent Kit (sakit) or via inline tools
433433
config = {
434434
"tools": {
435435
"solana": {
436-
"private_key": "YOUR_SOLANA_WALLET_PRIVATE_KEY", # Required: Your wallet's private key (base58 encoded string).
437-
"rpc_url": "https://api.mainnet-beta.solana.com", # Optional: Defaults to Solana mainnet RPC.
436+
"private_key": "your-solana-wallet-private-key", # base58 encoded string
437+
"rpc_url": "your-solana-rpc-url",
438438
},
439439
},
440440
"ai_agents": [

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ Solana
389389
config = {
390390
"tools": {
391391
"solana": {
392-
"private_key": "YOUR_SOLANA_WALLET_PRIVATE_KEY", # Required: Your wallet's private key (base58 encoded string).
393-
"rpc_url": "https://api.mainnet-beta.solana.com", # Optional: Defaults to Solana mainnet RPC.
392+
"private_key": "your-solana-wallet-private-key", # base58 encoded string
393+
"rpc_url": "your-solana-rpc-url",
394394
},
395395
},
396396
"ai_agents": [

0 commit comments

Comments
 (0)