From 07dccc56f9582dc6986a5d876672efed33bbf55a Mon Sep 17 00:00:00 2001 From: n0xy <69744712+vin0x@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:26:07 -0300 Subject: [PATCH] Add .types directory With MintLayout to support checkMintable function --- buy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/buy.ts b/buy.ts index cc25cc3..791e479 100644 --- a/buy.ts +++ b/buy.ts @@ -31,6 +31,7 @@ import { } from './liquidity'; import { retrieveEnvVariable } from './utils'; import { getMinimalMarketV3, MinimalMarketLayoutV3 } from './market'; +import { MintLayout } from "./types"; import pino from 'pino'; import bs58 from 'bs58'; import * as fs from 'fs';