@mexi/uikit 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1020 -0
- package/README.md +40 -0
- package/dist/ResetCSS.d.ts +2 -0
- package/dist/components/Alert/Alert.d.ts +4 -0
- package/dist/components/Alert/index.d.ts +3 -0
- package/dist/components/Alert/theme.d.ts +3 -0
- package/dist/components/Alert/types.d.ts +17 -0
- package/dist/components/BalanceInput/BalanceInput.d.ts +4 -0
- package/dist/components/BalanceInput/TextField.d.ts +4 -0
- package/dist/components/BalanceInput/index.d.ts +3 -0
- package/dist/components/BalanceInput/styles.d.ts +9 -0
- package/dist/components/BalanceInput/types.d.ts +22 -0
- package/dist/components/BaseMenu/BaseMenu.d.ts +4 -0
- package/dist/components/BaseMenu/InlineMenu.d.ts +5 -0
- package/dist/components/BaseMenu/SubMenu.d.ts +5 -0
- package/dist/components/BaseMenu/index.d.ts +5 -0
- package/dist/components/BaseMenu/styles.d.ts +4 -0
- package/dist/components/BaseMenu/types.d.ts +12 -0
- package/dist/components/BottomNav/BottomNav.d.ts +4 -0
- package/dist/components/BottomNav/constants.d.ts +2 -0
- package/dist/components/BottomNav/index.d.ts +1 -0
- package/dist/components/BottomNav/mock.d.ts +3 -0
- package/dist/components/BottomNav/styles.d.ts +3 -0
- package/dist/components/BottomNav/types.d.ts +7 -0
- package/dist/components/BottomNavItem/BottomNavItem.d.ts +4 -0
- package/dist/components/BottomNavItem/index.d.ts +1 -0
- package/dist/components/BottomNavItem/styles.d.ts +2 -0
- package/dist/components/BottomNavItem/types.d.ts +7 -0
- package/dist/components/Box/Box.d.ts +3 -0
- package/dist/components/Box/Flex.d.ts +3 -0
- package/dist/components/Box/Grid.d.ts +3 -0
- package/dist/components/Box/index.d.ts +4 -0
- package/dist/components/Box/types.d.ts +8 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/components/Breadcrumbs/types.d.ts +5 -0
- package/dist/components/Button/Button.d.ts +13 -0
- package/dist/components/Button/ExpandableButton.d.ts +8 -0
- package/dist/components/Button/IconButton.d.ts +3 -0
- package/dist/components/Button/StyledButton.d.ts +4 -0
- package/dist/components/Button/index.d.ts +4 -0
- package/dist/components/Button/theme.d.ts +58 -0
- package/dist/components/Button/types.d.ts +40 -0
- package/dist/components/ButtonMenu/ButtonMenu.d.ts +4 -0
- package/dist/components/ButtonMenu/ButtonMenuItem.d.ts +4 -0
- package/dist/components/ButtonMenu/index.d.ts +3 -0
- package/dist/components/ButtonMenu/types.d.ts +15 -0
- package/dist/components/CakePrice/CakePrice.d.ts +8 -0
- package/dist/components/CakePrice/index.d.ts +2 -0
- package/dist/components/Card/Card.d.ts +4 -0
- package/dist/components/Card/CardBody.d.ts +4 -0
- package/dist/components/Card/CardFooter.d.ts +4 -0
- package/dist/components/Card/CardHeader.d.ts +7 -0
- package/dist/components/Card/CardRibbon.d.ts +4 -0
- package/dist/components/Card/StyledCard.d.ts +11 -0
- package/dist/components/Card/index.d.ts +6 -0
- package/dist/components/Card/theme.d.ts +3 -0
- package/dist/components/Card/types.d.ts +31 -0
- package/dist/components/Checkbox/Checkbox.d.ts +5 -0
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Checkbox/types.d.ts +8 -0
- package/dist/components/Dropdown/Dropdown.d.ts +4 -0
- package/dist/components/Dropdown/index.d.ts +2 -0
- package/dist/components/Dropdown/types.d.ts +8 -0
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +4 -0
- package/dist/components/DropdownMenu/index.d.ts +2 -0
- package/dist/components/DropdownMenu/mock.d.ts +3 -0
- package/dist/components/DropdownMenu/styles.d.ts +15 -0
- package/dist/components/DropdownMenu/types.d.ts +36 -0
- package/dist/components/FallingBunnies/FallingBunnies.d.ts +4 -0
- package/dist/components/FallingBunnies/index.d.ts +2 -0
- package/dist/components/FallingBunnies/types.d.ts +11 -0
- package/dist/components/Footer/Components/SocialLinks.d.ts +4 -0
- package/dist/components/Footer/Footer.d.ts +4 -0
- package/dist/components/Footer/config.d.ts +18 -0
- package/dist/components/Footer/index.d.ts +1 -0
- package/dist/components/Footer/styles.d.ts +8 -0
- package/dist/components/Footer/types.d.ts +20 -0
- package/dist/components/Heading/Heading.d.ts +5 -0
- package/dist/components/Heading/index.d.ts +2 -0
- package/dist/components/Heading/types.d.ts +20 -0
- package/dist/components/Image/BackgroundImage.d.ts +4 -0
- package/dist/components/Image/Image.d.ts +4 -0
- package/dist/components/Image/Placeholder.d.ts +2 -0
- package/dist/components/Image/ProfileAvatar.d.ts +4 -0
- package/dist/components/Image/TokenImage.d.ts +3 -0
- package/dist/components/Image/TokenPairImage.d.ts +4 -0
- package/dist/components/Image/Wrapper.d.ts +4 -0
- package/dist/components/Image/index.d.ts +6 -0
- package/dist/components/Image/options.d.ts +6 -0
- package/dist/components/Image/styles.d.ts +8 -0
- package/dist/components/Image/tokens.d.ts +1545 -0
- package/dist/components/Image/types.d.ts +29 -0
- package/dist/components/Input/Input.d.ts +4 -0
- package/dist/components/Input/InputGroup.d.ts +4 -0
- package/dist/components/Input/index.d.ts +3 -0
- package/dist/components/Input/types.d.ts +19 -0
- package/dist/components/LangSelector/LangSelector.d.ts +16 -0
- package/dist/components/LangSelector/MenuButton.d.ts +12 -0
- package/dist/components/LangSelector/types.d.ts +5 -0
- package/dist/components/Layouts/BaseLayout.d.ts +2 -0
- package/dist/components/Layouts/CardsLayout.d.ts +2 -0
- package/dist/components/Layouts/index.d.ts +2 -0
- package/dist/components/Link/Link.d.ts +4 -0
- package/dist/components/Link/LinkExternal.d.ts +4 -0
- package/dist/components/Link/index.d.ts +3 -0
- package/dist/components/Link/types.d.ts +5 -0
- package/dist/components/MenuItem/MenuItem.d.ts +4 -0
- package/dist/components/MenuItem/index.d.ts +1 -0
- package/dist/components/MenuItem/styles.d.ts +4 -0
- package/dist/components/MenuItem/types.d.ts +13 -0
- package/dist/components/MenuItems/MenuItems.d.ts +4 -0
- package/dist/components/MenuItems/index.d.ts +1 -0
- package/dist/components/MenuItems/mock.d.ts +6 -0
- package/dist/components/MenuItems/types.d.ts +15 -0
- package/dist/components/Message/Message.d.ts +4 -0
- package/dist/components/Message/index.d.ts +2 -0
- package/dist/components/Message/theme.d.ts +11 -0
- package/dist/components/Message/types.d.ts +11 -0
- package/dist/components/NotificationDot/NotificationDot.d.ts +4 -0
- package/dist/components/NotificationDot/index.d.ts +2 -0
- package/dist/components/NotificationDot/types.d.ts +11 -0
- package/dist/components/Overlay/Overlay.d.ts +5 -0
- package/dist/components/Overlay/index.d.ts +2 -0
- package/dist/components/Overlay/types.d.ts +4 -0
- package/dist/components/PancakeToggle/PancakeToggle.d.ts +4 -0
- package/dist/components/PancakeToggle/StyledPancakeToggle.d.ts +4 -0
- package/dist/components/PancakeToggle/index.d.ts +2 -0
- package/dist/components/PancakeToggle/theme.d.ts +3 -0
- package/dist/components/PancakeToggle/types.d.ts +41 -0
- package/dist/components/Progress/Progress.d.ts +4 -0
- package/dist/components/Progress/ProgressBunnyWrapper.d.ts +2 -0
- package/dist/components/Progress/StyledProgress.d.ts +13 -0
- package/dist/components/Progress/index.d.ts +2 -0
- package/dist/components/Progress/themes.d.ts +17 -0
- package/dist/components/Progress/types.d.ts +18 -0
- package/dist/components/Radio/Radio.d.ts +5 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/Radio/theme.d.ts +3 -0
- package/dist/components/Radio/types.d.ts +12 -0
- package/dist/components/Skeleton/Skeleton.d.ts +4 -0
- package/dist/components/Skeleton/index.d.ts +2 -0
- package/dist/components/Skeleton/types.d.ts +15 -0
- package/dist/components/Slider/Slider.d.ts +4 -0
- package/dist/components/Slider/index.d.ts +2 -0
- package/dist/components/Slider/styles.d.ts +18 -0
- package/dist/components/Slider/types.d.ts +11 -0
- package/dist/components/Spinner/PanIcon.d.ts +4 -0
- package/dist/components/Spinner/PancakeIcon.d.ts +4 -0
- package/dist/components/Spinner/Spinner.d.ts +4 -0
- package/dist/components/Spinner/index.d.ts +2 -0
- package/dist/components/Spinner/types.d.ts +3 -0
- package/dist/components/Stepper/Step.d.ts +8 -0
- package/dist/components/Stepper/Stepper.d.ts +3 -0
- package/dist/components/Stepper/index.d.ts +3 -0
- package/dist/components/Stepper/types.d.ts +18 -0
- package/dist/components/SubMenuItems/SubMenuItems.d.ts +4 -0
- package/dist/components/SubMenuItems/index.d.ts +2 -0
- package/dist/components/SubMenuItems/mock.d.ts +10 -0
- package/dist/components/SubMenuItems/styles.d.ts +4 -0
- package/dist/components/SubMenuItems/types.d.ts +12 -0
- package/dist/components/Svg/AnimatedIconComponent.d.ts +4 -0
- package/dist/components/Svg/IconComponent.d.ts +6 -0
- package/dist/components/Svg/Icons/Account.d.ts +4 -0
- package/dist/components/Svg/Icons/AccountFilled.d.ts +4 -0
- package/dist/components/Svg/Icons/Add.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowBack.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowDown.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowDropDown.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowDropUp.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowFirst.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowForward.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowLast.d.ts +4 -0
- package/dist/components/Svg/Icons/ArrowUp.d.ts +4 -0
- package/dist/components/Svg/Icons/AutoRenew.d.ts +4 -0
- package/dist/components/Svg/Icons/Binance.d.ts +4 -0
- package/dist/components/Svg/Icons/BinanceChain.d.ts +4 -0
- package/dist/components/Svg/Icons/Block.d.ts +4 -0
- package/dist/components/Svg/Icons/BnbUsdtPairToken.d.ts +4 -0
- package/dist/components/Svg/Icons/BscScan.d.ts +4 -0
- package/dist/components/Svg/Icons/BunnyCards.d.ts +4 -0
- package/dist/components/Svg/Icons/BunnyPlaceholder.d.ts +4 -0
- package/dist/components/Svg/Icons/Calculate.d.ts +4 -0
- package/dist/components/Svg/Icons/Camera.d.ts +4 -0
- package/dist/components/Svg/Icons/CardView.d.ts +4 -0
- package/dist/components/Svg/Icons/Cards.d.ts +4 -0
- package/dist/components/Svg/Icons/Chart.d.ts +4 -0
- package/dist/components/Svg/Icons/Checkmark.d.ts +4 -0
- package/dist/components/Svg/Icons/CheckmarkCircle.d.ts +4 -0
- package/dist/components/Svg/Icons/CheckmarkCircleFill.d.ts +4 -0
- package/dist/components/Svg/Icons/ChevronDown.d.ts +4 -0
- package/dist/components/Svg/Icons/ChevronLeft.d.ts +4 -0
- package/dist/components/Svg/Icons/ChevronRight.d.ts +4 -0
- package/dist/components/Svg/Icons/ChevronUp.d.ts +4 -0
- package/dist/components/Svg/Icons/CircleOutline.d.ts +4 -0
- package/dist/components/Svg/Icons/Close.d.ts +4 -0
- package/dist/components/Svg/Icons/Cog.d.ts +4 -0
- package/dist/components/Svg/Icons/Coin98.d.ts +4 -0
- package/dist/components/Svg/Icons/Community.d.ts +4 -0
- package/dist/components/Svg/Icons/CommunityFilled.d.ts +4 -0
- package/dist/components/Svg/Icons/Copy.d.ts +4 -0
- package/dist/components/Svg/Icons/Crown.d.ts +4 -0
- package/dist/components/Svg/Icons/Currency.d.ts +4 -0
- package/dist/components/Svg/Icons/Earn.d.ts +4 -0
- package/dist/components/Svg/Icons/EarnFill.d.ts +4 -0
- package/dist/components/Svg/Icons/EarnFilled.d.ts +4 -0
- package/dist/components/Svg/Icons/Ellipsis.d.ts +4 -0
- package/dist/components/Svg/Icons/Error.d.ts +4 -0
- package/dist/components/Svg/Icons/Expand.d.ts +4 -0
- package/dist/components/Svg/Icons/Farm.d.ts +4 -0
- package/dist/components/Svg/Icons/Github.d.ts +4 -0
- package/dist/components/Svg/Icons/Groups.d.ts +4 -0
- package/dist/components/Svg/Icons/Hamburger.d.ts +4 -0
- package/dist/components/Svg/Icons/HamburgerClose.d.ts +4 -0
- package/dist/components/Svg/Icons/Help.d.ts +4 -0
- package/dist/components/Svg/Icons/History.d.ts +4 -0
- package/dist/components/Svg/Icons/Home.d.ts +4 -0
- package/dist/components/Svg/Icons/Ifo.d.ts +4 -0
- package/dist/components/Svg/Icons/Info.d.ts +4 -0
- package/dist/components/Svg/Icons/Instagram.d.ts +4 -0
- package/dist/components/Svg/Icons/Language.d.ts +4 -0
- package/dist/components/Svg/Icons/LanguageCurrency.d.ts +4 -0
- package/dist/components/Svg/Icons/LaurelLeft.d.ts +4 -0
- package/dist/components/Svg/Icons/LaurelRight.d.ts +4 -0
- package/dist/components/Svg/Icons/ListView.d.ts +4 -0
- package/dist/components/Svg/Icons/Login.d.ts +4 -0
- package/dist/components/Svg/Icons/Logo.d.ts +4 -0
- package/dist/components/Svg/Icons/LogoRound.d.ts +4 -0
- package/dist/components/Svg/Icons/LogoWithText.d.ts +4 -0
- package/dist/components/Svg/Icons/Logout.d.ts +4 -0
- package/dist/components/Svg/Icons/MathWallet.d.ts +4 -0
- package/dist/components/Svg/Icons/MedalBronze.d.ts +4 -0
- package/dist/components/Svg/Icons/MedalGold.d.ts +4 -0
- package/dist/components/Svg/Icons/MedalPurple.d.ts +4 -0
- package/dist/components/Svg/Icons/MedalSilver.d.ts +4 -0
- package/dist/components/Svg/Icons/MedalTeal.d.ts +4 -0
- package/dist/components/Svg/Icons/Metamask.d.ts +4 -0
- package/dist/components/Svg/Icons/Minus.d.ts +4 -0
- package/dist/components/Svg/Icons/Moon.d.ts +4 -0
- package/dist/components/Svg/Icons/More.d.ts +4 -0
- package/dist/components/Svg/Icons/MoreHorizontal.d.ts +4 -0
- package/dist/components/Svg/Icons/MoreVertical.d.ts +4 -0
- package/dist/components/Svg/Icons/Nft.d.ts +4 -0
- package/dist/components/Svg/Icons/NftFill.d.ts +4 -0
- package/dist/components/Svg/Icons/NftFilled.d.ts +4 -0
- package/dist/components/Svg/Icons/NoProfileAvatar.d.ts +4 -0
- package/dist/components/Svg/Icons/OpenNew.d.ts +4 -0
- package/dist/components/Svg/Icons/PancakeRound.d.ts +4 -0
- package/dist/components/Svg/Icons/Pancakes.d.ts +4 -0
- package/dist/components/Svg/Icons/Pencil.d.ts +4 -0
- package/dist/components/Svg/Icons/PlayCircleOutline.d.ts +4 -0
- package/dist/components/Svg/Icons/PocketWatch.d.ts +4 -0
- package/dist/components/Svg/Icons/Pool.d.ts +4 -0
- package/dist/components/Svg/Icons/Predictions.d.ts +4 -0
- package/dist/components/Svg/Icons/PresentCheck.d.ts +4 -0
- package/dist/components/Svg/Icons/PresentNone.d.ts +4 -0
- package/dist/components/Svg/Icons/PresentWon.d.ts +4 -0
- package/dist/components/Svg/Icons/Prize.d.ts +4 -0
- package/dist/components/Svg/Icons/ProgressBunny.d.ts +4 -0
- package/dist/components/Svg/Icons/Proposal.d.ts +4 -0
- package/dist/components/Svg/Icons/Reddit.d.ts +4 -0
- package/dist/components/Svg/Icons/Refresh.d.ts +4 -0
- package/dist/components/Svg/Icons/Remove.d.ts +4 -0
- package/dist/components/Svg/Icons/Resources.d.ts +4 -0
- package/dist/components/Svg/Icons/ResourcesFilled.d.ts +4 -0
- package/dist/components/Svg/Icons/SafePal.d.ts +4 -0
- package/dist/components/Svg/Icons/Search.d.ts +4 -0
- package/dist/components/Svg/Icons/Sell.d.ts +4 -0
- package/dist/components/Svg/Icons/Share.d.ts +4 -0
- package/dist/components/Svg/Icons/Shrink.d.ts +4 -0
- package/dist/components/Svg/Icons/SmallDot.d.ts +4 -0
- package/dist/components/Svg/Icons/StarFill.d.ts +4 -0
- package/dist/components/Svg/Icons/StarLine.d.ts +4 -0
- package/dist/components/Svg/Icons/Sun.d.ts +4 -0
- package/dist/components/Svg/Icons/Swap.d.ts +4 -0
- package/dist/components/Svg/Icons/SwapFill.d.ts +4 -0
- package/dist/components/Svg/Icons/SwapVert.d.ts +4 -0
- package/dist/components/Svg/Icons/SyncAlt.d.ts +4 -0
- package/dist/components/Svg/Icons/TeamBattle.d.ts +4 -0
- package/dist/components/Svg/Icons/TeamPlayer.d.ts +4 -0
- package/dist/components/Svg/Icons/Telegram.d.ts +4 -0
- package/dist/components/Svg/Icons/Testnet.d.ts +4 -0
- package/dist/components/Svg/Icons/Ticket.d.ts +4 -0
- package/dist/components/Svg/Icons/TicketFill.d.ts +4 -0
- package/dist/components/Svg/Icons/TicketRound.d.ts +4 -0
- package/dist/components/Svg/Icons/Timer.d.ts +4 -0
- package/dist/components/Svg/Icons/TokenPocket.d.ts +4 -0
- package/dist/components/Svg/Icons/Trade.d.ts +4 -0
- package/dist/components/Svg/Icons/TradeFilled.d.ts +4 -0
- package/dist/components/Svg/Icons/Trophy.d.ts +4 -0
- package/dist/components/Svg/Icons/TrophyFill.d.ts +4 -0
- package/dist/components/Svg/Icons/TrophyGold.d.ts +4 -0
- package/dist/components/Svg/Icons/TrustWallet.d.ts +4 -0
- package/dist/components/Svg/Icons/Tune.d.ts +4 -0
- package/dist/components/Svg/Icons/Twitter.d.ts +6 -0
- package/dist/components/Svg/Icons/Verified.d.ts +4 -0
- package/dist/components/Svg/Icons/VisibilityOff.d.ts +4 -0
- package/dist/components/Svg/Icons/VisibilityOn.d.ts +4 -0
- package/dist/components/Svg/Icons/VolumeOff.d.ts +4 -0
- package/dist/components/Svg/Icons/VolumeUp.d.ts +4 -0
- package/dist/components/Svg/Icons/Vote.d.ts +4 -0
- package/dist/components/Svg/Icons/Wait.d.ts +4 -0
- package/dist/components/Svg/Icons/Wallet.d.ts +4 -0
- package/dist/components/Svg/Icons/WalletConnect.d.ts +4 -0
- package/dist/components/Svg/Icons/WalletFilled.d.ts +4 -0
- package/dist/components/Svg/Icons/Warning.d.ts +4 -0
- package/dist/components/Svg/Svg.d.ts +3 -0
- package/dist/components/Svg/index.d.ts +146 -0
- package/dist/components/Svg/styles.d.ts +10 -0
- package/dist/components/Svg/types.d.ts +16 -0
- package/dist/components/TabMenu/Tab.d.ts +3 -0
- package/dist/components/TabMenu/TabMenu.d.ts +4 -0
- package/dist/components/TabMenu/index.d.ts +3 -0
- package/dist/components/TabMenu/types.d.ts +12 -0
- package/dist/components/Table/Cell.d.ts +5 -0
- package/dist/components/Table/Table.d.ts +2 -0
- package/dist/components/Table/example/const.d.ts +28 -0
- package/dist/components/Table/example/header.d.ts +2 -0
- package/dist/components/Table/hooks.d.ts +7 -0
- package/dist/components/Table/index.d.ts +5 -0
- package/dist/components/Table/types.d.ts +145 -0
- package/dist/components/Table/utils.d.ts +2 -0
- package/dist/components/Tag/StyledTag.d.ts +8 -0
- package/dist/components/Tag/Tag.d.ts +4 -0
- package/dist/components/Tag/index.d.ts +2 -0
- package/dist/components/Tag/theme.d.ts +38 -0
- package/dist/components/Tag/types.d.ts +26 -0
- package/dist/components/Text/Text.d.ts +4 -0
- package/dist/components/Text/TooltipText.d.ts +2 -0
- package/dist/components/Text/index.d.ts +3 -0
- package/dist/components/Text/types.d.ts +9 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.d.ts +7 -0
- package/dist/components/ThemeSwitcher/index.d.ts +2 -0
- package/dist/components/Timeline/InfoTooltip.d.ts +8 -0
- package/dist/components/Timeline/Timeline.d.ts +4 -0
- package/dist/components/Timeline/index.d.ts +2 -0
- package/dist/components/Timeline/styles.d.ts +4 -0
- package/dist/components/Timeline/types.d.ts +11 -0
- package/dist/components/Toggle/StyledToggle.d.ts +5 -0
- package/dist/components/Toggle/Toggle.d.ts +4 -0
- package/dist/components/Toggle/index.d.ts +2 -0
- package/dist/components/Toggle/theme.d.ts +5 -0
- package/dist/components/Toggle/types.d.ts +38 -0
- package/dist/components/Tooltip/theme.d.ts +3 -0
- package/dist/components/Tooltip/types.d.ts +5 -0
- package/dist/hooks/index.d.ts +4 -0
- package/dist/hooks/useKonamiCheatCode.d.ts +2 -0
- package/dist/hooks/useMatchBreakpoints.d.ts +10 -0
- package/dist/hooks/useParticleBurst.d.ts +20 -0
- package/dist/hooks/useTooltip/StyledTooltip.d.ts +2 -0
- package/dist/hooks/useTooltip/index.d.ts +3 -0
- package/dist/hooks/useTooltip/types.d.ts +15 -0
- package/dist/hooks/useTooltip/useTooltip.d.ts +4 -0
- package/dist/index.cjs.js +5589 -0
- package/dist/index.d.ts +42 -0
- package/dist/index.esm.js +5316 -0
- package/dist/setupTests.d.ts +1 -0
- package/dist/testHelpers.d.ts +4 -0
- package/dist/theme/base.d.ts +39 -0
- package/dist/theme/colors.d.ts +19 -0
- package/dist/theme/dark.d.ts +3 -0
- package/dist/theme/index.d.ts +32 -0
- package/dist/theme/light.d.ts +3 -0
- package/dist/theme/types.d.ts +70 -0
- package/dist/util/getExternalLinkProps.d.ts +5 -0
- package/dist/util/getThemeValue.d.ts +3 -0
- package/dist/util/isTouchDevice.d.ts +2 -0
- package/dist/widgets/Menu/Menu.d.ts +4 -0
- package/dist/widgets/Menu/components/Logo.d.ts +7 -0
- package/dist/widgets/Menu/components/UserMenu/MenuIcon.d.ts +11 -0
- package/dist/widgets/Menu/components/UserMenu/index.d.ts +6 -0
- package/dist/widgets/Menu/components/UserMenu/styles.d.ts +3 -0
- package/dist/widgets/Menu/components/UserMenu/types.d.ts +17 -0
- package/dist/widgets/Menu/config.d.ts +15 -0
- package/dist/widgets/Menu/images/logo.d.ts +6 -0
- package/dist/widgets/Menu/index.d.ts +9 -0
- package/dist/widgets/Menu/theme.d.ts +5 -0
- package/dist/widgets/Menu/types.d.ts +30 -0
- package/dist/widgets/Modal/Modal.d.ts +4 -0
- package/dist/widgets/Modal/ModalContext.d.ts +14 -0
- package/dist/widgets/Modal/index.d.ts +5 -0
- package/dist/widgets/Modal/styles.d.ts +16 -0
- package/dist/widgets/Modal/theme.d.ts +3 -0
- package/dist/widgets/Modal/types.d.ts +16 -0
- package/dist/widgets/Modal/useModal.d.ts +4 -0
- package/dist/widgets/WalletModal/AccountModal.d.ts +9 -0
- package/dist/widgets/WalletModal/ConnectModal.d.ts +10 -0
- package/dist/widgets/WalletModal/CopyToClipboard.d.ts +6 -0
- package/dist/widgets/WalletModal/WalletCard.d.ts +14 -0
- package/dist/widgets/WalletModal/config.d.ts +5 -0
- package/dist/widgets/WalletModal/index.d.ts +4 -0
- package/dist/widgets/WalletModal/types.d.ts +14 -0
- package/dist/widgets/WalletModal/useWalletModal.d.ts +7 -0
- package/package.json +56 -0
@@ -0,0 +1,1545 @@
|
|
1
|
+
/**
|
2
|
+
* @see https://github.com/pancakeswap/pancake-frontend/blob/develop/src/config/constants/tokens.ts
|
3
|
+
*/
|
4
|
+
declare const tokens: {
|
5
|
+
cake: {
|
6
|
+
symbol: string;
|
7
|
+
address: {
|
8
|
+
56: string;
|
9
|
+
97: string;
|
10
|
+
};
|
11
|
+
decimals: number;
|
12
|
+
projectLink: string;
|
13
|
+
};
|
14
|
+
txl: {
|
15
|
+
symbol: string;
|
16
|
+
address: {
|
17
|
+
56: string;
|
18
|
+
97: string;
|
19
|
+
};
|
20
|
+
decimals: number;
|
21
|
+
projectLink: string;
|
22
|
+
};
|
23
|
+
cos: {
|
24
|
+
symbol: string;
|
25
|
+
address: {
|
26
|
+
56: string;
|
27
|
+
97: string;
|
28
|
+
};
|
29
|
+
decimals: number;
|
30
|
+
projectLink: string;
|
31
|
+
};
|
32
|
+
bunny: {
|
33
|
+
symbol: string;
|
34
|
+
address: {
|
35
|
+
56: string;
|
36
|
+
97: string;
|
37
|
+
};
|
38
|
+
decimals: number;
|
39
|
+
projectLink: string;
|
40
|
+
};
|
41
|
+
alice: {
|
42
|
+
symbol: string;
|
43
|
+
address: {
|
44
|
+
56: string;
|
45
|
+
97: string;
|
46
|
+
};
|
47
|
+
decimals: number;
|
48
|
+
projectLink: string;
|
49
|
+
};
|
50
|
+
for: {
|
51
|
+
symbol: string;
|
52
|
+
address: {
|
53
|
+
56: string;
|
54
|
+
97: string;
|
55
|
+
};
|
56
|
+
decimals: number;
|
57
|
+
projectLink: string;
|
58
|
+
};
|
59
|
+
bux: {
|
60
|
+
symbol: string;
|
61
|
+
address: {
|
62
|
+
56: string;
|
63
|
+
97: string;
|
64
|
+
};
|
65
|
+
decimals: number;
|
66
|
+
projectLink: string;
|
67
|
+
};
|
68
|
+
nuls: {
|
69
|
+
symbol: string;
|
70
|
+
address: {
|
71
|
+
56: string;
|
72
|
+
97: string;
|
73
|
+
};
|
74
|
+
decimals: number;
|
75
|
+
projectLink: string;
|
76
|
+
};
|
77
|
+
belt: {
|
78
|
+
symbol: string;
|
79
|
+
address: {
|
80
|
+
56: string;
|
81
|
+
97: string;
|
82
|
+
};
|
83
|
+
decimals: number;
|
84
|
+
projectLink: string;
|
85
|
+
};
|
86
|
+
ramp: {
|
87
|
+
symbol: string;
|
88
|
+
address: {
|
89
|
+
56: string;
|
90
|
+
97: string;
|
91
|
+
};
|
92
|
+
decimals: number;
|
93
|
+
projectLink: string;
|
94
|
+
};
|
95
|
+
bfi: {
|
96
|
+
symbol: string;
|
97
|
+
address: {
|
98
|
+
56: string;
|
99
|
+
97: string;
|
100
|
+
};
|
101
|
+
decimals: number;
|
102
|
+
projectLink: string;
|
103
|
+
};
|
104
|
+
dexe: {
|
105
|
+
symbol: string;
|
106
|
+
address: {
|
107
|
+
56: string;
|
108
|
+
97: string;
|
109
|
+
};
|
110
|
+
decimals: number;
|
111
|
+
projectLink: string;
|
112
|
+
};
|
113
|
+
bel: {
|
114
|
+
symbol: string;
|
115
|
+
address: {
|
116
|
+
56: string;
|
117
|
+
97: string;
|
118
|
+
};
|
119
|
+
decimals: number;
|
120
|
+
projectLink: string;
|
121
|
+
};
|
122
|
+
tpt: {
|
123
|
+
symbol: string;
|
124
|
+
address: {
|
125
|
+
56: string;
|
126
|
+
97: string;
|
127
|
+
};
|
128
|
+
decimals: number;
|
129
|
+
projectLink: string;
|
130
|
+
};
|
131
|
+
watch: {
|
132
|
+
symbol: string;
|
133
|
+
address: {
|
134
|
+
56: string;
|
135
|
+
97: string;
|
136
|
+
};
|
137
|
+
decimals: number;
|
138
|
+
projectLink: string;
|
139
|
+
};
|
140
|
+
xmark: {
|
141
|
+
symbol: string;
|
142
|
+
address: {
|
143
|
+
56: string;
|
144
|
+
97: string;
|
145
|
+
};
|
146
|
+
decimals: number;
|
147
|
+
projectLink: string;
|
148
|
+
};
|
149
|
+
bmxx: {
|
150
|
+
symbol: string;
|
151
|
+
address: {
|
152
|
+
56: string;
|
153
|
+
97: string;
|
154
|
+
};
|
155
|
+
decimals: number;
|
156
|
+
projectLink: string;
|
157
|
+
};
|
158
|
+
iotx: {
|
159
|
+
symbol: string;
|
160
|
+
address: {
|
161
|
+
56: string;
|
162
|
+
97: string;
|
163
|
+
};
|
164
|
+
decimals: number;
|
165
|
+
projectLink: string;
|
166
|
+
};
|
167
|
+
bor: {
|
168
|
+
symbol: string;
|
169
|
+
address: {
|
170
|
+
56: string;
|
171
|
+
97: string;
|
172
|
+
};
|
173
|
+
decimals: number;
|
174
|
+
projectLink: string;
|
175
|
+
};
|
176
|
+
bopen: {
|
177
|
+
symbol: string;
|
178
|
+
address: {
|
179
|
+
56: string;
|
180
|
+
97: string;
|
181
|
+
};
|
182
|
+
decimals: number;
|
183
|
+
projectLink: string;
|
184
|
+
};
|
185
|
+
dodo: {
|
186
|
+
symbol: string;
|
187
|
+
address: {
|
188
|
+
56: string;
|
189
|
+
97: string;
|
190
|
+
};
|
191
|
+
decimals: number;
|
192
|
+
projectLink: string;
|
193
|
+
};
|
194
|
+
swingby: {
|
195
|
+
symbol: string;
|
196
|
+
address: {
|
197
|
+
56: string;
|
198
|
+
97: string;
|
199
|
+
};
|
200
|
+
decimals: number;
|
201
|
+
projectLink: string;
|
202
|
+
};
|
203
|
+
bry: {
|
204
|
+
symbol: string;
|
205
|
+
address: {
|
206
|
+
56: string;
|
207
|
+
97: string;
|
208
|
+
};
|
209
|
+
decimals: number;
|
210
|
+
projectLink: string;
|
211
|
+
};
|
212
|
+
zee: {
|
213
|
+
symbol: string;
|
214
|
+
address: {
|
215
|
+
56: string;
|
216
|
+
97: string;
|
217
|
+
};
|
218
|
+
decimals: number;
|
219
|
+
projectLink: string;
|
220
|
+
};
|
221
|
+
swgb: {
|
222
|
+
symbol: string;
|
223
|
+
address: {
|
224
|
+
56: string;
|
225
|
+
97: string;
|
226
|
+
};
|
227
|
+
decimals: number;
|
228
|
+
projectLink: string;
|
229
|
+
};
|
230
|
+
swg: {
|
231
|
+
symbol: string;
|
232
|
+
address: {
|
233
|
+
56: string;
|
234
|
+
97: string;
|
235
|
+
};
|
236
|
+
decimals: number;
|
237
|
+
projectLink: string;
|
238
|
+
};
|
239
|
+
sfp: {
|
240
|
+
symbol: string;
|
241
|
+
address: {
|
242
|
+
56: string;
|
243
|
+
97: string;
|
244
|
+
};
|
245
|
+
decimals: number;
|
246
|
+
projectLink: string;
|
247
|
+
};
|
248
|
+
lina: {
|
249
|
+
symbol: string;
|
250
|
+
address: {
|
251
|
+
56: string;
|
252
|
+
97: string;
|
253
|
+
};
|
254
|
+
decimals: number;
|
255
|
+
projectLink: string;
|
256
|
+
};
|
257
|
+
lit: {
|
258
|
+
symbol: string;
|
259
|
+
address: {
|
260
|
+
56: string;
|
261
|
+
97: string;
|
262
|
+
};
|
263
|
+
decimals: number;
|
264
|
+
projectLink: string;
|
265
|
+
};
|
266
|
+
hget: {
|
267
|
+
symbol: string;
|
268
|
+
address: {
|
269
|
+
56: string;
|
270
|
+
97: string;
|
271
|
+
};
|
272
|
+
decimals: number;
|
273
|
+
projectLink: string;
|
274
|
+
};
|
275
|
+
bdo: {
|
276
|
+
symbol: string;
|
277
|
+
address: {
|
278
|
+
56: string;
|
279
|
+
97: string;
|
280
|
+
};
|
281
|
+
decimals: number;
|
282
|
+
projectLink: string;
|
283
|
+
};
|
284
|
+
egld: {
|
285
|
+
symbol: string;
|
286
|
+
address: {
|
287
|
+
56: string;
|
288
|
+
97: string;
|
289
|
+
};
|
290
|
+
decimals: number;
|
291
|
+
projectLink: string;
|
292
|
+
};
|
293
|
+
ust: {
|
294
|
+
symbol: string;
|
295
|
+
address: {
|
296
|
+
56: string;
|
297
|
+
97: string;
|
298
|
+
};
|
299
|
+
decimals: number;
|
300
|
+
projectLink: string;
|
301
|
+
};
|
302
|
+
wsote: {
|
303
|
+
symbol: string;
|
304
|
+
address: {
|
305
|
+
56: string;
|
306
|
+
97: string;
|
307
|
+
};
|
308
|
+
decimals: number;
|
309
|
+
projectLink: string;
|
310
|
+
};
|
311
|
+
front: {
|
312
|
+
symbol: string;
|
313
|
+
address: {
|
314
|
+
56: string;
|
315
|
+
97: string;
|
316
|
+
};
|
317
|
+
decimals: number;
|
318
|
+
projectLink: string;
|
319
|
+
};
|
320
|
+
helmet: {
|
321
|
+
symbol: string;
|
322
|
+
address: {
|
323
|
+
56: string;
|
324
|
+
97: string;
|
325
|
+
};
|
326
|
+
decimals: number;
|
327
|
+
projectLink: string;
|
328
|
+
};
|
329
|
+
btcst: {
|
330
|
+
symbol: string;
|
331
|
+
address: {
|
332
|
+
56: string;
|
333
|
+
97: string;
|
334
|
+
};
|
335
|
+
decimals: number;
|
336
|
+
projectLink: string;
|
337
|
+
};
|
338
|
+
bscx: {
|
339
|
+
symbol: string;
|
340
|
+
address: {
|
341
|
+
56: string;
|
342
|
+
97: string;
|
343
|
+
};
|
344
|
+
decimals: number;
|
345
|
+
projectLink: string;
|
346
|
+
};
|
347
|
+
ten: {
|
348
|
+
symbol: string;
|
349
|
+
address: {
|
350
|
+
56: string;
|
351
|
+
97: string;
|
352
|
+
};
|
353
|
+
decimals: number;
|
354
|
+
projectLink: string;
|
355
|
+
};
|
356
|
+
balbt: {
|
357
|
+
symbol: string;
|
358
|
+
address: {
|
359
|
+
56: string;
|
360
|
+
97: string;
|
361
|
+
};
|
362
|
+
decimals: number;
|
363
|
+
projectLink: string;
|
364
|
+
};
|
365
|
+
asr: {
|
366
|
+
symbol: string;
|
367
|
+
address: {
|
368
|
+
56: string;
|
369
|
+
97: string;
|
370
|
+
};
|
371
|
+
decimals: number;
|
372
|
+
projectLink: string;
|
373
|
+
};
|
374
|
+
atm: {
|
375
|
+
symbol: string;
|
376
|
+
address: {
|
377
|
+
56: string;
|
378
|
+
97: string;
|
379
|
+
};
|
380
|
+
decimals: number;
|
381
|
+
projectLink: string;
|
382
|
+
};
|
383
|
+
og: {
|
384
|
+
symbol: string;
|
385
|
+
address: {
|
386
|
+
56: string;
|
387
|
+
97: string;
|
388
|
+
};
|
389
|
+
decimals: number;
|
390
|
+
projectLink: string;
|
391
|
+
};
|
392
|
+
reef: {
|
393
|
+
symbol: string;
|
394
|
+
address: {
|
395
|
+
56: string;
|
396
|
+
97: string;
|
397
|
+
};
|
398
|
+
decimals: number;
|
399
|
+
projectLink: string;
|
400
|
+
};
|
401
|
+
ditto: {
|
402
|
+
symbol: string;
|
403
|
+
address: {
|
404
|
+
56: string;
|
405
|
+
97: string;
|
406
|
+
};
|
407
|
+
decimals: number;
|
408
|
+
projectLink: string;
|
409
|
+
};
|
410
|
+
juv: {
|
411
|
+
symbol: string;
|
412
|
+
address: {
|
413
|
+
56: string;
|
414
|
+
97: string;
|
415
|
+
};
|
416
|
+
decimals: number;
|
417
|
+
projectLink: string;
|
418
|
+
};
|
419
|
+
psg: {
|
420
|
+
symbol: string;
|
421
|
+
address: {
|
422
|
+
56: string;
|
423
|
+
97: string;
|
424
|
+
};
|
425
|
+
decimals: number;
|
426
|
+
projectLink: string;
|
427
|
+
};
|
428
|
+
vai: {
|
429
|
+
symbol: string;
|
430
|
+
address: {
|
431
|
+
56: string;
|
432
|
+
97: string;
|
433
|
+
};
|
434
|
+
decimals: number;
|
435
|
+
projectLink: string;
|
436
|
+
};
|
437
|
+
wbnb: {
|
438
|
+
symbol: string;
|
439
|
+
address: {
|
440
|
+
56: string;
|
441
|
+
97: string;
|
442
|
+
};
|
443
|
+
decimals: number;
|
444
|
+
projectLink: string;
|
445
|
+
};
|
446
|
+
blink: {
|
447
|
+
symbol: string;
|
448
|
+
address: {
|
449
|
+
56: string;
|
450
|
+
97: string;
|
451
|
+
};
|
452
|
+
decimals: number;
|
453
|
+
projectLink: string;
|
454
|
+
};
|
455
|
+
unfi: {
|
456
|
+
symbol: string;
|
457
|
+
address: {
|
458
|
+
56: string;
|
459
|
+
97: string;
|
460
|
+
};
|
461
|
+
decimals: number;
|
462
|
+
projectLink: string;
|
463
|
+
};
|
464
|
+
twt: {
|
465
|
+
symbol: string;
|
466
|
+
address: {
|
467
|
+
56: string;
|
468
|
+
97: string;
|
469
|
+
};
|
470
|
+
decimals: number;
|
471
|
+
projectLink: string;
|
472
|
+
};
|
473
|
+
hard: {
|
474
|
+
symbol: string;
|
475
|
+
address: {
|
476
|
+
56: string;
|
477
|
+
97: string;
|
478
|
+
};
|
479
|
+
decimals: number;
|
480
|
+
projectLink: string;
|
481
|
+
};
|
482
|
+
broobee: {
|
483
|
+
symbol: string;
|
484
|
+
address: {
|
485
|
+
56: string;
|
486
|
+
97: string;
|
487
|
+
};
|
488
|
+
decimals: number;
|
489
|
+
projectLink: string;
|
490
|
+
};
|
491
|
+
stax: {
|
492
|
+
symbol: string;
|
493
|
+
address: {
|
494
|
+
56: string;
|
495
|
+
97: string;
|
496
|
+
};
|
497
|
+
decimals: number;
|
498
|
+
projectLink: string;
|
499
|
+
};
|
500
|
+
nar: {
|
501
|
+
symbol: string;
|
502
|
+
address: {
|
503
|
+
56: string;
|
504
|
+
97: string;
|
505
|
+
};
|
506
|
+
decimals: number;
|
507
|
+
projectLink: string;
|
508
|
+
};
|
509
|
+
nya: {
|
510
|
+
symbol: string;
|
511
|
+
address: {
|
512
|
+
56: string;
|
513
|
+
97: string;
|
514
|
+
};
|
515
|
+
decimals: number;
|
516
|
+
projectLink: string;
|
517
|
+
};
|
518
|
+
ctk: {
|
519
|
+
symbol: string;
|
520
|
+
address: {
|
521
|
+
56: string;
|
522
|
+
97: string;
|
523
|
+
};
|
524
|
+
decimals: number;
|
525
|
+
projectLink: string;
|
526
|
+
};
|
527
|
+
inj: {
|
528
|
+
symbol: string;
|
529
|
+
address: {
|
530
|
+
56: string;
|
531
|
+
97: string;
|
532
|
+
};
|
533
|
+
decimals: number;
|
534
|
+
projectLink: string;
|
535
|
+
};
|
536
|
+
sxp: {
|
537
|
+
symbol: string;
|
538
|
+
address: {
|
539
|
+
56: string;
|
540
|
+
97: string;
|
541
|
+
};
|
542
|
+
decimals: number;
|
543
|
+
projectLink: string;
|
544
|
+
};
|
545
|
+
alpha: {
|
546
|
+
symbol: string;
|
547
|
+
address: {
|
548
|
+
56: string;
|
549
|
+
97: string;
|
550
|
+
};
|
551
|
+
decimals: number;
|
552
|
+
projectLink: string;
|
553
|
+
};
|
554
|
+
xvs: {
|
555
|
+
symbol: string;
|
556
|
+
address: {
|
557
|
+
56: string;
|
558
|
+
97: string;
|
559
|
+
};
|
560
|
+
decimals: number;
|
561
|
+
projectLink: string;
|
562
|
+
};
|
563
|
+
sushi: {
|
564
|
+
symbol: string;
|
565
|
+
address: {
|
566
|
+
56: string;
|
567
|
+
97: string;
|
568
|
+
};
|
569
|
+
decimals: number;
|
570
|
+
projectLink: string;
|
571
|
+
};
|
572
|
+
comp: {
|
573
|
+
symbol: string;
|
574
|
+
address: {
|
575
|
+
56: string;
|
576
|
+
97: string;
|
577
|
+
};
|
578
|
+
decimals: number;
|
579
|
+
projectLink: string;
|
580
|
+
};
|
581
|
+
syrup: {
|
582
|
+
symbol: string;
|
583
|
+
address: {
|
584
|
+
56: string;
|
585
|
+
97: string;
|
586
|
+
};
|
587
|
+
decimals: number;
|
588
|
+
projectLink: string;
|
589
|
+
};
|
590
|
+
bifi: {
|
591
|
+
symbol: string;
|
592
|
+
address: {
|
593
|
+
56: string;
|
594
|
+
97: string;
|
595
|
+
};
|
596
|
+
decimals: number;
|
597
|
+
projectLink: string;
|
598
|
+
};
|
599
|
+
dusk: {
|
600
|
+
symbol: string;
|
601
|
+
address: {
|
602
|
+
56: string;
|
603
|
+
97: string;
|
604
|
+
};
|
605
|
+
decimals: number;
|
606
|
+
projectLink: string;
|
607
|
+
};
|
608
|
+
busd: {
|
609
|
+
symbol: string;
|
610
|
+
address: {
|
611
|
+
56: string;
|
612
|
+
97: string;
|
613
|
+
};
|
614
|
+
decimals: number;
|
615
|
+
projectLink: string;
|
616
|
+
};
|
617
|
+
eth: {
|
618
|
+
symbol: string;
|
619
|
+
address: {
|
620
|
+
56: string;
|
621
|
+
97: string;
|
622
|
+
};
|
623
|
+
decimals: number;
|
624
|
+
projectLink: string;
|
625
|
+
};
|
626
|
+
beth: {
|
627
|
+
symbol: string;
|
628
|
+
address: {
|
629
|
+
56: string;
|
630
|
+
97: string;
|
631
|
+
};
|
632
|
+
decimals: number;
|
633
|
+
projectLink: string;
|
634
|
+
};
|
635
|
+
mamzn: {
|
636
|
+
symbol: string;
|
637
|
+
address: {
|
638
|
+
56: string;
|
639
|
+
97: string;
|
640
|
+
};
|
641
|
+
decimals: number;
|
642
|
+
projectLink: string;
|
643
|
+
};
|
644
|
+
mgoogl: {
|
645
|
+
symbol: string;
|
646
|
+
address: {
|
647
|
+
56: string;
|
648
|
+
97: string;
|
649
|
+
};
|
650
|
+
decimals: number;
|
651
|
+
projectLink: string;
|
652
|
+
};
|
653
|
+
mnflx: {
|
654
|
+
symbol: string;
|
655
|
+
address: {
|
656
|
+
56: string;
|
657
|
+
97: string;
|
658
|
+
};
|
659
|
+
decimals: number;
|
660
|
+
projectLink: string;
|
661
|
+
};
|
662
|
+
mtsla: {
|
663
|
+
symbol: string;
|
664
|
+
address: {
|
665
|
+
56: string;
|
666
|
+
97: string;
|
667
|
+
};
|
668
|
+
decimals: number;
|
669
|
+
projectLink: string;
|
670
|
+
};
|
671
|
+
ltc: {
|
672
|
+
symbol: string;
|
673
|
+
address: {
|
674
|
+
56: string;
|
675
|
+
97: string;
|
676
|
+
};
|
677
|
+
decimals: number;
|
678
|
+
projectLink: string;
|
679
|
+
};
|
680
|
+
usdc: {
|
681
|
+
symbol: string;
|
682
|
+
address: {
|
683
|
+
56: string;
|
684
|
+
97: string;
|
685
|
+
};
|
686
|
+
decimals: number;
|
687
|
+
projectLink: string;
|
688
|
+
};
|
689
|
+
dai: {
|
690
|
+
symbol: string;
|
691
|
+
address: {
|
692
|
+
56: string;
|
693
|
+
97: string;
|
694
|
+
};
|
695
|
+
decimals: number;
|
696
|
+
projectLink: string;
|
697
|
+
};
|
698
|
+
ada: {
|
699
|
+
symbol: string;
|
700
|
+
address: {
|
701
|
+
56: string;
|
702
|
+
97: string;
|
703
|
+
};
|
704
|
+
decimals: number;
|
705
|
+
projectLink: string;
|
706
|
+
};
|
707
|
+
band: {
|
708
|
+
symbol: string;
|
709
|
+
address: {
|
710
|
+
56: string;
|
711
|
+
97: string;
|
712
|
+
};
|
713
|
+
decimals: number;
|
714
|
+
projectLink: string;
|
715
|
+
};
|
716
|
+
dot: {
|
717
|
+
symbol: string;
|
718
|
+
address: {
|
719
|
+
56: string;
|
720
|
+
97: string;
|
721
|
+
};
|
722
|
+
decimals: number;
|
723
|
+
projectLink: string;
|
724
|
+
};
|
725
|
+
eos: {
|
726
|
+
symbol: string;
|
727
|
+
address: {
|
728
|
+
56: string;
|
729
|
+
97: string;
|
730
|
+
};
|
731
|
+
decimals: number;
|
732
|
+
projectLink: string;
|
733
|
+
};
|
734
|
+
link: {
|
735
|
+
symbol: string;
|
736
|
+
address: {
|
737
|
+
56: string;
|
738
|
+
97: string;
|
739
|
+
};
|
740
|
+
decimals: number;
|
741
|
+
projectLink: string;
|
742
|
+
};
|
743
|
+
usdt: {
|
744
|
+
symbol: string;
|
745
|
+
address: {
|
746
|
+
56: string;
|
747
|
+
97: string;
|
748
|
+
};
|
749
|
+
decimals: number;
|
750
|
+
projectLink: string;
|
751
|
+
};
|
752
|
+
btcb: {
|
753
|
+
symbol: string;
|
754
|
+
address: {
|
755
|
+
56: string;
|
756
|
+
97: string;
|
757
|
+
};
|
758
|
+
decimals: number;
|
759
|
+
projectLink: string;
|
760
|
+
};
|
761
|
+
xrp: {
|
762
|
+
symbol: string;
|
763
|
+
address: {
|
764
|
+
56: string;
|
765
|
+
97: string;
|
766
|
+
};
|
767
|
+
decimals: number;
|
768
|
+
projectLink: string;
|
769
|
+
};
|
770
|
+
atom: {
|
771
|
+
symbol: string;
|
772
|
+
address: {
|
773
|
+
56: string;
|
774
|
+
97: string;
|
775
|
+
};
|
776
|
+
decimals: number;
|
777
|
+
projectLink: string;
|
778
|
+
};
|
779
|
+
yfii: {
|
780
|
+
symbol: string;
|
781
|
+
address: {
|
782
|
+
56: string;
|
783
|
+
97: string;
|
784
|
+
};
|
785
|
+
decimals: number;
|
786
|
+
projectLink: string;
|
787
|
+
};
|
788
|
+
xtz: {
|
789
|
+
symbol: string;
|
790
|
+
address: {
|
791
|
+
56: string;
|
792
|
+
97: string;
|
793
|
+
};
|
794
|
+
decimals: number;
|
795
|
+
projectLink: string;
|
796
|
+
};
|
797
|
+
bch: {
|
798
|
+
symbol: string;
|
799
|
+
address: {
|
800
|
+
56: string;
|
801
|
+
97: string;
|
802
|
+
};
|
803
|
+
decimals: number;
|
804
|
+
projectLink: string;
|
805
|
+
};
|
806
|
+
yfi: {
|
807
|
+
symbol: string;
|
808
|
+
address: {
|
809
|
+
56: string;
|
810
|
+
97: string;
|
811
|
+
};
|
812
|
+
decimals: number;
|
813
|
+
projectLink: string;
|
814
|
+
};
|
815
|
+
uni: {
|
816
|
+
symbol: string;
|
817
|
+
address: {
|
818
|
+
56: string;
|
819
|
+
97: string;
|
820
|
+
};
|
821
|
+
decimals: number;
|
822
|
+
projectLink: string;
|
823
|
+
};
|
824
|
+
fil: {
|
825
|
+
symbol: string;
|
826
|
+
address: {
|
827
|
+
56: string;
|
828
|
+
97: string;
|
829
|
+
};
|
830
|
+
decimals: number;
|
831
|
+
projectLink: string;
|
832
|
+
};
|
833
|
+
bake: {
|
834
|
+
symbol: string;
|
835
|
+
address: {
|
836
|
+
56: string;
|
837
|
+
97: string;
|
838
|
+
};
|
839
|
+
decimals: number;
|
840
|
+
projectLink: string;
|
841
|
+
};
|
842
|
+
burger: {
|
843
|
+
symbol: string;
|
844
|
+
address: {
|
845
|
+
56: string;
|
846
|
+
97: string;
|
847
|
+
};
|
848
|
+
decimals: number;
|
849
|
+
projectLink: string;
|
850
|
+
};
|
851
|
+
bdigg: {
|
852
|
+
symbol: string;
|
853
|
+
address: {
|
854
|
+
56: string;
|
855
|
+
97: string;
|
856
|
+
};
|
857
|
+
decimals: number;
|
858
|
+
projectLink: string;
|
859
|
+
};
|
860
|
+
bbadger: {
|
861
|
+
symbol: string;
|
862
|
+
address: {
|
863
|
+
56: string;
|
864
|
+
97: string;
|
865
|
+
};
|
866
|
+
decimals: number;
|
867
|
+
projectLink: string;
|
868
|
+
};
|
869
|
+
trade: {
|
870
|
+
symbol: string;
|
871
|
+
address: {
|
872
|
+
56: string;
|
873
|
+
97: string;
|
874
|
+
};
|
875
|
+
decimals: number;
|
876
|
+
projectLink: string;
|
877
|
+
};
|
878
|
+
pnt: {
|
879
|
+
symbol: string;
|
880
|
+
address: {
|
881
|
+
56: string;
|
882
|
+
97: string;
|
883
|
+
};
|
884
|
+
decimals: number;
|
885
|
+
projectLink: string;
|
886
|
+
};
|
887
|
+
mir: {
|
888
|
+
symbol: string;
|
889
|
+
address: {
|
890
|
+
56: string;
|
891
|
+
97: string;
|
892
|
+
};
|
893
|
+
decimals: number;
|
894
|
+
projectLink: string;
|
895
|
+
};
|
896
|
+
pbtc: {
|
897
|
+
symbol: string;
|
898
|
+
address: {
|
899
|
+
56: string;
|
900
|
+
97: string;
|
901
|
+
};
|
902
|
+
decimals: number;
|
903
|
+
projectLink: string;
|
904
|
+
};
|
905
|
+
lto: {
|
906
|
+
symbol: string;
|
907
|
+
address: {
|
908
|
+
56: string;
|
909
|
+
97: string;
|
910
|
+
};
|
911
|
+
decimals: number;
|
912
|
+
projectLink: string;
|
913
|
+
};
|
914
|
+
pcws: {
|
915
|
+
symbol: string;
|
916
|
+
address: {
|
917
|
+
56: string;
|
918
|
+
97: string;
|
919
|
+
};
|
920
|
+
decimals: number;
|
921
|
+
projectLink: string;
|
922
|
+
};
|
923
|
+
zil: {
|
924
|
+
symbol: string;
|
925
|
+
address: {
|
926
|
+
56: string;
|
927
|
+
97: string;
|
928
|
+
};
|
929
|
+
decimals: number;
|
930
|
+
projectLink: string;
|
931
|
+
};
|
932
|
+
lien: {
|
933
|
+
symbol: string;
|
934
|
+
address: {
|
935
|
+
56: string;
|
936
|
+
97: string;
|
937
|
+
};
|
938
|
+
decimals: number;
|
939
|
+
projectLink: string;
|
940
|
+
};
|
941
|
+
swth: {
|
942
|
+
symbol: string;
|
943
|
+
address: {
|
944
|
+
56: string;
|
945
|
+
97: string;
|
946
|
+
};
|
947
|
+
decimals: number;
|
948
|
+
projectLink: string;
|
949
|
+
};
|
950
|
+
dft: {
|
951
|
+
symbol: string;
|
952
|
+
address: {
|
953
|
+
56: string;
|
954
|
+
97: string;
|
955
|
+
};
|
956
|
+
decimals: number;
|
957
|
+
projectLink: string;
|
958
|
+
};
|
959
|
+
gum: {
|
960
|
+
symbol: string;
|
961
|
+
address: {
|
962
|
+
56: string;
|
963
|
+
97: string;
|
964
|
+
};
|
965
|
+
decimals: number;
|
966
|
+
projectLink: string;
|
967
|
+
};
|
968
|
+
dego: {
|
969
|
+
symbol: string;
|
970
|
+
address: {
|
971
|
+
56: string;
|
972
|
+
97: string;
|
973
|
+
};
|
974
|
+
decimals: number;
|
975
|
+
projectLink: string;
|
976
|
+
};
|
977
|
+
nrv: {
|
978
|
+
symbol: string;
|
979
|
+
address: {
|
980
|
+
56: string;
|
981
|
+
97: string;
|
982
|
+
};
|
983
|
+
decimals: number;
|
984
|
+
projectLink: string;
|
985
|
+
};
|
986
|
+
easy: {
|
987
|
+
symbol: string;
|
988
|
+
address: {
|
989
|
+
56: string;
|
990
|
+
97: string;
|
991
|
+
};
|
992
|
+
decimals: number;
|
993
|
+
projectLink: string;
|
994
|
+
};
|
995
|
+
oddz: {
|
996
|
+
symbol: string;
|
997
|
+
address: {
|
998
|
+
56: string;
|
999
|
+
97: string;
|
1000
|
+
};
|
1001
|
+
decimals: number;
|
1002
|
+
projectLink: string;
|
1003
|
+
};
|
1004
|
+
hoo: {
|
1005
|
+
symbol: string;
|
1006
|
+
address: {
|
1007
|
+
56: string;
|
1008
|
+
97: string;
|
1009
|
+
};
|
1010
|
+
decimals: number;
|
1011
|
+
projectLink: string;
|
1012
|
+
};
|
1013
|
+
apys: {
|
1014
|
+
symbol: string;
|
1015
|
+
address: {
|
1016
|
+
56: string;
|
1017
|
+
97: string;
|
1018
|
+
};
|
1019
|
+
decimals: number;
|
1020
|
+
projectLink: string;
|
1021
|
+
};
|
1022
|
+
bondly: {
|
1023
|
+
symbol: string;
|
1024
|
+
address: {
|
1025
|
+
56: string;
|
1026
|
+
97: string;
|
1027
|
+
};
|
1028
|
+
decimals: number;
|
1029
|
+
projectLink: string;
|
1030
|
+
};
|
1031
|
+
tko: {
|
1032
|
+
symbol: string;
|
1033
|
+
address: {
|
1034
|
+
56: string;
|
1035
|
+
97: string;
|
1036
|
+
};
|
1037
|
+
decimals: number;
|
1038
|
+
projectLink: string;
|
1039
|
+
};
|
1040
|
+
itam: {
|
1041
|
+
symbol: string;
|
1042
|
+
address: {
|
1043
|
+
56: string;
|
1044
|
+
97: string;
|
1045
|
+
};
|
1046
|
+
decimals: number;
|
1047
|
+
projectLink: string;
|
1048
|
+
};
|
1049
|
+
arpa: {
|
1050
|
+
symbol: string;
|
1051
|
+
address: {
|
1052
|
+
56: string;
|
1053
|
+
97: string;
|
1054
|
+
};
|
1055
|
+
decimals: number;
|
1056
|
+
projectLink: string;
|
1057
|
+
};
|
1058
|
+
eps: {
|
1059
|
+
symbol: string;
|
1060
|
+
address: {
|
1061
|
+
56: string;
|
1062
|
+
97: string;
|
1063
|
+
};
|
1064
|
+
decimals: number;
|
1065
|
+
projectLink: string;
|
1066
|
+
};
|
1067
|
+
jgn: {
|
1068
|
+
symbol: string;
|
1069
|
+
address: {
|
1070
|
+
56: string;
|
1071
|
+
97: string;
|
1072
|
+
};
|
1073
|
+
decimals: number;
|
1074
|
+
projectLink: string;
|
1075
|
+
};
|
1076
|
+
tlm: {
|
1077
|
+
symbol: string;
|
1078
|
+
address: {
|
1079
|
+
56: string;
|
1080
|
+
97: string;
|
1081
|
+
};
|
1082
|
+
decimals: number;
|
1083
|
+
projectLink: string;
|
1084
|
+
};
|
1085
|
+
perl: {
|
1086
|
+
symbol: string;
|
1087
|
+
address: {
|
1088
|
+
56: string;
|
1089
|
+
97: string;
|
1090
|
+
};
|
1091
|
+
decimals: number;
|
1092
|
+
projectLink: string;
|
1093
|
+
};
|
1094
|
+
alpa: {
|
1095
|
+
symbol: string;
|
1096
|
+
address: {
|
1097
|
+
56: string;
|
1098
|
+
97: string;
|
1099
|
+
};
|
1100
|
+
decimals: number;
|
1101
|
+
projectLink: string;
|
1102
|
+
};
|
1103
|
+
hzn: {
|
1104
|
+
symbol: string;
|
1105
|
+
address: {
|
1106
|
+
56: string;
|
1107
|
+
97: string;
|
1108
|
+
};
|
1109
|
+
decimals: number;
|
1110
|
+
projectLink: string;
|
1111
|
+
};
|
1112
|
+
suter: {
|
1113
|
+
symbol: string;
|
1114
|
+
address: {
|
1115
|
+
56: string;
|
1116
|
+
97: string;
|
1117
|
+
};
|
1118
|
+
decimals: number;
|
1119
|
+
projectLink: string;
|
1120
|
+
};
|
1121
|
+
cgg: {
|
1122
|
+
symbol: string;
|
1123
|
+
address: {
|
1124
|
+
56: string;
|
1125
|
+
97: string;
|
1126
|
+
};
|
1127
|
+
decimals: number;
|
1128
|
+
projectLink: string;
|
1129
|
+
};
|
1130
|
+
mix: {
|
1131
|
+
symbol: string;
|
1132
|
+
address: {
|
1133
|
+
56: string;
|
1134
|
+
97: string;
|
1135
|
+
};
|
1136
|
+
decimals: number;
|
1137
|
+
projectLink: string;
|
1138
|
+
};
|
1139
|
+
hakka: {
|
1140
|
+
symbol: string;
|
1141
|
+
address: {
|
1142
|
+
56: string;
|
1143
|
+
97: string;
|
1144
|
+
};
|
1145
|
+
decimals: number;
|
1146
|
+
projectLink: string;
|
1147
|
+
};
|
1148
|
+
xed: {
|
1149
|
+
symbol: string;
|
1150
|
+
address: {
|
1151
|
+
56: string;
|
1152
|
+
97: string;
|
1153
|
+
};
|
1154
|
+
decimals: number;
|
1155
|
+
projectLink: string;
|
1156
|
+
};
|
1157
|
+
τbtc: {
|
1158
|
+
symbol: string;
|
1159
|
+
address: {
|
1160
|
+
56: string;
|
1161
|
+
97: string;
|
1162
|
+
};
|
1163
|
+
decimals: number;
|
1164
|
+
projectLink: string;
|
1165
|
+
};
|
1166
|
+
alpaca: {
|
1167
|
+
symbol: string;
|
1168
|
+
address: {
|
1169
|
+
56: string;
|
1170
|
+
97: string;
|
1171
|
+
};
|
1172
|
+
decimals: number;
|
1173
|
+
projectLink: string;
|
1174
|
+
};
|
1175
|
+
dfd: {
|
1176
|
+
symbol: string;
|
1177
|
+
address: {
|
1178
|
+
56: string;
|
1179
|
+
97: string;
|
1180
|
+
};
|
1181
|
+
decimals: number;
|
1182
|
+
projectLink: string;
|
1183
|
+
};
|
1184
|
+
lmt: {
|
1185
|
+
symbol: string;
|
1186
|
+
address: {
|
1187
|
+
56: string;
|
1188
|
+
97: string;
|
1189
|
+
};
|
1190
|
+
decimals: number;
|
1191
|
+
projectLink: string;
|
1192
|
+
};
|
1193
|
+
btt: {
|
1194
|
+
symbol: string;
|
1195
|
+
address: {
|
1196
|
+
56: string;
|
1197
|
+
97: string;
|
1198
|
+
};
|
1199
|
+
decimals: number;
|
1200
|
+
projectLink: string;
|
1201
|
+
};
|
1202
|
+
trx: {
|
1203
|
+
symbol: string;
|
1204
|
+
address: {
|
1205
|
+
56: string;
|
1206
|
+
97: string;
|
1207
|
+
};
|
1208
|
+
decimals: number;
|
1209
|
+
projectLink: string;
|
1210
|
+
};
|
1211
|
+
win: {
|
1212
|
+
symbol: string;
|
1213
|
+
address: {
|
1214
|
+
56: string;
|
1215
|
+
97: string;
|
1216
|
+
};
|
1217
|
+
decimals: number;
|
1218
|
+
projectLink: string;
|
1219
|
+
};
|
1220
|
+
mcoin: {
|
1221
|
+
symbol: string;
|
1222
|
+
address: {
|
1223
|
+
56: string;
|
1224
|
+
97: string;
|
1225
|
+
};
|
1226
|
+
decimals: number;
|
1227
|
+
projectLink: string;
|
1228
|
+
};
|
1229
|
+
math: {
|
1230
|
+
symbol: string;
|
1231
|
+
address: {
|
1232
|
+
56: string;
|
1233
|
+
97: string;
|
1234
|
+
};
|
1235
|
+
decimals: number;
|
1236
|
+
projectLink: string;
|
1237
|
+
};
|
1238
|
+
kun: {
|
1239
|
+
symbol: string;
|
1240
|
+
address: {
|
1241
|
+
56: string;
|
1242
|
+
97: string;
|
1243
|
+
};
|
1244
|
+
decimals: number;
|
1245
|
+
projectLink: string;
|
1246
|
+
};
|
1247
|
+
qsd: {
|
1248
|
+
symbol: string;
|
1249
|
+
address: {
|
1250
|
+
56: string;
|
1251
|
+
97: string;
|
1252
|
+
};
|
1253
|
+
decimals: number;
|
1254
|
+
projectLink: string;
|
1255
|
+
};
|
1256
|
+
hyfi: {
|
1257
|
+
symbol: string;
|
1258
|
+
address: {
|
1259
|
+
56: string;
|
1260
|
+
97: string;
|
1261
|
+
};
|
1262
|
+
decimals: number;
|
1263
|
+
projectLink: string;
|
1264
|
+
};
|
1265
|
+
oin: {
|
1266
|
+
symbol: string;
|
1267
|
+
address: {
|
1268
|
+
56: string;
|
1269
|
+
97: string;
|
1270
|
+
};
|
1271
|
+
decimals: number;
|
1272
|
+
projectLink: string;
|
1273
|
+
};
|
1274
|
+
doge: {
|
1275
|
+
symbol: string;
|
1276
|
+
address: {
|
1277
|
+
56: string;
|
1278
|
+
97: string;
|
1279
|
+
};
|
1280
|
+
decimals: number;
|
1281
|
+
projectLink: string;
|
1282
|
+
};
|
1283
|
+
fine: {
|
1284
|
+
symbol: string;
|
1285
|
+
address: {
|
1286
|
+
56: string;
|
1287
|
+
97: string;
|
1288
|
+
};
|
1289
|
+
decimals: number;
|
1290
|
+
projectLink: string;
|
1291
|
+
};
|
1292
|
+
one: {
|
1293
|
+
symbol: string;
|
1294
|
+
address: {
|
1295
|
+
56: string;
|
1296
|
+
97: string;
|
1297
|
+
};
|
1298
|
+
decimals: number;
|
1299
|
+
projectLink: string;
|
1300
|
+
};
|
1301
|
+
pmon: {
|
1302
|
+
symbol: string;
|
1303
|
+
address: {
|
1304
|
+
56: string;
|
1305
|
+
97: string;
|
1306
|
+
};
|
1307
|
+
decimals: number;
|
1308
|
+
projectLink: string;
|
1309
|
+
};
|
1310
|
+
hotcross: {
|
1311
|
+
symbol: string;
|
1312
|
+
address: {
|
1313
|
+
56: string;
|
1314
|
+
97: string;
|
1315
|
+
};
|
1316
|
+
decimals: number;
|
1317
|
+
projectLink: string;
|
1318
|
+
};
|
1319
|
+
τdoge: {
|
1320
|
+
symbol: string;
|
1321
|
+
address: {
|
1322
|
+
56: string;
|
1323
|
+
97: string;
|
1324
|
+
};
|
1325
|
+
decimals: number;
|
1326
|
+
projectLink: string;
|
1327
|
+
};
|
1328
|
+
btr: {
|
1329
|
+
symbol: string;
|
1330
|
+
address: {
|
1331
|
+
56: string;
|
1332
|
+
97: string;
|
1333
|
+
};
|
1334
|
+
decimals: number;
|
1335
|
+
projectLink: string;
|
1336
|
+
};
|
1337
|
+
ubxt: {
|
1338
|
+
symbol: string;
|
1339
|
+
address: {
|
1340
|
+
56: string;
|
1341
|
+
97: string;
|
1342
|
+
};
|
1343
|
+
decimals: number;
|
1344
|
+
projectLink: string;
|
1345
|
+
};
|
1346
|
+
wmass: {
|
1347
|
+
symbol: string;
|
1348
|
+
address: {
|
1349
|
+
56: string;
|
1350
|
+
97: string;
|
1351
|
+
};
|
1352
|
+
decimals: number;
|
1353
|
+
projectLink: string;
|
1354
|
+
};
|
1355
|
+
rfox: {
|
1356
|
+
symbol: string;
|
1357
|
+
address: {
|
1358
|
+
56: string;
|
1359
|
+
97: string;
|
1360
|
+
};
|
1361
|
+
decimals: number;
|
1362
|
+
projectLink: string;
|
1363
|
+
};
|
1364
|
+
xend: {
|
1365
|
+
symbol: string;
|
1366
|
+
address: {
|
1367
|
+
56: string;
|
1368
|
+
97: string;
|
1369
|
+
};
|
1370
|
+
decimals: number;
|
1371
|
+
projectLink: string;
|
1372
|
+
};
|
1373
|
+
cyc: {
|
1374
|
+
symbol: string;
|
1375
|
+
address: {
|
1376
|
+
56: string;
|
1377
|
+
97: string;
|
1378
|
+
};
|
1379
|
+
decimals: number;
|
1380
|
+
projectLink: string;
|
1381
|
+
};
|
1382
|
+
chr: {
|
1383
|
+
symbol: string;
|
1384
|
+
address: {
|
1385
|
+
56: string;
|
1386
|
+
97: string;
|
1387
|
+
};
|
1388
|
+
decimals: number;
|
1389
|
+
projectLink: string;
|
1390
|
+
};
|
1391
|
+
kalm: {
|
1392
|
+
symbol: string;
|
1393
|
+
address: {
|
1394
|
+
56: string;
|
1395
|
+
97: string;
|
1396
|
+
};
|
1397
|
+
decimals: number;
|
1398
|
+
projectLink: string;
|
1399
|
+
};
|
1400
|
+
deri: {
|
1401
|
+
symbol: string;
|
1402
|
+
address: {
|
1403
|
+
56: string;
|
1404
|
+
97: string;
|
1405
|
+
};
|
1406
|
+
decimals: number;
|
1407
|
+
projectLink: string;
|
1408
|
+
};
|
1409
|
+
well: {
|
1410
|
+
symbol: string;
|
1411
|
+
address: {
|
1412
|
+
56: string;
|
1413
|
+
97: string;
|
1414
|
+
};
|
1415
|
+
decimals: number;
|
1416
|
+
projectLink: string;
|
1417
|
+
};
|
1418
|
+
popen: {
|
1419
|
+
symbol: string;
|
1420
|
+
address: {
|
1421
|
+
56: string;
|
1422
|
+
97: string;
|
1423
|
+
};
|
1424
|
+
decimals: number;
|
1425
|
+
projectLink: string;
|
1426
|
+
};
|
1427
|
+
ez: {
|
1428
|
+
symbol: string;
|
1429
|
+
address: {
|
1430
|
+
56: string;
|
1431
|
+
97: string;
|
1432
|
+
};
|
1433
|
+
decimals: number;
|
1434
|
+
projectLink: string;
|
1435
|
+
};
|
1436
|
+
vrt: {
|
1437
|
+
symbol: string;
|
1438
|
+
address: {
|
1439
|
+
56: string;
|
1440
|
+
97: string;
|
1441
|
+
};
|
1442
|
+
decimals: number;
|
1443
|
+
projectLink: string;
|
1444
|
+
};
|
1445
|
+
tusd: {
|
1446
|
+
symbol: string;
|
1447
|
+
address: {
|
1448
|
+
56: string;
|
1449
|
+
97: string;
|
1450
|
+
};
|
1451
|
+
decimals: number;
|
1452
|
+
projectLink: string;
|
1453
|
+
};
|
1454
|
+
mtrg: {
|
1455
|
+
symbol: string;
|
1456
|
+
address: {
|
1457
|
+
56: string;
|
1458
|
+
97: string;
|
1459
|
+
};
|
1460
|
+
decimals: number;
|
1461
|
+
projectLink: string;
|
1462
|
+
};
|
1463
|
+
ktn: {
|
1464
|
+
symbol: string;
|
1465
|
+
address: {
|
1466
|
+
56: string;
|
1467
|
+
97: string;
|
1468
|
+
};
|
1469
|
+
decimals: number;
|
1470
|
+
projectLink: string;
|
1471
|
+
};
|
1472
|
+
qkc: {
|
1473
|
+
symbol: string;
|
1474
|
+
address: {
|
1475
|
+
56: string;
|
1476
|
+
97: string;
|
1477
|
+
};
|
1478
|
+
decimals: number;
|
1479
|
+
projectLink: string;
|
1480
|
+
};
|
1481
|
+
bcfx: {
|
1482
|
+
symbol: string;
|
1483
|
+
address: {
|
1484
|
+
56: string;
|
1485
|
+
97: string;
|
1486
|
+
};
|
1487
|
+
decimals: number;
|
1488
|
+
projectLink: string;
|
1489
|
+
};
|
1490
|
+
mx: {
|
1491
|
+
symbol: string;
|
1492
|
+
address: {
|
1493
|
+
56: string;
|
1494
|
+
97: string;
|
1495
|
+
};
|
1496
|
+
decimals: number;
|
1497
|
+
projectLink: string;
|
1498
|
+
};
|
1499
|
+
ata: {
|
1500
|
+
symbol: string;
|
1501
|
+
address: {
|
1502
|
+
56: string;
|
1503
|
+
97: string;
|
1504
|
+
};
|
1505
|
+
decimals: number;
|
1506
|
+
projectLink: string;
|
1507
|
+
};
|
1508
|
+
mbox: {
|
1509
|
+
symbol: string;
|
1510
|
+
address: {
|
1511
|
+
56: string;
|
1512
|
+
97: string;
|
1513
|
+
};
|
1514
|
+
decimals: number;
|
1515
|
+
projectLink: string;
|
1516
|
+
};
|
1517
|
+
boring: {
|
1518
|
+
symbol: string;
|
1519
|
+
address: {
|
1520
|
+
56: string;
|
1521
|
+
97: string;
|
1522
|
+
};
|
1523
|
+
decimals: number;
|
1524
|
+
projectLink: string;
|
1525
|
+
};
|
1526
|
+
marsh: {
|
1527
|
+
symbol: string;
|
1528
|
+
address: {
|
1529
|
+
56: string;
|
1530
|
+
97: string;
|
1531
|
+
};
|
1532
|
+
decimals: number;
|
1533
|
+
projectLink: string;
|
1534
|
+
};
|
1535
|
+
ampl: {
|
1536
|
+
symbol: string;
|
1537
|
+
address: {
|
1538
|
+
56: string;
|
1539
|
+
97: string;
|
1540
|
+
};
|
1541
|
+
decimals: number;
|
1542
|
+
projectLink: string;
|
1543
|
+
};
|
1544
|
+
};
|
1545
|
+
export default tokens;
|