refactor: lulo blink

This commit is contained in:
Arihant Bansal
2024-12-11 02:03:52 +05:30
parent 68d250df24
commit b943dbb23e
3 changed files with 9 additions and 44 deletions

View File

@@ -1,5 +1,4 @@
import { PublicKey } from "@solana/web3.js";
import { TOKENS } from "../constants";
export interface Creator {
address: string;
@@ -24,11 +23,6 @@ export interface MintCollectionNFTResponse {
metadata: PublicKey;
}
/**
* Mint addresses of supported tokens for lending on Lulo
*/
export type LuloDepositAssetMint = (typeof TOKENS)[keyof typeof TOKENS];
/**
* Lulo Account Details response format
*/