@shogun-sdk/money-legos
Version:
Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.
18 lines • 1.07 kB
JavaScript
import { ethers } from 'ethers';
import axios from 'axios';
import VerifiedListData from './verified.json' with { type: 'json' };
export const VerifiedList = VerifiedListData;
const verifiedCdnLink = "https://raw.githubusercontent.com/shogun-network/verified-tokens/main/shogun-verified-tokens-list.json";
export const getVerifiedList = async () => {
// not controlling the error, consumers should handle it
const { data } = await axios.get(verifiedCdnLink);
return data;
};
export const LEGO_API = 'https://zaps-825534211396.us-central1.run.app';
export const ZERO_HASH = ethers.ZeroHash;
export const ZERO_ADDRESS = ethers.ZeroAddress;
export const FOUR_MEME_TOKEN_MANAGER_2_LITE_ADDRESS = '0x5c952063c7fc8610FFDB798152D69F0B9550762b';
export const FOUR_MEME_BSC_TOKEN_MANAGER_HELPER_3_ADDRESS = '0xF251F83e40a78868FcfA3FA4599Dad6494E46034';
export const FOUR_MEME_V2_BUYER_ADDRESS = '0xeb23f56C75Ea16b5324ea77651C6C47B0ebf3e49';
export const SHOGUN_MULTICALL_V1_ADDRESS = '0x0C55Fb7190c94e2ABc91ebBDe931CAcb918D377d';
//# sourceMappingURL=index.js.map