@shogun-sdk/money-legos
Version:
Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.
26 lines • 1.06 kB
TypeScript
export declare const VerifiedList: {
verifiedTokens: ({
symbol: string;
address: string;
decimals: number;
chainId: number;
image: string;
name: string;
} | {
symbol: string;
address: string;
decimals: number;
chainId: number;
name: string;
image?: undefined;
})[];
};
export declare const getVerifiedList: () => Promise<any>;
export declare const LEGO_API = "https://zaps-825534211396.us-central1.run.app";
export declare const ZERO_HASH: `0x${string}`;
export declare const ZERO_ADDRESS: `0x${string}`;
export declare const FOUR_MEME_TOKEN_MANAGER_2_LITE_ADDRESS = "0x5c952063c7fc8610FFDB798152D69F0B9550762b";
export declare const FOUR_MEME_BSC_TOKEN_MANAGER_HELPER_3_ADDRESS = "0xF251F83e40a78868FcfA3FA4599Dad6494E46034";
export declare const FOUR_MEME_V2_BUYER_ADDRESS = "0xeb23f56C75Ea16b5324ea77651C6C47B0ebf3e49";
export declare const SHOGUN_MULTICALL_V1_ADDRESS = "0x0C55Fb7190c94e2ABc91ebBDe931CAcb918D377d";
//# sourceMappingURL=index.d.ts.map