Skip to content

Commit 0a23d6d

Browse files
authored
Merge pull request elizaOS#1148 from odilitime/fix-lint
chore: fix PR elizaOS#1147
2 parents 0e337c3 + 8a8b69f commit 0a23d6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/plugin-solana/src/actions/fomo.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ export default {
551551
if (callback) {
552552
if (result.success) {
553553
callback({
554-
text: `Token ${tokenMetadata.name} (${tokenMetadata.symbol}) created successfully!\nContract Address: ${result.ca}\nCreator: ${result.creator}\nView at: https://fomo.fund/token/${result.ca}`,
554+
text: `Token ${tokenMetadata.name} (${tokenMetadata.symbol}) created successfully!\nURL: https://fomo.fund/token/${result.ca}\nCreator: ${result.creator}\nView at: https://fomo.fund/token/${result.ca}`,
555555
content: {
556556
tokenInfo: {
557557
symbol: tokenMetadata.symbol,
@@ -607,7 +607,7 @@ export default {
607607
{
608608
user: "{{user2}}",
609609
content: {
610-
text: "Token GLITCHIZA (GLITCHIZA) created successfully on fomo.fund!\nContract Address: 3kD5DN4bbA3nykb1abjS66VF7cYZkKdirX8bZ6ShJjBB\nCreator: 9jW8FPr6BSSsemWPV22UUCzSqkVdTp6HTyPqeqyuBbCa\nView at: https://fomo.fund/EugPwuZ8oUMWsYHeBGERWvELfLGFmA1taDtmY8uMeX6r",
610+
text: "Token GLITCHIZA (GLITCHIZA) created successfully on fomo.fund!\nURL: https://fomo.fund/token/673247855e8012181f941f84\nCreator: Anonymous\nView at: https://fomo.fund/token/673247855e8012181f941f84",
611611
action: "CREATE_AND_BUY_TOKEN",
612612
content: {
613613
tokenInfo: {

packages/plugin-solana/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Plugin } from "@ai16z/eliza";
77
import { executeSwap } from "./actions/swap.ts";
88
import take_order from "./actions/takeOrder";
99
import pumpfun from "./actions/pumpfun.ts";
10-
// import fomo from "./actions/fomo.ts";
10+
import fomo from "./actions/fomo.ts";
1111
import { executeSwapForDAO } from "./actions/swapDao";
1212
import transferToken from "./actions/transfer.ts";
1313
import { walletProvider } from "./providers/wallet.ts";

0 commit comments

Comments
 (0)