Skip to content

Commit 055c9eb

Browse files
authored
Merge pull request elizaOS#2654 from siphonelee/develop
fix: a typo bug in conflux plugin
2 parents 96eaba2 + 964a1c8 commit 055c9eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/plugin-conflux/src/actions/confiPump.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import {
1919
import { privateKeyToAccount } from "viem/accounts";
2020
import { confluxESpaceTestnet } from "viem/chains";
2121
import { parseUnits, getAddress } from "viem/utils";
22-
import { confluxTransferTemplate } from "../templates/transfer";
22+
import { confiPumpTemplate } from "../templates/confiPump";
23+
2324
import {
2425
PumpSchema,
2526
isPumpContent,
@@ -182,7 +183,7 @@ export const confiPump: Action = {
182183
// Generate content based on template
183184
const context = composeContext({
184185
state,
185-
template: confluxTransferTemplate,
186+
template: confiPumpTemplate,
186187
});
187188

188189
const content = await generateObject({

0 commit comments

Comments
 (0)