File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -433,8 +433,8 @@ Tools can be used from plugins like Solana Agent Kit (sakit) or via inline tools
433
433
config = {
434
434
" tools" : {
435
435
" 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 " ,
438
438
},
439
439
},
440
440
" ai_agents" : [
Original file line number Diff line number Diff line change @@ -389,8 +389,8 @@ Solana
389
389
config = {
390
390
" tools" : {
391
391
" 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 " ,
394
394
},
395
395
},
396
396
" ai_agents" : [
You can’t perform that action at this time.
0 commit comments