add warning

This commit is contained in:
Arihant Bansal
2024-11-26 17:32:04 +05:30
parent 4116dac40a
commit 43d06c9bfb

View File

@@ -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;