Skip to content

Commit e37351d

Browse files
committed
Update examplePrompts.ts
1 parent cf166e4 commit e37351d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/dashboard/src/app/nebula-app/(app)/data/examplePrompts.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ type ExamplePrompt = {
99

1010
export const examplePrompts: ExamplePrompt[] = [
1111
{
12-
title: "Deploy an ERC-20 Token",
12+
title: "Launch a Token",
1313
message:
1414
"Deploy an ERC-20 Token with name 'Hello World', description 'Hello world token deployed by Nebula', and symbol 'HELLO'",
1515
},
16+
{
17+
title: "Send 0.001 ETH to thirdweb.eth",
18+
message: "Transfer 0.001 ETH to thirdweb.eth",
19+
},
1620
{
1721
title: "USDC contract address on Ethereum",
1822
message: "What is the USDC contract address on Ethereum?",
@@ -22,11 +26,7 @@ export const examplePrompts: ExamplePrompt[] = [
2226
message: "Analyze 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 on ethereum",
2327
},
2428
{
25-
title: "Transfer 0.001 ETH to thirdweb.eth",
26-
message: "Transfer 0.001 ETH to thirdweb.eth",
27-
},
28-
{
29-
title: "Using session keys in Unity",
29+
title: "Use session keys in Unity",
3030
message: "How to use session key in Unity?",
3131
},
3232
];

0 commit comments

Comments
 (0)