We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96eaba2 + 964a1c8 commit 055c9ebCopy full SHA for 055c9eb
packages/plugin-conflux/src/actions/confiPump.ts
@@ -19,7 +19,8 @@ import {
19
import { privateKeyToAccount } from "viem/accounts";
20
import { confluxESpaceTestnet } from "viem/chains";
21
import { parseUnits, getAddress } from "viem/utils";
22
-import { confluxTransferTemplate } from "../templates/transfer";
+import { confiPumpTemplate } from "../templates/confiPump";
23
+
24
import {
25
PumpSchema,
26
isPumpContent,
@@ -182,7 +183,7 @@ export const confiPump: Action = {
182
183
// Generate content based on template
184
const context = composeContext({
185
state,
- template: confluxTransferTemplate,
186
+ template: confiPumpTemplate,
187
});
188
189
const content = await generateObject({
0 commit comments