Add compatibility with devnet. Update pool creation to support SOL wrapping. Update send tx function.

This commit is contained in:
calintje
2024-12-25 13:51:56 +01:00
parent daec25f7cc
commit ab7d03b2af
4 changed files with 122 additions and 102 deletions

View File

@@ -36,7 +36,7 @@ const WALLET_DATA_FILE = "wallet_data.txt";
async function initializeAgent() {
try {
const llm = new ChatOpenAI({
modelName: "gpt-4o-mini",
modelName: "gpt-4o",
temperature: 0.7,
});