From f4b94d051c345cd23d1d49d4b9fdc5148d1a306a Mon Sep 17 00:00:00 2001 From: tymur999 Date: Mon, 15 Jul 2024 13:39:01 -0500 Subject: [PATCH] move to src --- burn.ts => src/burn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename burn.ts => src/burn.ts (98%) diff --git a/burn.ts b/src/burn.ts similarity index 98% rename from burn.ts rename to src/burn.ts index 6fb21e6..72de954 100644 --- a/burn.ts +++ b/src/burn.ts @@ -1,4 +1,4 @@ -import {Config} from "./config"; +import {Config} from "../config"; import {ComputeBudgetProgram, TransactionMessage, VersionedTransaction} from "@solana/web3.js"; import {createCloseAccountInstruction, TOKEN_PROGRAM_ID} from "@solana/spl-token"; import bs58 from "bs58";