We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e998b commit 86e2254Copy full SHA for 86e2254
packages/plugin-solana/src/actions/transfer_sol.ts
@@ -53,7 +53,7 @@ Extract the following information about the requested SOL transfer:
53
54
export default {
55
name: "SEND_SOL",
56
- similes: ["TRANSFER_SOL", "PAY_SOL", "PAY_SOL"],
+ similes: ["TRANSFER_SOL", "PAY_SOL", "TRANSACT_SOL"],
57
validate: async (runtime: IAgentRuntime, message: Memory) => {
58
// Always return true for SOL transfers, letting the handler deal with specifics
59
elizaLogger.log("Validating SOL transfer from user:", message.userId);
0 commit comments