UNPKG

@bgd-labs/react-web3-icons

Version:
19 lines (13 loc) 435 B
declare const assetsAliases: Record<string, { iconSymbol: string; symbol: string; tokenTag: string; }>; declare const assetsNames: Record<string, string>; declare const brands: Record<string, string>; declare const chainsNames: Record<number | string, string>; declare const wallets: Record<string, { name: string; identityFlag: string; }>; export { assetsAliases, assetsNames, brands, chainsNames, wallets };