@ape.swap/bonds-sdk 1.0.1 → 1.0.2-seedify
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 +46 -1
- package/dist/components/AccordionText/index.d.ts +9 -0
- package/dist/components/BondMenu/BondMenu.d.ts +12 -0
- package/dist/components/BondMenu/useChainFilterOption.d.ts +4 -0
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -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/ProgressBar/ProgressBar.d.ts +8 -0
- package/dist/components/ProgressBar/ProgressBarWrapper.d.ts +14 -0
- package/dist/components/ProgressBar/styles.d.ts +2 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +9 -0
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +8 -0
- package/dist/components/TokenSelectorModal/index.d.ts +11 -0
- package/dist/components/TokenSelectorPanel/index.d.ts +15 -0
- package/dist/components/Tooltip/ButtonsRow.d.ts +8 -0
- package/dist/components/Tooltip/Tooltip.d.ts +18 -0
- package/dist/components/Tooltip/styles.d.ts +2 -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/{cjs/types/components → components/uikit-sdk}/Button/types.d.ts +14 -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/{cjs/types/components → components/uikit-sdk}/Input/Input.d.ts +1 -2
- package/dist/{cjs/types/components → components/uikit-sdk}/Input/NumericInput.d.ts +1 -3
- package/dist/components/uikit-sdk/Input/StyledInput.d.ts +11 -0
- package/dist/{esm/types/components → components/uikit-sdk}/Input/index.d.ts +1 -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/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/{esm/types/components/Dropdown → components/uikit-sdk/Select}/styles.d.ts +1 -1
- 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/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/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/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/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/TickShield.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 +110 -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/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/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/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/INEVM.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.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/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/TLOS.d.ts +4 -0
- package/dist/components/uikit-sdk/Svg/tokens/index.d.ts +22 -0
- package/dist/components/uikit-sdk/Svg/types.d.ts +171 -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/Tag/ListTag.d.ts +4 -0
- package/dist/components/uikit-sdk/Tag/Tag.d.ts +4 -0
- package/dist/components/uikit-sdk/Tag/index.d.ts +3 -0
- package/dist/components/uikit-sdk/Tag/styles.d.ts +8 -0
- package/dist/components/uikit-sdk/Tag/types.d.ts +48 -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 +17 -0
- package/dist/components/uikit-sdk/index.d.ts +11 -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 +12 -0
- package/dist/config/constants/api.d.ts +6 -0
- package/dist/config/constants/chains.d.ts +48 -0
- package/dist/config/constants/lifiRouting.d.ts +2 -0
- package/dist/config/constants/lists.d.ts +10 -0
- package/dist/config/constants/meta.d.ts +11 -0
- package/dist/config/constants/misc.d.ts +3 -0
- package/dist/config/constants/networks.d.ts +2 -0
- package/dist/config/constants/products.d.ts +21 -0
- package/dist/config/constants/queryKeys.d.ts +32 -0
- package/dist/config/constants/tokens.d.ts +3 -0
- package/dist/config/constants/tooltips.d.ts +13 -0
- package/dist/config/constants/tutorials.d.ts +7 -0
- package/dist/config/constants/zapInputTokens.d.ts +2 -0
- package/dist/config/localization/languages.d.ts +11 -0
- package/dist/contexts/Localization/Provider.d.ts +7 -0
- package/dist/contexts/Localization/helpers.d.ts +3 -0
- package/dist/contexts/Localization/index.d.ts +3 -0
- package/dist/contexts/Localization/types.d.ts +21 -0
- package/dist/contexts/Localization/useTranslation.d.ts +2 -0
- package/dist/contexts/ModalContext.d.ts +14 -0
- package/dist/contexts/RefreshContext.d.ts +10 -0
- package/dist/hooks/useCookie.d.ts +9 -0
- package/dist/hooks/useIsAbond.d.ts +3 -0
- package/dist/hooks/useModal.d.ts +3 -0
- package/dist/hooks/usePendingVesting.d.ts +5 -0
- package/dist/hooks/useRefresh.d.ts +6 -0
- package/dist/hooks/useTimer.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopThreeTags.d.ts +2 -0
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73325 -0
- package/dist/providers/index.d.ts +5 -0
- package/dist/scss/AccordionText.scss +11 -0
- package/dist/scss/BondMenu.scss +29 -0
- package/dist/scss/BondModal.scss +480 -0
- package/dist/scss/BondRow.scss +98 -0
- package/dist/scss/BondRowHeader.scss +124 -0
- package/dist/scss/BondRowsByChain.scss +5 -0
- package/dist/scss/BondRowsWithTitle.scss +4 -0
- package/dist/scss/Bonds.scss +18 -0
- package/dist/scss/ProgressBar.scss +13 -0
- package/dist/scss/TokenInfoName.scss +60 -0
- package/dist/scss/YourBonds.scss +203 -0
- package/dist/scss/YourBondsModal.scss +314 -0
- package/dist/scss/index.scss +12 -0
- package/dist/state/allowance/useAllowance.d.ts +15 -0
- package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +4 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useHotBonds.d.ts +3 -0
- package/dist/state/bonds/useUserBonds.d.ts +5 -0
- package/dist/state/price/useCurrencyPrice.d.ts +3 -0
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
- package/dist/state/zap/getChainParam.d.ts +12 -0
- package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
- package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
- package/dist/{cjs/types/theme → theme}/colors.d.ts +3 -2
- package/dist/types/bonds.d.ts +30 -0
- package/dist/types/yourbonds.d.ts +78 -0
- package/dist/utils/convertToTokenValue.d.ts +4 -0
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/formatNumber.d.ts +2 -0
- package/dist/utils/formatNumbers.d.ts +36 -0
- package/dist/utils/getBalanceNumber.d.ts +4 -0
- package/dist/utils/getNativeTicker.d.ts +3 -0
- package/dist/utils/getTimePeriods.d.ts +14 -0
- package/dist/utils/index.d.ts +16 -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/roundNumber.d.ts +7 -0
- package/dist/utils/track.d.ts +7 -0
- package/dist/views/BondModal/BondModal.d.ts +14 -0
- package/dist/views/BondModal/helper.d.ts +10 -0
- package/dist/views/BondModal/index.d.ts +4 -0
- package/dist/views/Bonds/Bonds.d.ts +15 -0
- package/dist/views/Bonds/components/BondRows/BondRow.d.ts +11 -0
- package/dist/views/Bonds/components/BondRows/BondRowHeader.d.ts +15 -0
- package/dist/views/Bonds/components/BondRows/BondRowsByChain.d.ts +11 -0
- package/dist/views/Bonds/components/BondRows/BondRowsWithTitle.d.ts +12 -0
- package/dist/views/Bonds/components/BondRows/ChainTitle.d.ts +8 -0
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +4 -0
- package/dist/views/Bonds/utils.d.ts +14 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +3 -0
- package/dist/views/YourBonds/YourBonds.d.ts +5 -0
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +16 -0
- package/dist/views/YourBonds/getBillNftData.d.ts +9 -0
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +9 -0
- package/dist/views/YourBondsModal/styles.d.ts +2 -0
- package/dist/views/ZapModal/index.d.ts +14 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +74 -32
- package/dist/cjs/index.js +0 -15529
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/types/App.d.ts +0 -3
- package/dist/cjs/types/components/Button/index.d.ts +0 -1
- package/dist/cjs/types/components/Dropdown/Dropdown.d.ts +0 -5
- package/dist/cjs/types/components/Dropdown/DropdownItem.d.ts +0 -4
- package/dist/cjs/types/components/Dropdown/index.d.ts +0 -3
- package/dist/cjs/types/components/Dropdown/types.d.ts +0 -58
- package/dist/cjs/types/components/Input/index.d.ts +0 -2
- package/dist/cjs/types/components/index.d.ts +0 -4
- package/dist/cjs/types/index.d.ts +0 -2
- package/dist/cjs/types/main.d.ts +0 -1
- package/dist/cjs/types/utils/numbers.d.ts +0 -1
- package/dist/cjs/types/views/ClaimLifi/ClaimLifi.d.ts +0 -8
- package/dist/cjs/types/views/ClaimLifi/components/ApiKeyInput.d.ts +0 -7
- package/dist/cjs/types/views/ClaimLifi/components/AvailableFeesComponent.d.ts +0 -10
- package/dist/cjs/types/views/ClaimLifi/components/IntegratorSelector.d.ts +0 -8
- package/dist/cjs/types/views/ClaimLifi/index.d.ts +0 -1
- package/dist/cjs/types/views/index.d.ts +0 -1
- package/dist/esm/index.js +0 -15504
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/types/App.d.ts +0 -3
- package/dist/esm/types/components/Button/Button.d.ts +0 -4
- package/dist/esm/types/components/Button/index.d.ts +0 -1
- package/dist/esm/types/components/Button/types.d.ts +0 -32
- package/dist/esm/types/components/Dropdown/Dropdown.d.ts +0 -5
- package/dist/esm/types/components/Dropdown/DropdownItem.d.ts +0 -4
- package/dist/esm/types/components/Dropdown/index.d.ts +0 -3
- package/dist/esm/types/components/Dropdown/types.d.ts +0 -58
- package/dist/esm/types/components/Flex/index.d.ts +0 -5
- package/dist/esm/types/components/Input/Input.d.ts +0 -10
- package/dist/esm/types/components/Input/NumericInput.d.ts +0 -11
- package/dist/esm/types/components/Text/index.d.ts +0 -4
- package/dist/esm/types/components/Text/types.d.ts +0 -23
- package/dist/esm/types/components/index.d.ts +0 -4
- package/dist/esm/types/index.d.ts +0 -2
- package/dist/esm/types/main.d.ts +0 -1
- package/dist/esm/types/theme/base.d.ts +0 -103
- package/dist/esm/types/theme/colors.d.ts +0 -88
- package/dist/esm/types/theme/components.d.ts +0 -439
- package/dist/esm/types/theme/display.d.ts +0 -2
- package/dist/esm/types/theme/index.d.ts +0 -2
- package/dist/esm/types/theme/types.d.ts +0 -10
- package/dist/esm/types/utils/numbers.d.ts +0 -1
- package/dist/esm/types/views/ClaimLifi/ClaimLifi.d.ts +0 -8
- package/dist/esm/types/views/ClaimLifi/components/ApiKeyInput.d.ts +0 -7
- package/dist/esm/types/views/ClaimLifi/components/AvailableFeesComponent.d.ts +0 -10
- package/dist/esm/types/views/ClaimLifi/components/IntegratorSelector.d.ts +0 -8
- package/dist/esm/types/views/ClaimLifi/index.d.ts +0 -1
- package/dist/esm/types/views/index.d.ts +0 -1
- package/dist/index.d.ts +0 -93
- /package/dist/{cjs/types/components → components/uikit-sdk}/Button/Button.d.ts +0 -0
- /package/dist/{cjs/types/components → components/uikit-sdk}/Button/styles.d.ts +0 -0
- /package/dist/{cjs/types/components → components/uikit-sdk}/Flex/index.d.ts +0 -0
- /package/dist/{esm/types/components/Button → components/uikit-sdk/Modal}/styles.d.ts +0 -0
- /package/dist/{cjs/types/components/Dropdown → components/uikit-sdk/Svg}/styles.d.ts +0 -0
- /package/dist/{cjs/types/components → components/uikit-sdk}/Text/index.d.ts +0 -0
- /package/dist/{cjs/types/components → components/uikit-sdk}/Text/types.d.ts +0 -0
- /package/dist/{cjs/types/theme → theme}/base.d.ts +0 -0
- /package/dist/{cjs/types/theme → theme}/components.d.ts +0 -0
- /package/dist/{cjs/types/theme → theme}/display.d.ts +0 -0
- /package/dist/{cjs/types/theme → theme}/index.d.ts +0 -0
- /package/dist/{cjs/types/theme → theme}/types.d.ts +0 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const isNumber: (s: string) => boolean;
|
|
2
|
+
export declare const floorFormatter: (n: number) => string;
|
|
3
|
+
export declare const volumeFormatter: (n: number) => string;
|
|
4
|
+
export declare const quantityFormatter: (n: number) => string;
|
|
5
|
+
export declare const roundWholePercentage: (n: number) => string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Rounds a number to precision amount of signifant numbers
|
|
3
|
+
* @param n the number
|
|
4
|
+
* @param precision how many significant numbers to show
|
|
5
|
+
* @returns @number
|
|
6
|
+
*/
|
|
7
|
+
export declare const getFirstNonZeroDigits: (numberToParse: number, precision?: number) => string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/** @jsxImportSource theme-ui */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import '../../scss/BondModal.scss';
|
|
4
|
+
export interface BondModalProps {
|
|
5
|
+
onDismiss?: () => void;
|
|
6
|
+
bondAddress?: string;
|
|
7
|
+
bondChain?: number;
|
|
8
|
+
variant?: 'standard' | 'alt';
|
|
9
|
+
accordionTitle?: string;
|
|
10
|
+
accordionBody?: string;
|
|
11
|
+
accordionVisible?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const BondModal: React.FC<BondModalProps>;
|
|
14
|
+
export default BondModal;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BondsData } from '../../types/bonds';
|
|
2
|
+
declare function formatNumber(input: string): string;
|
|
3
|
+
declare function formatUSDNumber(input: string): string;
|
|
4
|
+
declare const youSpend: (inputValue: string) => string;
|
|
5
|
+
declare const youSpendUSD: (bond: BondsData, inputValue: string) => string;
|
|
6
|
+
declare const youGet: (bond: BondsData, inputValue: string) => number;
|
|
7
|
+
declare const youGetUSD: (bond: BondsData, inputValue: string) => string;
|
|
8
|
+
declare const premium: (bond: BondsData, inputValue: string) => string;
|
|
9
|
+
declare const getPremiumColor: (bond: BondsData, inputValue: string) => string;
|
|
10
|
+
export { formatNumber, formatUSDNumber, youSpend, youSpendUSD, youGet, youGetUSD, premium, getPremiumColor };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** @jsxImportSource theme-ui */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import '../../scss/Bonds.scss';
|
|
4
|
+
export interface BondsProps {
|
|
5
|
+
chains?: number[];
|
|
6
|
+
modalVariant?: 'standard' | 'alt';
|
|
7
|
+
}
|
|
8
|
+
type SortableKeys = 'discount' | 'arr' | 'terms' | 'tokensRemaining';
|
|
9
|
+
type SortDirection = 'asc' | 'desc';
|
|
10
|
+
export interface SortOptions {
|
|
11
|
+
key: SortableKeys;
|
|
12
|
+
direction: SortDirection;
|
|
13
|
+
}
|
|
14
|
+
declare const Bonds: React.FC<BondsProps>;
|
|
15
|
+
export default Bonds;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BondsData } from '../../../../types/bonds';
|
|
3
|
+
import '../../../../scss/BondRow.scss';
|
|
4
|
+
interface BondRowProps {
|
|
5
|
+
key: string;
|
|
6
|
+
bond: BondsData;
|
|
7
|
+
hotBonds?: string[];
|
|
8
|
+
modalVariant?: 'standard' | 'alt';
|
|
9
|
+
}
|
|
10
|
+
declare const BondRow: React.FC<BondRowProps>;
|
|
11
|
+
export default BondRow;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/** @jsxImportSource theme-ui */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import '../../../../scss/BondRowHeader.scss';
|
|
4
|
+
interface BondRowHeaderProps {
|
|
5
|
+
searchQuery: string;
|
|
6
|
+
setSearchQuery: (value: string) => void;
|
|
7
|
+
setChainFilterOption: (newValue: string[]) => void;
|
|
8
|
+
chainFilterOption: string[];
|
|
9
|
+
filterOptions: string[];
|
|
10
|
+
filterOption: string;
|
|
11
|
+
setFilterOption: (newOption: string) => void;
|
|
12
|
+
onSort: (key: 'discount' | 'arr' | 'terms' | 'tokensRemaining') => void;
|
|
13
|
+
}
|
|
14
|
+
declare const BondRowHeader: React.FC<BondRowHeaderProps>;
|
|
15
|
+
export default BondRowHeader;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import '../../../../scss/BondRowsByChain.scss';
|
|
2
|
+
import { BondsData } from '../../../../types/bonds';
|
|
3
|
+
export interface BondRowsByChainProps {
|
|
4
|
+
bonds: BondsData[];
|
|
5
|
+
hotBonds?: string[];
|
|
6
|
+
hideTitles: boolean;
|
|
7
|
+
chains?: number[];
|
|
8
|
+
modalVariant?: 'standard' | 'alt';
|
|
9
|
+
}
|
|
10
|
+
declare const BondRowsByChain: React.FC<BondRowsByChainProps>;
|
|
11
|
+
export default BondRowsByChain;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '../../../../scss/BondRowsWithTitle.scss';
|
|
3
|
+
import { BondsData } from '../../../../types/bonds';
|
|
4
|
+
export interface BondRowsWithTitleProps {
|
|
5
|
+
chain: number;
|
|
6
|
+
bonds: BondsData[];
|
|
7
|
+
hotBonds?: string[];
|
|
8
|
+
hideTitles: boolean;
|
|
9
|
+
modalVariant?: 'standard' | 'alt';
|
|
10
|
+
}
|
|
11
|
+
declare const BondRowsWithTitle: React.FC<BondRowsWithTitleProps>;
|
|
12
|
+
export default BondRowsWithTitle;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BondsData } from '../../types/bonds';
|
|
2
|
+
import { SortOptions } from './Bonds';
|
|
3
|
+
export declare const isBondSoldOut: (bill: BondsData) => boolean;
|
|
4
|
+
export declare const sortBonds: (sortConfig?: SortOptions, bonds?: BondsData[]) => BondsData[];
|
|
5
|
+
export declare const calculateARR: (bond: BondsData) => number;
|
|
6
|
+
export declare const vestingTime: (vestingTerm: number) => {
|
|
7
|
+
years: number;
|
|
8
|
+
months: number;
|
|
9
|
+
days: number;
|
|
10
|
+
hours: number;
|
|
11
|
+
minutes: number;
|
|
12
|
+
seconds: number;
|
|
13
|
+
};
|
|
14
|
+
export declare const remainingPercentage: (bond: BondsData) => number;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UserBill, UserOwnedBillsData } from '../../types/yourbonds';
|
|
2
|
+
import { BillsConfig, ChainId } from '@ape.swap/apeswap-lists';
|
|
3
|
+
/**
|
|
4
|
+
* Fetches user-owned bill NFT data for a given set of owned bills data, chain ID, and bills.
|
|
5
|
+
* @param ownedBillsData An array of objects containing the ID, bill NFT address, and contract address of the owned bills.
|
|
6
|
+
* @param chainId The ID of the blockchain network.
|
|
7
|
+
* @param bills An array of objects containing the contract address and user-owned bill NFT data.
|
|
8
|
+
* @returns An array of objects containing the ID and data of the user-owned bill NFTs.
|
|
9
|
+
*/
|
|
10
|
+
export declare const fetchUserOwnedBillNftData: (ownedBillsData: {
|
|
11
|
+
id: string;
|
|
12
|
+
billNftAddress: string;
|
|
13
|
+
contractAddress: string;
|
|
14
|
+
}[], chainId: ChainId, bills: BillsConfig[]) => Promise<any[]>;
|
|
15
|
+
export declare const fetchUserOwnedBillsDataAsync: (chainId: ChainId, account: string, bondData: BillsConfig[]) => Promise<UserOwnedBillsData[]>;
|
|
16
|
+
export declare const fetchUserOwnedBills: (chainId: ChainId, account: string, bonds: BillsConfig[]) => Promise<UserBill[]>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const getBillNftData: (billNftId: string, billNftAddress: string, chainId: number) => Promise<any>;
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves batch data for a list of bill NFT IDs from the API.
|
|
4
|
+
* @param billNftIds - An array of bill NFT IDs to retrieve data for.
|
|
5
|
+
* @param billNftAddress - The address of the bill NFT contract.
|
|
6
|
+
* @param chainId - The ID of the blockchain network to retrieve data from.
|
|
7
|
+
* @returns A Promise that resolves to the batch data for the specified bill NFT IDs, or null if an error occurs.
|
|
8
|
+
*/
|
|
9
|
+
export declare const getBillNftBatchData: (billNftIds: string[], billNftAddress: string, chainId: number) => Promise<any>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/** @jsxImportSource theme-ui */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { UserBill } from '../../types/yourbonds';
|
|
4
|
+
import '../../scss/YourBondsModal.scss';
|
|
5
|
+
declare const YourBondsModal: ({ onDismiss, userBill }: {
|
|
6
|
+
onDismiss?: () => void;
|
|
7
|
+
userBill?: UserBill;
|
|
8
|
+
}) => React.JSX.Element;
|
|
9
|
+
export default YourBondsModal;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ChainId, Token } from '@ape.swap/apeswap-lists';
|
|
3
|
+
/**
|
|
4
|
+
* This Modal should be opened within a Providers Context
|
|
5
|
+
* @param chainId this is the chainId of the outputToken
|
|
6
|
+
*/
|
|
7
|
+
interface ZapModalProps {
|
|
8
|
+
onDismiss?: () => void;
|
|
9
|
+
outputToken: Token;
|
|
10
|
+
chainId: ChainId;
|
|
11
|
+
account?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const ZapModal: ({ onDismiss, outputToken, account, chainId }: ZapModalProps) => React.JSX.Element;
|
|
14
|
+
export default ZapModal;
|
package/package.json
CHANGED
|
@@ -3,53 +3,95 @@
|
|
|
3
3
|
"description": "Ape Bond SDK",
|
|
4
4
|
"author": "Ape Bond",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "1.0.
|
|
7
|
-
"
|
|
8
|
-
"
|
|
6
|
+
"version": "1.0.2-seedify",
|
|
7
|
+
"module": "dist/main.js",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"types": "dist/main.d.ts",
|
|
9
10
|
"files": [
|
|
10
11
|
"dist"
|
|
11
12
|
],
|
|
12
|
-
"types": "dist/index.d.ts",
|
|
13
13
|
"scripts": {
|
|
14
|
+
"prepublishOnly": "npm run build",
|
|
15
|
+
"build": "npm run clean && rollup -c && npm run copy",
|
|
14
16
|
"dev": "vite",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
+
"format:write": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\" --config .prettierrc",
|
|
18
|
+
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json}\" --config .prettierrc",
|
|
19
|
+
"lint": "eslint && tsc --noEmit",
|
|
20
|
+
"clean": "rimraf dist/",
|
|
21
|
+
"copy": "copyfiles -u 1 src/**/*.scss dist/"
|
|
17
22
|
},
|
|
18
23
|
"peerDependencies": {
|
|
19
|
-
"@
|
|
20
|
-
"axios": "1.
|
|
24
|
+
"@tanstack/react-query": "5.51.5",
|
|
25
|
+
"axios": "^1.7.2",
|
|
21
26
|
"ethers": "5.7.2",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"react-dom": "^18.2.0"
|
|
27
|
+
"react": "^18.3.1",
|
|
28
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
29
|
+
"wagmi": "2.12.17"
|
|
26
30
|
},
|
|
27
31
|
"devDependencies": {
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"@
|
|
32
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
33
|
+
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
34
|
+
"@eslint/js": "^9.10.0",
|
|
35
|
+
"@rainbow-me/rainbowkit": "^2.1.6",
|
|
31
36
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
32
37
|
"@rollup/plugin-json": "^6.1.0",
|
|
33
38
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
34
39
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
35
|
-
"@
|
|
36
|
-
"@types/
|
|
37
|
-
"@types/react
|
|
38
|
-
"@
|
|
39
|
-
"@typescript-eslint/parser": "^7.6.0",
|
|
40
|
+
"@tanstack/react-query-devtools": "5.51.5",
|
|
41
|
+
"@types/lodash": "^4.17.6",
|
|
42
|
+
"@types/react": "^18.3.3",
|
|
43
|
+
"@types/react-dom": "^18.3.0",
|
|
40
44
|
"@vitejs/plugin-react": "^4.2.1",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
45
|
+
"@web3-react/coinbase-wallet": "^8.2.0",
|
|
46
|
+
"@web3-react/core": "^8.2.0",
|
|
47
|
+
"@web3-react/eip1193": "^8.2.0",
|
|
48
|
+
"@web3-react/empty": "^8.2.0",
|
|
49
|
+
"@web3-react/gnosis-safe": "^8.2.0",
|
|
50
|
+
"@web3-react/metamask": "^8.2.1",
|
|
51
|
+
"@web3-react/network": "^8.2.0",
|
|
52
|
+
"@web3-react/types": "^8.2.0",
|
|
53
|
+
"@web3-react/url": "^8.2.0",
|
|
54
|
+
"@web3-react/walletconnect-v2": "^8.3.3",
|
|
55
|
+
"axios": "^1.7.2",
|
|
56
|
+
"copyfiles": "^2.4.1",
|
|
57
|
+
"eslint": "^9.10.0",
|
|
58
|
+
"eslint-plugin-react": "^7.35.2",
|
|
44
59
|
"ethers": "5.7.2",
|
|
45
|
-
"
|
|
46
|
-
"prettier": "^3.
|
|
47
|
-
"rimraf": "
|
|
60
|
+
"globals": "^15.9.0",
|
|
61
|
+
"prettier": "^3.3.3",
|
|
62
|
+
"rimraf": "5.0.10",
|
|
48
63
|
"rollup": "^4.14.0",
|
|
49
|
-
"rollup-plugin-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
}
|
|
64
|
+
"rollup-plugin-scss": "^4.0.0",
|
|
65
|
+
"typescript": "^5.0.0",
|
|
66
|
+
"typescript-eslint": "^8.5.0",
|
|
67
|
+
"vite": "^5.4.4",
|
|
68
|
+
"yalc": "^1.0.0-pre.53"
|
|
69
|
+
},
|
|
70
|
+
"dependencies": {
|
|
71
|
+
"@ape.swap/apeswap-lists": "3.69.2-test.0",
|
|
72
|
+
"@ape.swap/sdk-core": "^1.0.2",
|
|
73
|
+
"@emotion/react": "^11.11.4",
|
|
74
|
+
"@emotion/styled": "^11.11.5",
|
|
75
|
+
"bignumber.js": "^9.1.2",
|
|
76
|
+
"framer-motion": "^11.3.2",
|
|
77
|
+
"lodash": "^4.17.21",
|
|
78
|
+
"moment": "^2.30.1",
|
|
79
|
+
"numbro": "^2.5.0",
|
|
80
|
+
"sass": "^1.77.7",
|
|
81
|
+
"swiper": "^11.1.4",
|
|
82
|
+
"theme-ui": "0.16.2"
|
|
83
|
+
},
|
|
84
|
+
"browserslist": {
|
|
85
|
+
"production": [
|
|
86
|
+
">0.2%",
|
|
87
|
+
"not dead",
|
|
88
|
+
"not op_mini all"
|
|
89
|
+
],
|
|
90
|
+
"development": [
|
|
91
|
+
"last 1 chrome version",
|
|
92
|
+
"last 1 firefox version",
|
|
93
|
+
"last 1 safari version"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
55
97
|
}
|