From 43d06c9bfb04816e9b9f9d77514b18aa94e1db76 Mon Sep 17 00:00:00 2001 From: Arihant Bansal <17180950+arihantbansal@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:32:04 +0530 Subject: [PATCH] add warning --- src/agent/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agent/index.ts b/src/agent/index.ts index 01d5042..07fbe52 100644 --- a/src/agent/index.ts +++ b/src/agent/index.ts @@ -44,6 +44,7 @@ export class SolanaAgentKit { "\n----------------------------------\n", this.wallet.secretKey, "\n----------------------------------\n", + "Please fund this wallet with SOL to use it (on mainnet), or use the faucet method to request funds (only on devnet/testnet).", ); } this.wallet_address = this.wallet.publicKey;