Skip to content

Commit 8a8b69f

Browse files
committed
update URLs and example response
1 parent b6af59e commit 8a8b69f

File tree

1 file changed

+2
-2
lines changed
  • packages/plugin-solana/src/actions

1 file changed

+2
-2
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: {

0 commit comments

Comments
 (0)