File tree 2 files changed +3
-3
lines changed
packages/plugin-solana/src
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ export default {
551
551
if ( callback ) {
552
552
if ( result . success ) {
553
553
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 } ` ,
555
555
content : {
556
556
tokenInfo : {
557
557
symbol : tokenMetadata . symbol ,
@@ -607,7 +607,7 @@ export default {
607
607
{
608
608
user : "{{user2}}" ,
609
609
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 " ,
611
611
action : "CREATE_AND_BUY_TOKEN" ,
612
612
content : {
613
613
tokenInfo : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Plugin } from "@ai16z/eliza";
7
7
import { executeSwap } from "./actions/swap.ts" ;
8
8
import take_order from "./actions/takeOrder" ;
9
9
import pumpfun from "./actions/pumpfun.ts" ;
10
- // import fomo from "./actions/fomo.ts";
10
+ import fomo from "./actions/fomo.ts" ;
11
11
import { executeSwapForDAO } from "./actions/swapDao" ;
12
12
import transferToken from "./actions/transfer.ts" ;
13
13
import { walletProvider } from "./providers/wallet.ts" ;
You can’t perform that action at this time.
0 commit comments