added write functionalities ie, swap and transfer

This commit is contained in:
Deepak
2024-12-27 16:53:12 +05:30
parent ab9259d4e2
commit 3cdd45d623
13 changed files with 572 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
import { HumanMessage } from "@langchain/core/messages";
export const generalQuestion = [
new HumanMessage("Who is the president of Ecuador?"),
];

View File

@@ -0,0 +1,50 @@
export const tokenList = [
{
name: "USDC",
ticker: "USDC",
decimal: 6,
mintAddress: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
},
{
name: "USDT",
ticker: "USDT",
decimal: 6,
mintAddress: "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
},
{
name: "USDS",
ticker: "USDS",
decimal: 6,
mintAddress: "USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA",
},
{
name: "SOL",
ticker: "SOL",
decimal: 9,
mintAddress: "So11111111111111111111111111111111111111112",
},
{
name: "jitoSOL",
ticker: "jitoSOL",
decimal: 9,
mintAddress: "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
},
{
name: "bSOL",
ticker: "bSOL",
decimal: 9,
mintAddress: "bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1",
},
{
name: "mSOL",
ticker: "mSOL",
decimal: 9,
mintAddress: "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
},
{
name: "BONK",
ticker: "BONK",
decimal: 9,
mintAddress: "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
},
];