@goodaofi/bonds-sdk 3.0.123
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/README.md +156 -0
- package/dist/assets/output-2LTDuc8n.css +174 -0
- package/dist/components/AccordionText/index.d.ts +6 -0
- package/dist/components/BondFilters/BondFilters.d.ts +11 -0
- package/dist/components/ChainOptionList/ChainOptionsButtons.d.ts +8 -0
- package/dist/components/ChainOptionList/ChainOptionsList.d.ts +7 -0
- package/dist/components/ChainOptionList/constants.d.ts +5 -0
- package/dist/components/ChainOptionList/styles.d.ts +2 -0
- package/dist/components/ConnectButton/RainbowKitButton.d.ts +3 -0
- package/dist/components/ConnectButton/index.d.ts +3 -0
- package/dist/components/CountdownTimer/CountdownTimer.d.ts +4 -0
- package/dist/components/FavIcons/AddFavToken.d.ts +6 -0
- package/dist/components/FavIcons/FavFilter.d.ts +6 -0
- package/dist/components/LoadingSpinner/index.d.ts +6 -0
- package/dist/components/MenuSelect/MenuSelect.d.ts +8 -0
- package/dist/components/MenuSelect/RecommendationSelector.d.ts +7 -0
- package/dist/components/MenuSelect/types.d.ts +22 -0
- package/dist/components/NetworkFilter/index.d.ts +6 -0
- package/dist/components/PlaceholderMonkey/index.d.ts +5 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/components/ProgressBar/ProgressBarWrapper.d.ts +14 -0
- package/dist/components/ProgressBar/styles.d.ts +2 -0
- package/dist/components/RestrictedRegionModal/index.d.ts +5 -0
- package/dist/components/SafeHTMLComponent/index.d.ts +5 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/StepBubble/index.d.ts +9 -0
- package/dist/components/Toast/index.d.ts +7 -0
- package/dist/components/Toast/styles.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +9 -0
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +9 -0
- package/dist/components/TokenSelectorModal/index.d.ts +11 -0
- package/dist/components/TokenSelectorPanel/index.d.ts +16 -0
- package/dist/components/Tooltip/ButtonsRow.d.ts +10 -0
- package/dist/components/Tooltip/Tooltip.d.ts +13 -0
- package/dist/components/Tooltip/styles.d.ts +2 -0
- package/dist/components/YouTooltip/YouTooltip.d.ts +3 -0
- package/dist/components/uikit-sdk/Button/Button.d.ts +4 -0
- package/dist/components/uikit-sdk/Button/IconButton.d.ts +4 -0
- package/dist/components/uikit-sdk/Button/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Button/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Button/types.d.ts +46 -0
- package/dist/components/uikit-sdk/Checkbox/index.d.ts +3 -0
- package/dist/components/uikit-sdk/Checkbox/types.d.ts +11 -0
- package/dist/components/uikit-sdk/Flex/index.d.ts +5 -0
- package/dist/components/uikit-sdk/Input/Input.d.ts +9 -0
- package/dist/components/uikit-sdk/Input/NumericInput.d.ts +9 -0
- package/dist/components/uikit-sdk/Input/index.d.ts +2 -0
- package/dist/components/uikit-sdk/LoadingDots/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Modal/ModalFooter.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/ModalHeader.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Modal/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/Modal/types.d.ts +17 -0
- package/dist/components/uikit-sdk/Select/Select.d.ts +4 -0
- package/dist/components/uikit-sdk/Select/SelectItem.d.ts +3 -0
- package/dist/components/uikit-sdk/Select/index.d.ts +2 -0
- package/dist/components/uikit-sdk/Select/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/Select/types.d.ts +55 -0
- package/dist/components/uikit-sdk/Skeleton/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Skeleton/styles.d.ts +5 -0
- package/dist/components/uikit-sdk/Skeleton/types.d.ts +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Audit.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Card.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Caret.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chain.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chart.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Chat.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Close.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cog.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Copy.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Discord.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Docs.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Error.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Expand.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/External.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Farcaster.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Farm.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fav.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fire.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FirePink.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Frame.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Home.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hot.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Info.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Insight.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Island.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Language.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Logout.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Medium.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Message.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Moon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/More.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/NFA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkeyAlt.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Play.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Pool.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Positions.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.d.ts +7 -0
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Question.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Search.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Send.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Settings.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Share.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Sort.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Star.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/StarFilled.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Success.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tag.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tick.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Timer.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Trade.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Trash.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/URL.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Verified.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Warning.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Watch.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/Website.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/XNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/index.d.ts +117 -0
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/Icons/types.d.ts +16 -0
- package/dist/components/uikit-sdk/Svg/index.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BASE.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BERA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BLAST.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BNB.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/BSC.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CELO.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/ETH.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/KATANA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/MONAD.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/OKX.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/SONIC.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/index.d.ts +29 -0
- package/dist/components/uikit-sdk/Svg/types.d.ts +186 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.d.ts +3 -0
- package/dist/components/uikit-sdk/Svg/walletIcons/index.d.ts +18 -0
- package/dist/components/uikit-sdk/SwiperDots/index.d.ts +6 -0
- package/dist/components/uikit-sdk/TabNav/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Tag/ListTag.d.ts +4 -0
- package/dist/components/uikit-sdk/Tag/index.d.ts +1 -0
- package/dist/components/uikit-sdk/Tag/types.d.ts +3 -0
- package/dist/components/uikit-sdk/Text/index.d.ts +4 -0
- package/dist/components/uikit-sdk/Text/types.d.ts +23 -0
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +8 -0
- package/dist/components/uikit-sdk/TooltipBubble/index.d.ts +4 -0
- package/dist/components/uikit-sdk/TooltipBubble/styles.d.ts +4 -0
- package/dist/components/uikit-sdk/TooltipBubble/types.d.ts +18 -0
- package/dist/components/uikit-sdk/index.d.ts +15 -0
- package/dist/config/abi/types/Banana.d.ts +394 -0
- package/dist/config/abi/types/Bond.d.ts +758 -0
- package/dist/config/abi/types/BondNft.d.ts +556 -0
- package/dist/config/abi/types/EnsPublicResolver.d.ts +437 -0
- package/dist/config/abi/types/EnsRegistrar.d.ts +254 -0
- package/dist/config/abi/types/Erc20.d.ts +156 -0
- package/dist/config/abi/types/Erc20_bytes32.d.ts +50 -0
- package/dist/config/abi/types/JungleChef.d.ts +245 -0
- package/dist/config/abi/types/LaunchBonds.d.ts +1306 -0
- package/dist/config/abi/types/LensContract.d.ts +276 -0
- package/dist/config/abi/types/LockVeAbond.d.ts +1173 -0
- package/dist/config/abi/types/MigrationBond.d.ts +1074 -0
- package/dist/config/abi/types/MigrationFveAbond.d.ts +284 -0
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +423 -0
- package/dist/config/abi/types/Multicallv2.d.ts +139 -0
- package/dist/config/abi/types/Multicallv3.d.ts +98 -0
- package/dist/config/abi/types/NonFungibleApes.d.ts +492 -0
- package/dist/config/abi/types/NonFungibleBananas.d.ts +468 -0
- package/dist/config/abi/types/PriceGetter.d.ts +676 -0
- package/dist/config/abi/types/PriceGetterLinea.d.ts +756 -0
- package/dist/config/abi/types/PriceGetterV2.d.ts +692 -0
- package/dist/config/abi/types/SousChef.d.ts +542 -0
- package/dist/config/abi/types/Treasury.d.ts +274 -0
- package/dist/config/abi/types/Weth.d.ts +206 -0
- package/dist/config/abi/types/Zap.d.ts +484 -0
- package/dist/config/abi/types/common.d.ts +22 -0
- package/dist/config/abi/types/factories/Banana__factory.d.ts +475 -0
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +723 -0
- package/dist/config/abi/types/factories/Bond__factory.d.ts +799 -0
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +649 -0
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +338 -0
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +175 -0
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +30 -0
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +247 -0
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +1560 -0
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +254 -0
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +1698 -0
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +1268 -0
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +262 -0
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +448 -0
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +115 -0
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +76 -0
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +617 -0
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +576 -0
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +1105 -0
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +1027 -0
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +999 -0
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +511 -0
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +235 -0
- package/dist/config/abi/types/factories/Weth__factory.d.ts +220 -0
- package/dist/config/abi/types/factories/Zap__factory.d.ts +695 -0
- package/dist/config/abi/types/factories/index.d.ts +25 -0
- package/dist/config/abi/types/index.d.ts +51 -0
- package/dist/config/constants/addresses.d.ts +10 -0
- package/dist/config/constants/chains.d.ts +7 -0
- package/dist/config/constants/networks.d.ts +2 -0
- package/dist/config/constants/queryKeys.d.ts +47 -0
- package/dist/config/constants/tokens.d.ts +5 -0
- package/dist/config/constants/tooltips.d.ts +17 -0
- package/dist/config/constants/variables.d.ts +6 -0
- package/dist/contexts/ModalContext.d.ts +14 -0
- package/dist/contexts/Popups.d.ts +5 -0
- package/dist/contexts/RefreshContext.d.ts +10 -0
- package/dist/contexts/SwiperProvider.d.ts +12 -0
- package/dist/hooks/useDebounce.d.ts +1 -0
- package/dist/hooks/useIsMobile.d.ts +1 -0
- package/dist/hooks/useModal.d.ts +3 -0
- package/dist/hooks/useMonitorTxHash.d.ts +25 -0
- package/dist/hooks/useRefresh.d.ts +6 -0
- package/dist/hooks/useSendReferenceId.d.ts +2 -0
- package/dist/hooks/useSortedZapList.d.ts +9 -0
- package/dist/hooks/useSwiper.d.ts +2 -0
- package/dist/hooks/useTimer.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopTags.d.ts +2 -0
- package/dist/main.d.ts +10 -0
- package/dist/main.js +96120 -0
- package/dist/providers/index.d.ts +6 -0
- package/dist/state/abtesting/useABTesting.d.ts +11 -0
- package/dist/state/abtesting/useCookie.d.ts +9 -0
- package/dist/state/activeView/index.d.ts +9 -0
- package/dist/state/allowance/useAllowance.d.ts +15 -0
- package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
- package/dist/state/balance/useUserTokensBalance.d.ts +10 -0
- package/dist/state/bondApiStats/useGetBondApiStats.d.ts +25 -0
- package/dist/state/bondApiStats/useUserApiStats.d.ts +22 -0
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +9 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useGetBondRecommendations.d.ts +28 -0
- package/dist/state/bonds/useHotBonds.d.ts +6 -0
- package/dist/state/bonds/useTierProofSignature.d.ts +4 -0
- package/dist/state/bonds/useUserBonds.d.ts +6 -0
- package/dist/state/bonds/utils.d.ts +4 -0
- package/dist/state/chainFilterOption/useChainFilterOption.d.ts +4 -0
- package/dist/state/favoriteTokens/useFavoriteTokens.d.ts +4 -0
- package/dist/state/geoFencing/useGeoFencing.d.ts +5 -0
- package/dist/state/popups/usePopups.d.ts +14 -0
- package/dist/state/preTGEBonds/usePreTGEList.d.ts +4 -0
- package/dist/state/preTGEBonds/usePreTGEUserBonds.d.ts +26 -0
- package/dist/state/price/useCurrencyPrice.d.ts +3 -0
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tiers/useTierPoints.d.ts +35 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +11 -0
- package/dist/state/useSDKConfig.d.ts +35 -0
- package/dist/state/zap/getChainParam.d.ts +16 -0
- package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
- package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
- package/dist/styles.css +1989 -0
- package/dist/theme/base.d.ts +112 -0
- package/dist/theme/colors.d.ts +20 -0
- package/dist/theme/components.d.ts +431 -0
- package/dist/theme/index.d.ts +2 -0
- package/dist/types/bonds.d.ts +30 -0
- package/dist/types/yourbonds.d.ts +81 -0
- package/dist/utils/convertToTokenValue.d.ts +4 -0
- package/dist/utils/dates/formatDate.d.ts +1 -0
- package/dist/utils/displayHelpers.d.ts +31 -0
- package/dist/utils/formatNumber.d.ts +3 -0
- package/dist/utils/formatNumbers.d.ts +33 -0
- package/dist/utils/getBalanceNumber.d.ts +2 -0
- package/dist/utils/getDotPos.d.ts +1 -0
- package/dist/utils/getNativeTicker.d.ts +2 -0
- package/dist/utils/getTimePeriods.d.ts +14 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/localStorageHelpers.d.ts +3 -0
- package/dist/utils/multicall.d.ts +7 -0
- package/dist/utils/numbers.d.ts +5 -0
- package/dist/utils/remove0xPrefix.d.ts +1 -0
- package/dist/utils/reportError.d.ts +8 -0
- package/dist/utils/roundNumber.d.ts +7 -0
- package/dist/utils/track.d.ts +7 -0
- package/dist/views/Bonds/Bonds.d.ts +9 -0
- package/dist/views/Bonds/components/BannerTestnet/BannerTestnet.d.ts +6 -0
- package/dist/views/Bonds/components/BondRows/BondRow.d.ts +24 -0
- package/dist/views/Bonds/components/BondRows/BondRowsByChain.d.ts +9 -0
- package/dist/views/Bonds/components/BondRows/BondRowsWithTitle.d.ts +10 -0
- package/dist/views/Bonds/components/BondRows/ChainTitle.d.ts +8 -0
- package/dist/views/Bonds/components/BondRows/ModalHandler.d.ts +7 -0
- package/dist/views/Bonds/components/BondsMenu/BondsMenu.d.ts +13 -0
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.d.ts +11 -0
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.d.ts +11 -0
- package/dist/views/Bonds/components/BonusComponents/BonusTable.d.ts +9 -0
- package/dist/views/Bonds/components/BuyAgainRow/index.d.ts +3 -0
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.d.ts +6 -0
- package/dist/views/Bonds/components/HotBondCards/index.d.ts +4 -0
- package/dist/views/Bonds/components/HotBondCards/styles.d.ts +2 -0
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
- package/dist/views/Bonds/components/RecommendationCards/index.d.ts +11 -0
- package/dist/views/Bonds/components/RecommendationCards/styles.d.ts +2 -0
- package/dist/views/Bonds/index.d.ts +4 -0
- package/dist/views/Bonds/utils.d.ts +18 -0
- package/dist/views/BuyBond/BuyBond.d.ts +10 -0
- package/dist/views/BuyBond/BuyBondModal.d.ts +4 -0
- package/dist/views/BuyBond/components/BondCards.d.ts +6 -0
- package/dist/views/BuyBond/components/BondModalHeader.d.ts +8 -0
- package/dist/views/BuyBond/components/BondModalMinTierHeader.d.ts +5 -0
- package/dist/views/BuyBond/components/Estimations.d.ts +11 -0
- package/dist/views/BuyBond/components/ExpandedViewButton.d.ts +6 -0
- package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.d.ts +8 -0
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.d.ts +12 -0
- package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.d.ts +7 -0
- package/dist/views/BuyBond/components/ProjectDescription.d.ts +6 -0
- package/dist/views/BuyBond/findHighestTrueBondPrice.d.ts +15 -0
- package/dist/views/BuyBond/index.d.ts +7 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +4 -0
- package/dist/views/GooSale/GooSale.d.ts +7 -0
- package/dist/views/GooSale/bondsList.d.ts +554 -0
- package/dist/views/GooSale/components/BannerTestnet/BannerTestnet.d.ts +6 -0
- package/dist/views/GooSale/components/BondFilters/BondFilters.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/BondRow.d.ts +16 -0
- package/dist/views/GooSale/components/BondRows/BondRowsByChain.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/BondRowsWithTitle.d.ts +8 -0
- package/dist/views/GooSale/components/BondRows/ChainTitle.d.ts +7 -0
- package/dist/views/GooSale/components/BondRows/ModalHandler.d.ts +7 -0
- package/dist/views/GooSale/components/BondsMenu/BondsMenu.d.ts +12 -0
- package/dist/views/GooSale/components/BonusComponents/BonusComponent.d.ts +11 -0
- package/dist/views/GooSale/components/BonusComponents/BonusContainer.d.ts +11 -0
- package/dist/views/GooSale/components/BonusComponents/BonusTable.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/BuyBond.d.ts +19 -0
- package/dist/views/GooSale/components/BuyBond/BuyBondModal.d.ts +4 -0
- package/dist/views/GooSale/components/BuyBond/components/BondCards.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/components/BondModalHeader.d.ts +9 -0
- package/dist/views/GooSale/components/BuyBond/components/BondModalMinTierHeader.d.ts +5 -0
- package/dist/views/GooSale/components/BuyBond/components/Estimations.d.ts +13 -0
- package/dist/views/GooSale/components/BuyBond/components/ExpandedViewButton.d.ts +6 -0
- package/dist/views/GooSale/components/BuyBond/components/GetUpToComponent/GetUpToComponent.d.ts +8 -0
- package/dist/views/GooSale/components/BuyBond/components/NewRateModal/NewRateModal.d.ts +12 -0
- package/dist/views/GooSale/components/BuyBond/components/NoBonusModal/NoBonusModal.d.ts +7 -0
- package/dist/views/GooSale/components/BuyBond/components/ProjectDescription.d.ts +6 -0
- package/dist/views/GooSale/components/BuyBond/findHighestTrueBondPrice.d.ts +15 -0
- package/dist/views/GooSale/components/BuyBond/index.d.ts +7 -0
- package/dist/views/GooSale/components/CheckURL/index.d.ts +4 -0
- package/dist/views/GooSale/components/HotBondCards/HotBondCard.d.ts +6 -0
- package/dist/views/GooSale/components/HotBondCards/index.d.ts +4 -0
- package/dist/views/GooSale/components/HotBondCards/styles.d.ts +2 -0
- package/dist/views/GooSale/components/NetworkFilter/index.d.ts +5 -0
- package/dist/views/GooSale/components/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/views/GooSale/components/ProgressBar/styles.d.ts +2 -0
- package/dist/views/GooSale/components/RecommendationCards/SmallRecommendationCard.d.ts +13 -0
- package/dist/views/GooSale/components/RecommendationCards/index.d.ts +11 -0
- package/dist/views/GooSale/components/RecommendationCards/styles.d.ts +2 -0
- package/dist/views/GooSale/components/TokenInfoAndName/index.d.ts +9 -0
- package/dist/views/GooSale/components/Tooltip/ButtonsRow.d.ts +7 -0
- package/dist/views/GooSale/components/Tooltip/Tooltip.d.ts +12 -0
- package/dist/views/GooSale/components/Tooltip/styles.d.ts +2 -0
- package/dist/views/GooSale/components/TransactionModal/TransactionModal.d.ts +19 -0
- package/dist/views/GooSale/components/YourGoo/YourGoo.d.ts +1 -0
- package/dist/views/GooSale/hooks/preTGEGooBonds/usePreTGEList.d.ts +4 -0
- package/dist/views/GooSale/hooks/preTGEGooBonds/usePreTGEUserBonds.d.ts +30 -0
- package/dist/views/GooSale/hooks/useGooEligibility.d.ts +7 -0
- package/dist/views/GooSale/hooks/useSaleInfo.d.ts +41 -0
- package/dist/views/GooSale/hooks/useUserInfo.d.ts +12 -0
- package/dist/views/GooSale/hooks/useYourGoo.d.ts +19 -0
- package/dist/views/GooSale/index.d.ts +4 -0
- package/dist/views/GooSale/utils.d.ts +31 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/BondCards.d.ts +6 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/ParticipationSuccessful.d.ts +8 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/PreTGEBuyComponent.d.ts +8 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/PreTGEModalHandler.d.ts +7 -0
- package/dist/views/PreTGEBonds/components/BuyComponent/styles.d.ts +22 -0
- package/dist/views/PreTGEBonds/components/PreTGEUserRows/PreTGEActions.d.ts +6 -0
- package/dist/views/PreTGEBonds/components/PreTGEUserRows/PreTGEUserRow.d.ts +7 -0
- package/dist/views/ProjectView/ProjectView.d.ts +13 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.d.ts +6 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.d.ts +7 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.d.ts +6 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondLeaderboard/index.d.ts +6 -0
- package/dist/views/ProjectView/components/BondStats/index.d.ts +6 -0
- package/dist/views/ProjectView/components/BondStats/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/BondStats/types.d.ts +43 -0
- package/dist/views/ProjectView/components/BondStats/utils.d.ts +1 -0
- package/dist/views/ProjectView/components/NavPanel/index.d.ts +5 -0
- package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.d.ts +9 -0
- package/dist/views/ProjectView/components/PriceChart/components/LineChart.d.ts +9 -0
- package/dist/views/ProjectView/components/PriceChart/components/utils.d.ts +1 -0
- package/dist/views/ProjectView/components/PriceChart/index.d.ts +8 -0
- package/dist/views/ProjectView/components/PriceChart/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/ProjectInfo/index.d.ts +6 -0
- package/dist/views/ProjectView/components/ProjectInfo/styles.d.ts +2 -0
- package/dist/views/ProjectView/components/RecommendationCards/index.d.ts +3 -0
- package/dist/views/ProjectView/index.d.ts +7 -0
- package/dist/views/ProjectView/styles.d.ts +2 -0
- package/dist/views/SingleBond/SingleBond.d.ts +6 -0
- package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.d.ts +8 -0
- package/dist/views/SingleBond/index.d.ts +7 -0
- package/dist/views/TransactionModal/TransactionModal.d.ts +19 -0
- package/dist/views/YourBonds/YourBonds.d.ts +7 -0
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.d.ts +3 -0
- package/dist/views/YourBonds/components/ClaimAll/index.d.ts +3 -0
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.d.ts +12 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +5 -0
- package/dist/views/YourBonds/getBillNftData.d.ts +9 -0
- package/dist/views/YourBonds/index.d.ts +4 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +7 -0
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.d.ts +7 -0
- package/dist/views/YourBondsModal/components/LinkShare/styles.d.ts +2 -0
- package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.d.ts +2 -0
- package/dist/views/YourBondsModal/components/LinkShare/utils.d.ts +2 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.d.ts +7 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendationsMobile.d.ts +6 -0
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.d.ts +6 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.d.ts +8 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/index.d.ts +8 -0
- package/dist/views/ZapModal/index.d.ts +13 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +100 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
export type MediaQueries = {
|
|
2
|
+
xs: string;
|
|
3
|
+
sm: string;
|
|
4
|
+
md: string;
|
|
5
|
+
lg: string;
|
|
6
|
+
xl: string;
|
|
7
|
+
xxl: string;
|
|
8
|
+
xxxl: string;
|
|
9
|
+
nav: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const breakpointMap: {
|
|
12
|
+
[key: string]: number;
|
|
13
|
+
};
|
|
14
|
+
declare const baseTheme: {
|
|
15
|
+
breakpoints: string[];
|
|
16
|
+
space: number[];
|
|
17
|
+
fontSizes: number[];
|
|
18
|
+
borderWidths: number[];
|
|
19
|
+
mediaQueries: MediaQueries;
|
|
20
|
+
fontWeights: {
|
|
21
|
+
light: number;
|
|
22
|
+
normal: number;
|
|
23
|
+
bold: number;
|
|
24
|
+
};
|
|
25
|
+
fonts: {
|
|
26
|
+
body: string;
|
|
27
|
+
poppins: string;
|
|
28
|
+
};
|
|
29
|
+
radii: {
|
|
30
|
+
small: string;
|
|
31
|
+
default: string;
|
|
32
|
+
normal: string;
|
|
33
|
+
card: string;
|
|
34
|
+
circle: string;
|
|
35
|
+
};
|
|
36
|
+
zIndices: {
|
|
37
|
+
dropdown: number;
|
|
38
|
+
modal: number;
|
|
39
|
+
};
|
|
40
|
+
styles: {
|
|
41
|
+
root: {
|
|
42
|
+
fontFamily: string;
|
|
43
|
+
webkitFontSmoothing: string;
|
|
44
|
+
fontWeight: number;
|
|
45
|
+
color: string;
|
|
46
|
+
bg: string;
|
|
47
|
+
textDecoration: string;
|
|
48
|
+
};
|
|
49
|
+
a: {
|
|
50
|
+
color: string;
|
|
51
|
+
textDecoration: string;
|
|
52
|
+
':hover': {
|
|
53
|
+
color: string;
|
|
54
|
+
textDecoration: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
nav: {
|
|
58
|
+
textDecoration: string;
|
|
59
|
+
breakpoints: string[];
|
|
60
|
+
a: {
|
|
61
|
+
textDecoration: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
progress: {
|
|
65
|
+
primary: string;
|
|
66
|
+
color: string;
|
|
67
|
+
background: string;
|
|
68
|
+
height: string;
|
|
69
|
+
};
|
|
70
|
+
hr: {
|
|
71
|
+
background: string;
|
|
72
|
+
height: string;
|
|
73
|
+
border: string;
|
|
74
|
+
};
|
|
75
|
+
h1: {
|
|
76
|
+
variant: string;
|
|
77
|
+
fontSize: string;
|
|
78
|
+
lineHeight: string;
|
|
79
|
+
};
|
|
80
|
+
h2: {
|
|
81
|
+
variant: string;
|
|
82
|
+
fontSize: string;
|
|
83
|
+
lineHeight: string;
|
|
84
|
+
};
|
|
85
|
+
h3: {
|
|
86
|
+
variant: string;
|
|
87
|
+
fontSize: string;
|
|
88
|
+
lineHeight: string;
|
|
89
|
+
};
|
|
90
|
+
h4: {
|
|
91
|
+
variant: string;
|
|
92
|
+
fontSize: string;
|
|
93
|
+
lineHeight: string;
|
|
94
|
+
};
|
|
95
|
+
h5: {
|
|
96
|
+
variant: string;
|
|
97
|
+
fontSize: string;
|
|
98
|
+
lineHeight: string;
|
|
99
|
+
};
|
|
100
|
+
banner: {
|
|
101
|
+
variant: string;
|
|
102
|
+
fontWeight: string;
|
|
103
|
+
fontSize: string;
|
|
104
|
+
lineHeight: string;
|
|
105
|
+
};
|
|
106
|
+
input: {
|
|
107
|
+
fontFamily: string;
|
|
108
|
+
fontWeight: string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
export default baseTheme;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const colors: {
|
|
2
|
+
white1: string;
|
|
3
|
+
white2: string;
|
|
4
|
+
white3: string;
|
|
5
|
+
white4: string;
|
|
6
|
+
white5: string;
|
|
7
|
+
primaryButton: string;
|
|
8
|
+
success: string;
|
|
9
|
+
error: string;
|
|
10
|
+
yellow: string;
|
|
11
|
+
primaryButtonDisable: string;
|
|
12
|
+
primaryButtonHovered: string;
|
|
13
|
+
textDisabledButton: string;
|
|
14
|
+
text: string;
|
|
15
|
+
textDisabled: string;
|
|
16
|
+
primaryBright: string;
|
|
17
|
+
abondGradient: string;
|
|
18
|
+
modalOverlay: string;
|
|
19
|
+
};
|
|
20
|
+
export default colors;
|
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
export declare const textUnderlineHover: {
|
|
2
|
+
'::after': {
|
|
3
|
+
content: string;
|
|
4
|
+
position: string;
|
|
5
|
+
background: string;
|
|
6
|
+
left: string;
|
|
7
|
+
bottom: string;
|
|
8
|
+
height: string;
|
|
9
|
+
width: string;
|
|
10
|
+
borderRadius: string;
|
|
11
|
+
transform: string;
|
|
12
|
+
transformOrigin: string;
|
|
13
|
+
transition: string;
|
|
14
|
+
backfaceVisibility: string;
|
|
15
|
+
};
|
|
16
|
+
':hover::after': {
|
|
17
|
+
transform: string;
|
|
18
|
+
transformOrigin: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
declare const components: {
|
|
22
|
+
text: {
|
|
23
|
+
heading: {
|
|
24
|
+
fontFamily: string;
|
|
25
|
+
fontWeight: string;
|
|
26
|
+
};
|
|
27
|
+
lg: {
|
|
28
|
+
fontSize: number;
|
|
29
|
+
lineHeight: string;
|
|
30
|
+
};
|
|
31
|
+
md: {
|
|
32
|
+
fontSize: number;
|
|
33
|
+
lineHeight: string;
|
|
34
|
+
};
|
|
35
|
+
sm: {
|
|
36
|
+
fontSize: number;
|
|
37
|
+
lineHeight: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
input: {
|
|
41
|
+
fontFamily: string;
|
|
42
|
+
fontWeight: number;
|
|
43
|
+
sm: {
|
|
44
|
+
background: string;
|
|
45
|
+
borderRadius: string;
|
|
46
|
+
height: string;
|
|
47
|
+
width: string;
|
|
48
|
+
};
|
|
49
|
+
md: {
|
|
50
|
+
background: string;
|
|
51
|
+
borderRadius: string;
|
|
52
|
+
height: string;
|
|
53
|
+
width: string;
|
|
54
|
+
};
|
|
55
|
+
lg: {
|
|
56
|
+
background: string;
|
|
57
|
+
borderRadius: string;
|
|
58
|
+
height: string;
|
|
59
|
+
width: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
textarea: {
|
|
63
|
+
padding: string;
|
|
64
|
+
borderRadius: string;
|
|
65
|
+
border: string;
|
|
66
|
+
fontWeight: string;
|
|
67
|
+
background: string;
|
|
68
|
+
resize: string;
|
|
69
|
+
color: string;
|
|
70
|
+
'&:focus': {
|
|
71
|
+
outline: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
checkbox: {
|
|
75
|
+
background: string;
|
|
76
|
+
borderRadius: string;
|
|
77
|
+
borderWidth: string;
|
|
78
|
+
borderStyle: string;
|
|
79
|
+
borderColor: string;
|
|
80
|
+
boxShadow: string;
|
|
81
|
+
outline: string;
|
|
82
|
+
appearance: string;
|
|
83
|
+
width: string;
|
|
84
|
+
height: string;
|
|
85
|
+
margin: string;
|
|
86
|
+
cursor: string;
|
|
87
|
+
'& + svg': {
|
|
88
|
+
display: string;
|
|
89
|
+
position: string;
|
|
90
|
+
pointerEvents: string;
|
|
91
|
+
top: string;
|
|
92
|
+
left: string;
|
|
93
|
+
bottom: string;
|
|
94
|
+
right: string;
|
|
95
|
+
margin: string;
|
|
96
|
+
};
|
|
97
|
+
'&:checked ': {
|
|
98
|
+
background: string;
|
|
99
|
+
borderColor: string;
|
|
100
|
+
'& + svg': {
|
|
101
|
+
display: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
'&:focus:not(:checked)': {
|
|
105
|
+
outline: string;
|
|
106
|
+
boxShadow: string;
|
|
107
|
+
};
|
|
108
|
+
'&:focus': {
|
|
109
|
+
outline: string;
|
|
110
|
+
boxShadow: string;
|
|
111
|
+
};
|
|
112
|
+
'&:hover:not(:disabled):not(:checked)': {
|
|
113
|
+
borderColor: string;
|
|
114
|
+
boxShadow: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
radio: {
|
|
118
|
+
background: string;
|
|
119
|
+
borderRadius: string;
|
|
120
|
+
borderWidth: string;
|
|
121
|
+
borderStyle: string;
|
|
122
|
+
borderColor: string;
|
|
123
|
+
boxShadow: string;
|
|
124
|
+
outline: string;
|
|
125
|
+
appearance: string;
|
|
126
|
+
width: string;
|
|
127
|
+
height: string;
|
|
128
|
+
margin: string;
|
|
129
|
+
cursor: string;
|
|
130
|
+
'& + span': {
|
|
131
|
+
display: string;
|
|
132
|
+
position: string;
|
|
133
|
+
pointerEvents: string;
|
|
134
|
+
top: string;
|
|
135
|
+
left: string;
|
|
136
|
+
bottom: string;
|
|
137
|
+
right: string;
|
|
138
|
+
margin: string;
|
|
139
|
+
backgroundColor: string;
|
|
140
|
+
borderRadius: string;
|
|
141
|
+
};
|
|
142
|
+
'&:checked ': {
|
|
143
|
+
background: string;
|
|
144
|
+
borderColor: string;
|
|
145
|
+
'& + span': {
|
|
146
|
+
display: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
'&:focus': {
|
|
150
|
+
outline: string;
|
|
151
|
+
boxShadow: string;
|
|
152
|
+
};
|
|
153
|
+
'&:hover:not(:disabled):not(:checked)': {
|
|
154
|
+
borderColor: string;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
label: {
|
|
158
|
+
inline: {
|
|
159
|
+
display: string;
|
|
160
|
+
alignItems: string;
|
|
161
|
+
columnGap: number;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
borders: {
|
|
165
|
+
primaryButton: string;
|
|
166
|
+
primaryBtnDisable: string;
|
|
167
|
+
secondaryButton: string;
|
|
168
|
+
secondaryButtonDisable: string;
|
|
169
|
+
mode: {
|
|
170
|
+
dark: {
|
|
171
|
+
secondaryButtonDisable: string;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
buttons: {
|
|
176
|
+
primary: {
|
|
177
|
+
background: string;
|
|
178
|
+
border: string;
|
|
179
|
+
color: string;
|
|
180
|
+
'&:disabled': {
|
|
181
|
+
cursor: string;
|
|
182
|
+
background: string;
|
|
183
|
+
color: string;
|
|
184
|
+
border: string;
|
|
185
|
+
opacity: number;
|
|
186
|
+
};
|
|
187
|
+
'&:hover': {
|
|
188
|
+
'&:not([disabled])': {
|
|
189
|
+
borderColor: string;
|
|
190
|
+
background: string;
|
|
191
|
+
};
|
|
192
|
+
'&:disabled': {};
|
|
193
|
+
};
|
|
194
|
+
padding: string;
|
|
195
|
+
fontSize: string;
|
|
196
|
+
fontFamily: string;
|
|
197
|
+
cursor: string;
|
|
198
|
+
fontWeight: number;
|
|
199
|
+
display: string;
|
|
200
|
+
alignItems: string;
|
|
201
|
+
'&&': {
|
|
202
|
+
borderRadius: string;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
secondary: {
|
|
206
|
+
background: string;
|
|
207
|
+
border: string;
|
|
208
|
+
color: string;
|
|
209
|
+
'&:disabled': {
|
|
210
|
+
cursor: string;
|
|
211
|
+
background: string;
|
|
212
|
+
color: string;
|
|
213
|
+
border: string;
|
|
214
|
+
};
|
|
215
|
+
'&&:hover': {
|
|
216
|
+
'&:not([disabled])': {
|
|
217
|
+
borderColor: string;
|
|
218
|
+
};
|
|
219
|
+
'&:disabled': {};
|
|
220
|
+
};
|
|
221
|
+
padding: string;
|
|
222
|
+
fontSize: string;
|
|
223
|
+
fontFamily: string;
|
|
224
|
+
cursor: string;
|
|
225
|
+
fontWeight: number;
|
|
226
|
+
display: string;
|
|
227
|
+
alignItems: string;
|
|
228
|
+
'&&': {
|
|
229
|
+
borderRadius: string;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
tertiary: {
|
|
233
|
+
background: string;
|
|
234
|
+
border: string;
|
|
235
|
+
color: string;
|
|
236
|
+
'&:disabled': {
|
|
237
|
+
cursor: string;
|
|
238
|
+
background: string;
|
|
239
|
+
color: string;
|
|
240
|
+
};
|
|
241
|
+
'&:hover': {
|
|
242
|
+
'&:not([disabled])': {
|
|
243
|
+
background: string;
|
|
244
|
+
};
|
|
245
|
+
'&:disabled': {};
|
|
246
|
+
};
|
|
247
|
+
padding: string;
|
|
248
|
+
fontSize: string;
|
|
249
|
+
fontFamily: string;
|
|
250
|
+
cursor: string;
|
|
251
|
+
fontWeight: number;
|
|
252
|
+
display: string;
|
|
253
|
+
alignItems: string;
|
|
254
|
+
'&&': {
|
|
255
|
+
borderRadius: string;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
text: {
|
|
259
|
+
background: string;
|
|
260
|
+
color: string;
|
|
261
|
+
'&:hover': {
|
|
262
|
+
'&:not([disabled])': {
|
|
263
|
+
color: string;
|
|
264
|
+
};
|
|
265
|
+
'&:disabled': {};
|
|
266
|
+
};
|
|
267
|
+
'&:disabled': {
|
|
268
|
+
cursor: string;
|
|
269
|
+
background: string;
|
|
270
|
+
color: string;
|
|
271
|
+
};
|
|
272
|
+
padding: string;
|
|
273
|
+
fontSize: string;
|
|
274
|
+
fontFamily: string;
|
|
275
|
+
cursor: string;
|
|
276
|
+
fontWeight: number;
|
|
277
|
+
display: string;
|
|
278
|
+
alignItems: string;
|
|
279
|
+
'&&': {
|
|
280
|
+
borderRadius: string;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
success: {
|
|
284
|
+
background: string;
|
|
285
|
+
color: string;
|
|
286
|
+
'&:disabled': {
|
|
287
|
+
cursor: string;
|
|
288
|
+
background: string;
|
|
289
|
+
color: string;
|
|
290
|
+
};
|
|
291
|
+
'&:hover': {
|
|
292
|
+
'&:not([disabled])': {
|
|
293
|
+
background: string;
|
|
294
|
+
};
|
|
295
|
+
'&:disabled': {};
|
|
296
|
+
};
|
|
297
|
+
padding: string;
|
|
298
|
+
fontSize: string;
|
|
299
|
+
fontFamily: string;
|
|
300
|
+
cursor: string;
|
|
301
|
+
fontWeight: number;
|
|
302
|
+
display: string;
|
|
303
|
+
alignItems: string;
|
|
304
|
+
'&&': {
|
|
305
|
+
borderRadius: string;
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
danger: {
|
|
309
|
+
background: string;
|
|
310
|
+
color: string;
|
|
311
|
+
'&:disabled': {
|
|
312
|
+
cursor: string;
|
|
313
|
+
background: string;
|
|
314
|
+
color: string;
|
|
315
|
+
};
|
|
316
|
+
'&:hover': {
|
|
317
|
+
'&:not([disabled])': {
|
|
318
|
+
background: string;
|
|
319
|
+
};
|
|
320
|
+
'&:disabled': {};
|
|
321
|
+
};
|
|
322
|
+
padding: string;
|
|
323
|
+
fontSize: string;
|
|
324
|
+
fontFamily: string;
|
|
325
|
+
cursor: string;
|
|
326
|
+
fontWeight: number;
|
|
327
|
+
display: string;
|
|
328
|
+
alignItems: string;
|
|
329
|
+
'&&': {
|
|
330
|
+
borderRadius: string;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
circular: {
|
|
334
|
+
width: string;
|
|
335
|
+
height: string;
|
|
336
|
+
background: string;
|
|
337
|
+
borderRadius: string;
|
|
338
|
+
display: string;
|
|
339
|
+
justifyContent: string;
|
|
340
|
+
alignItems: string;
|
|
341
|
+
overflow: string;
|
|
342
|
+
cursor: string;
|
|
343
|
+
padding: string;
|
|
344
|
+
transition: string;
|
|
345
|
+
'&:hover': {
|
|
346
|
+
filter: string;
|
|
347
|
+
};
|
|
348
|
+
'&:active': {
|
|
349
|
+
transform: string;
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
cards: {
|
|
354
|
+
primary: {
|
|
355
|
+
background: string;
|
|
356
|
+
borderRadius: string;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
flex: {
|
|
360
|
+
dexContainer: {
|
|
361
|
+
width: string;
|
|
362
|
+
maxWidth: string;
|
|
363
|
+
height: string;
|
|
364
|
+
background: string;
|
|
365
|
+
padding: string[];
|
|
366
|
+
borderRadius: string;
|
|
367
|
+
flexDirection: string;
|
|
368
|
+
};
|
|
369
|
+
v3SubDexContainer: {
|
|
370
|
+
width: string;
|
|
371
|
+
maxWidth: string;
|
|
372
|
+
height: string;
|
|
373
|
+
background: string;
|
|
374
|
+
padding: string[];
|
|
375
|
+
borderRadius: string;
|
|
376
|
+
margin: string;
|
|
377
|
+
flexDirection: string;
|
|
378
|
+
};
|
|
379
|
+
navContainer: {
|
|
380
|
+
height: string;
|
|
381
|
+
padding: string;
|
|
382
|
+
background: string;
|
|
383
|
+
borderRadius: string;
|
|
384
|
+
alignItems: string;
|
|
385
|
+
cursor: string;
|
|
386
|
+
transition: string;
|
|
387
|
+
'&:hover': {
|
|
388
|
+
filter: string;
|
|
389
|
+
};
|
|
390
|
+
'&:active': {
|
|
391
|
+
transform: string;
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
link: {
|
|
395
|
+
cursor: string;
|
|
396
|
+
textDecoration: string;
|
|
397
|
+
display: string;
|
|
398
|
+
'::after': {
|
|
399
|
+
content: string;
|
|
400
|
+
position: string;
|
|
401
|
+
background: string;
|
|
402
|
+
left: string;
|
|
403
|
+
bottom: string;
|
|
404
|
+
height: string;
|
|
405
|
+
width: string;
|
|
406
|
+
borderRadius: string;
|
|
407
|
+
transform: string;
|
|
408
|
+
transformOrigin: string;
|
|
409
|
+
transition: string;
|
|
410
|
+
backfaceVisibility: string;
|
|
411
|
+
};
|
|
412
|
+
':hover::after': {
|
|
413
|
+
transform: string;
|
|
414
|
+
transformOrigin: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
tag: {
|
|
418
|
+
padding: string;
|
|
419
|
+
borderRadius: string;
|
|
420
|
+
alignItems: string;
|
|
421
|
+
justifyContent: string;
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
switch: {
|
|
425
|
+
backgroundColor: string;
|
|
426
|
+
'input:checked ~ &': {
|
|
427
|
+
backgroundColor: string;
|
|
428
|
+
};
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
export default components;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { BillsConfig, PreTGEConfig } from '@ape.swap/apeswap-lists';
|
|
2
|
+
export interface TrueBondPrices {
|
|
3
|
+
points: string;
|
|
4
|
+
trueBondPrice: string;
|
|
5
|
+
bonus: number;
|
|
6
|
+
bonusWithFee: number;
|
|
7
|
+
boost?: number;
|
|
8
|
+
}
|
|
9
|
+
export interface BondsData extends PreTGEConfig, BillsConfig {
|
|
10
|
+
maxTotalPayout?: string;
|
|
11
|
+
totalPayoutGiven?: string;
|
|
12
|
+
maxPayout?: string;
|
|
13
|
+
tokensRemaining?: string;
|
|
14
|
+
showcaseTokenName?: string;
|
|
15
|
+
feeInPayout?: number;
|
|
16
|
+
discount?: number;
|
|
17
|
+
discountWithFee?: number;
|
|
18
|
+
trueBondPrices?: TrueBondPrices[];
|
|
19
|
+
payoutTokenPrice?: string;
|
|
20
|
+
principalTokenPrice?: string;
|
|
21
|
+
initialRelease?: number;
|
|
22
|
+
totalPrincipalBilled?: string;
|
|
23
|
+
totalRaise?: string;
|
|
24
|
+
finalized?: boolean;
|
|
25
|
+
minPoints?: string;
|
|
26
|
+
maxPoints?: string;
|
|
27
|
+
startVestingTimestamp?: string;
|
|
28
|
+
finishTime?: number;
|
|
29
|
+
initPrice?: number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { BondsData } from './bonds';
|
|
2
|
+
import { ChainId } from '@ape.swap/apeswap-lists';
|
|
3
|
+
export interface UserOwnedBillsData {
|
|
4
|
+
index: number;
|
|
5
|
+
userOwnedBills: UserBill[];
|
|
6
|
+
}
|
|
7
|
+
export interface UserBill {
|
|
8
|
+
address: string;
|
|
9
|
+
id: string;
|
|
10
|
+
vesting: string;
|
|
11
|
+
payout: string;
|
|
12
|
+
totalPayout?: string;
|
|
13
|
+
truePricePaid: string;
|
|
14
|
+
lastBlockTimestamp: string;
|
|
15
|
+
pendingRewards: string;
|
|
16
|
+
billNftAddress: string;
|
|
17
|
+
payoutClaimed: string;
|
|
18
|
+
bond?: BondsData;
|
|
19
|
+
}
|
|
20
|
+
export interface UserBillNftData {
|
|
21
|
+
tokenId: number;
|
|
22
|
+
billNftId: number;
|
|
23
|
+
processing: boolean;
|
|
24
|
+
image: string;
|
|
25
|
+
id?: number;
|
|
26
|
+
attributes?: {
|
|
27
|
+
trait_type: string;
|
|
28
|
+
value: string;
|
|
29
|
+
}[];
|
|
30
|
+
chainId?: ChainId;
|
|
31
|
+
contractAddress?: string;
|
|
32
|
+
description?: string;
|
|
33
|
+
name?: string;
|
|
34
|
+
data?: {
|
|
35
|
+
billContract: string;
|
|
36
|
+
billNftAddress: string;
|
|
37
|
+
billNftId: number;
|
|
38
|
+
blockNumber: number;
|
|
39
|
+
bondArtCollection: string;
|
|
40
|
+
bondPartner: string;
|
|
41
|
+
bondVersion: string;
|
|
42
|
+
chainId: ChainId;
|
|
43
|
+
createTransactionHash: string;
|
|
44
|
+
createdAddressOwner: string;
|
|
45
|
+
createdAt: number;
|
|
46
|
+
deposit: number;
|
|
47
|
+
dollarValue: number;
|
|
48
|
+
expires: number;
|
|
49
|
+
pairName: string;
|
|
50
|
+
payout: number;
|
|
51
|
+
payoutToken: string;
|
|
52
|
+
payoutTokenData: {
|
|
53
|
+
address: string;
|
|
54
|
+
name: string;
|
|
55
|
+
symbol: string;
|
|
56
|
+
decimals: {
|
|
57
|
+
[chainId: number]: number;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
payoutTokenPrice: string;
|
|
61
|
+
principalToken: string;
|
|
62
|
+
token0: {
|
|
63
|
+
address: string;
|
|
64
|
+
symbol: string;
|
|
65
|
+
name: string;
|
|
66
|
+
decimals: {
|
|
67
|
+
[chainId: number]: number;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
token1: {
|
|
71
|
+
address: string;
|
|
72
|
+
symbol: string;
|
|
73
|
+
name: string;
|
|
74
|
+
decimals: {
|
|
75
|
+
[chainId: number]: number;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
type: string;
|
|
79
|
+
vestingPeriodSeconds: number;
|
|
80
|
+
};
|
|
81
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function formatUTCDate(date: Date, short?: boolean): string;
|