Browse Source

Add .types directory

With MintLayout to support checkMintable function
n0xy 1 year ago
parent
commit
07dccc56f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      buy.ts

+ 1 - 0
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';