Skip to content

Commit

Permalink
Zilliqa plugin: Remove duplication in token list for swap.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbc committed Feb 5, 2025
1 parent c377083 commit bfd6aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-zilliqa/src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export async function getOnChainActions(
{
user: "{{agentName}}",
content: {
text: "You can ask for quotes on swapping WZIL, zETH, FPS, HRSE, SEED, kUSD, stZIL, WZIL, and gZIL.",
text: "You can ask for quotes on swapping zETH, FPS, HRSE, SEED, kUSD, stZIL, WZIL, and gZIL.",
action: "GET_SWAP_TOKENS",
},
},
Expand All @@ -163,7 +163,7 @@ export async function getOnChainActions(
{
user: "{{agentName}}",
content: {
text: "Liquidity may be available for exchanging WZIL, zETH, FPS, HRSE, SEED, kUSD, stZIL, WZIL, and gZIL.",
text: "Liquidity may be available for exchanging zETH, FPS, HRSE, SEED, kUSD, stZIL, WZIL, and gZIL.",
action: "GET_SWAP_TOKENS",
},
},
Expand Down

0 comments on commit bfd6aec

Please sign in to comment.