@ape.swap/bonds-sdk 1.0.779 → 1.1.0-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/dist/components/AccordionText/index.d.ts +9 -0
- package/dist/components/BondRows/BondRow.d.ts +3 -2
- package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +3 -2
- 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/uikit-sdk/Modal/index.d.ts +1 -1
- 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 +3 -2
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/config/abi/types/Banana.d.ts +103 -126
- package/dist/config/abi/types/Bond.d.ts +176 -221
- package/dist/config/abi/types/BondNft.d.ts +160 -207
- package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
- package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
- package/dist/config/abi/types/Erc20.d.ts +40 -52
- package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
- package/dist/config/abi/types/JungleChef.d.ts +64 -79
- package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
- package/dist/config/abi/types/LensContract.d.ts +58 -77
- package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
- package/dist/config/abi/types/MigrationBond.d.ts +268 -330
- package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
- package/dist/config/abi/types/Multicallv2.d.ts +35 -46
- package/dist/config/abi/types/Multicallv3.d.ts +14 -14
- package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
- package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
- package/dist/config/abi/types/PriceGetter.d.ts +218 -255
- package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
- package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
- package/dist/config/abi/types/SousChef.d.ts +140 -177
- package/dist/config/abi/types/Treasury.d.ts +66 -69
- package/dist/config/abi/types/Weth.d.ts +53 -68
- package/dist/config/abi/types/Zap.d.ts +97 -141
- package/dist/config/abi/types/common.d.ts +3 -3
- package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/index.d.ts +25 -25
- package/dist/config/abi/types/index.d.ts +51 -51
- package/dist/config/constants/addresses.d.ts +0 -8
- package/dist/config/constants/queryKeys.d.ts +10 -2
- package/dist/config/constants/tokens.d.ts +3 -6
- package/dist/config/constants/zapInputTokens.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/providers/index.d.ts +0 -3
- package/dist/scss/AccordionText.scss +11 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +305 -234
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/TokenInfoName.scss +60 -0
- package/dist/scss/YourBonds.scss +19 -14
- package/dist/scss/YourBondsModal.scss +3 -3
- 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/types/bonds.d.ts +4 -41
- package/dist/types/yourbonds.d.ts +54 -69
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/getNativeTicker.d.ts +3 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +7 -6
- package/dist/views/BondModal/helper.d.ts +6 -6
- package/dist/views/BondModal/index.d.ts +2 -2
- package/dist/views/Bonds/Bonds.d.ts +7 -10
- 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 +1 -11
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
- package/dist/views/ZapModal/index.d.ts +14 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +24 -24
- package/dist/components/BondMenu/BondMenu.js +0 -40
- package/dist/components/BondMenu/useChainFilterOption.js +0 -30
- package/dist/components/BondRows/BondRow.js +0 -81
- package/dist/components/BondRows/BondRowHeader.js +0 -12
- package/dist/components/BondRows/BondRowsByChain.js +0 -13
- package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
- package/dist/components/BondRows/ChainTitle.js +0 -18
- package/dist/components/MenuSelect/MenuSelect.js +0 -36
- package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
- package/dist/components/MenuSelect/types.js +0 -1
- package/dist/components/NetworkFilter/index.js +0 -66
- package/dist/components/ProgressBar/ProgressBar.js +0 -10
- package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
- package/dist/components/ProgressBar/styles.js +0 -82
- package/dist/components/TokenInfoAndName/index.js +0 -61
- package/dist/components/Tooltip/ButtonsRow.js +0 -21
- package/dist/components/Tooltip/Tooltip.js +0 -13
- package/dist/components/Tooltip/styles.js +0 -44
- package/dist/components/uikit-sdk/Button/Button.js +0 -91
- package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
- package/dist/components/uikit-sdk/Button/index.js +0 -2
- package/dist/components/uikit-sdk/Button/styles.js +0 -30
- package/dist/components/uikit-sdk/Button/types.js +0 -37
- package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
- package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
- package/dist/components/uikit-sdk/Flex/index.js +0 -29
- package/dist/components/uikit-sdk/Input/Input.js +0 -72
- package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
- package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
- package/dist/components/uikit-sdk/Input/index.js +0 -3
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
- package/dist/components/uikit-sdk/Modal/index.js +0 -46
- package/dist/components/uikit-sdk/Modal/styles.js +0 -62
- package/dist/components/uikit-sdk/Modal/types.js +0 -1
- package/dist/components/uikit-sdk/Select/Select.js +0 -61
- package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
- package/dist/components/uikit-sdk/Select/index.js +0 -2
- package/dist/components/uikit-sdk/Select/styles.js +0 -50
- package/dist/components/uikit-sdk/Select/types.js +0 -37
- package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
- package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
- package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
- package/dist/components/uikit-sdk/Svg/index.js +0 -347
- package/dist/components/uikit-sdk/Svg/styles.js +0 -16
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
- package/dist/components/uikit-sdk/Svg/types.js +0 -165
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
- package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
- package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
- package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
- package/dist/components/uikit-sdk/Tag/index.js +0 -2
- package/dist/components/uikit-sdk/Tag/styles.js +0 -44
- package/dist/components/uikit-sdk/Tag/types.js +0 -34
- package/dist/components/uikit-sdk/Text/index.js +0 -35
- package/dist/components/uikit-sdk/Text/types.js +0 -13
- package/dist/components/uikit-sdk/TokenImage/index.js +0 -18
- package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
- package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
- package/dist/components/uikit-sdk/index.js +0 -12
- package/dist/config/abi/bond.json +0 -450
- package/dist/config/abi/erc20.json +0 -117
- package/dist/config/abi/multicallv2.json +0 -143
- package/dist/config/abi/types/Banana.js +0 -1
- package/dist/config/abi/types/Bond.js +0 -1
- package/dist/config/abi/types/BondNft.js +0 -1
- package/dist/config/abi/types/EnsPublicResolver.js +0 -1
- package/dist/config/abi/types/EnsRegistrar.js +0 -1
- package/dist/config/abi/types/Erc20.js +0 -1
- package/dist/config/abi/types/Erc20_bytes32.js +0 -1
- package/dist/config/abi/types/JungleChef.js +0 -1
- package/dist/config/abi/types/LaunchBonds.js +0 -1
- package/dist/config/abi/types/LensContract.js +0 -1
- package/dist/config/abi/types/LockVeAbond.js +0 -1
- package/dist/config/abi/types/MigrationBond.js +0 -1
- package/dist/config/abi/types/MigrationFveAbond.js +0 -1
- package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
- package/dist/config/abi/types/Multicallv2.js +0 -1
- package/dist/config/abi/types/Multicallv3.js +0 -1
- package/dist/config/abi/types/NonFungibleApes.js +0 -1
- package/dist/config/abi/types/NonFungibleBananas.js +0 -1
- package/dist/config/abi/types/PriceGetter.js +0 -1
- package/dist/config/abi/types/PriceGetterLinea.js +0 -1
- package/dist/config/abi/types/PriceGetterV2.js +0 -1
- package/dist/config/abi/types/SousChef.js +0 -1
- package/dist/config/abi/types/Treasury.js +0 -1
- package/dist/config/abi/types/Weth.js +0 -1
- package/dist/config/abi/types/Zap.js +0 -1
- package/dist/config/abi/types/common.js +0 -1
- package/dist/config/abi/types/factories/Banana__factory.js +0 -628
- package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
- package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
- package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
- package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
- package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
- package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
- package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
- package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
- package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
- package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
- package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
- package/dist/config/abi/types/factories/Weth__factory.js +0 -296
- package/dist/config/abi/types/factories/Zap__factory.js +0 -889
- package/dist/config/abi/types/factories/index.js +0 -28
- package/dist/config/abi/types/index.js +0 -26
- package/dist/config/constants/addresses.js +0 -116
- package/dist/config/constants/api.js +0 -6
- package/dist/config/constants/chains.js +0 -436
- package/dist/config/constants/lifiRouting.js +0 -6
- package/dist/config/constants/lists.js +0 -21
- package/dist/config/constants/meta.js +0 -92
- package/dist/config/constants/misc.js +0 -4
- package/dist/config/constants/networks.js +0 -44
- package/dist/config/constants/products.js +0 -58
- package/dist/config/constants/queryKeys.js +0 -24
- package/dist/config/constants/tokens.js +0 -452
- package/dist/config/constants/tutorials.js +0 -80
- package/dist/config/localization/languages.js +0 -83
- package/dist/config/localization/translations.json +0 -918
- package/dist/contexts/Localization/Provider.js +0 -134
- package/dist/contexts/Localization/helpers.js +0 -63
- package/dist/contexts/Localization/index.js +0 -2
- package/dist/contexts/Localization/types.js +0 -1
- package/dist/contexts/Localization/useTranslation.js +0 -10
- package/dist/contexts/ModalContext.js +0 -67
- package/dist/contexts/RefreshContext.js +0 -78
- package/dist/enum/apeswaplists.d.ts +0 -418
- package/dist/enum/apeswaplists.js +0 -152
- package/dist/enum/tooltips.js +0 -13
- package/dist/hooks/useCookie.js +0 -29
- package/dist/hooks/useIsAbond.js +0 -10
- package/dist/hooks/useModal.js +0 -39
- package/dist/hooks/usePendingVesting.js +0 -13
- package/dist/hooks/useRefresh.js +0 -7
- package/dist/hooks/useTimer.js +0 -13
- package/dist/hooks/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -12
- package/dist/theme/base.js +0 -123
- package/dist/theme/colors.js +0 -93
- package/dist/theme/components.js +0 -338
- package/dist/theme/display.js +0 -2
- package/dist/theme/index.js +0 -15
- package/dist/theme/types.js +0 -1
- package/dist/types/bonds.js +0 -1
- package/dist/types/yourbonds.js +0 -1
- package/dist/utils/convertToTokenValue.js +0 -24
- package/dist/utils/formatNumber.js +0 -34
- package/dist/utils/formatNumbers.js +0 -148
- package/dist/utils/getBalanceNumber.js +0 -18
- package/dist/utils/getTimePeriods.js +0 -44
- package/dist/utils/index.js +0 -127
- package/dist/utils/localStorageHelpers.js +0 -47
- package/dist/utils/multicall.js +0 -90
- package/dist/utils/numbers.js +0 -111
- package/dist/utils/roundNumber.js +0 -14
- package/dist/utils/track.js +0 -17
- package/dist/views/BondModal/BondModal.js +0 -277
- package/dist/views/BondModal/helper.js +0 -54
- package/dist/views/BondModal/index.js +0 -18
- package/dist/views/Bonds/Bonds.js +0 -174
- package/dist/views/YourBonds/YourBonds.js +0 -276
- package/dist/views/YourBonds/fetchBillsUser.js +0 -235
- package/dist/views/YourBonds/getBillNftData.js +0 -109
- package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
- package/dist/views/YourBondsModal/styles.js +0 -12
- /package/dist/{enum → config/constants}/tooltips.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { EnsPublicResolver, EnsPublicResolverInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { EnsPublicResolver, EnsPublicResolverInterface } from '../EnsPublicResolver';
|
|
4
4
|
export declare class EnsPublicResolver__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { EnsRegistrar, EnsRegistrarInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { EnsRegistrar, EnsRegistrarInterface } from '../EnsRegistrar';
|
|
4
4
|
export declare class EnsRegistrar__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { Erc20, Erc20Interface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { Erc20, Erc20Interface } from '../Erc20';
|
|
4
4
|
export declare class Erc20__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly constant: true;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { Erc20_bytes32, Erc20_bytes32Interface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { Erc20_bytes32, Erc20_bytes32Interface } from '../Erc20_bytes32';
|
|
4
4
|
export declare class Erc20_bytes32__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly constant: true;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { JungleChef, JungleChefInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { JungleChef, JungleChefInterface } from '../JungleChef';
|
|
4
4
|
export declare class JungleChef__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { LaunchBonds, LaunchBondsInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { LaunchBonds, LaunchBondsInterface } from '../LaunchBonds';
|
|
4
4
|
export declare class LaunchBonds__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly anonymous: false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { LensContract, LensContractInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { LensContract, LensContractInterface } from '../LensContract';
|
|
4
4
|
export declare class LensContract__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { LockVeAbond, LockVeAbondInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { LockVeAbond, LockVeAbondInterface } from '../LockVeAbond';
|
|
4
4
|
export declare class LockVeAbond__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { MigrationBond, MigrationBondInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { MigrationBond, MigrationBondInterface } from '../MigrationBond';
|
|
4
4
|
export declare class MigrationBond__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly anonymous: false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { MigrationFveAbond, MigrationFveAbondInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { MigrationFveAbond, MigrationFveAbondInterface } from '../MigrationFveAbond';
|
|
4
4
|
export declare class MigrationFveAbond__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { MiniComplexRewarder, MiniComplexRewarderInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { MiniComplexRewarder, MiniComplexRewarderInterface } from '../MiniComplexRewarder';
|
|
4
4
|
export declare class MiniComplexRewarder__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly anonymous: false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { Multicallv2, Multicallv2Interface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { Multicallv2, Multicallv2Interface } from '../Multicallv2';
|
|
4
4
|
export declare class Multicallv2__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly constant: true;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { Multicallv3, Multicallv3Interface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { Multicallv3, Multicallv3Interface } from '../Multicallv3';
|
|
4
4
|
export declare class Multicallv3__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { NonFungibleApes, NonFungibleApesInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { NonFungibleApes, NonFungibleApesInterface } from '../NonFungibleApes';
|
|
4
4
|
export declare class NonFungibleApes__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { NonFungibleBananas, NonFungibleBananasInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { NonFungibleBananas, NonFungibleBananasInterface } from '../NonFungibleBananas';
|
|
4
4
|
export declare class NonFungibleBananas__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly anonymous: false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { PriceGetterLinea, PriceGetterLineaInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { PriceGetterLinea, PriceGetterLineaInterface } from '../PriceGetterLinea';
|
|
4
4
|
export declare class PriceGetterLinea__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { PriceGetterV2, PriceGetterV2Interface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { PriceGetterV2, PriceGetterV2Interface } from '../PriceGetterV2';
|
|
4
4
|
export declare class PriceGetterV2__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { PriceGetter, PriceGetterInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { PriceGetter, PriceGetterInterface } from '../PriceGetter';
|
|
4
4
|
export declare class PriceGetter__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { SousChef, SousChefInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { SousChef, SousChefInterface } from '../SousChef';
|
|
4
4
|
export declare class SousChef__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly anonymous: false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { Treasury, TreasuryInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { Treasury, TreasuryInterface } from '../Treasury';
|
|
4
4
|
export declare class Treasury__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { Weth, WethInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { Weth, WethInterface } from '../Weth';
|
|
4
4
|
export declare class Weth__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly constant: true;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Signer } from
|
|
2
|
-
import type { Provider } from
|
|
3
|
-
import type { Zap, ZapInterface } from
|
|
1
|
+
import { Signer } from 'ethers';
|
|
2
|
+
import type { Provider } from '@ethersproject/providers';
|
|
3
|
+
import type { Zap, ZapInterface } from '../Zap';
|
|
4
4
|
export declare class Zap__factory {
|
|
5
5
|
static readonly abi: readonly [{
|
|
6
6
|
readonly inputs: readonly [{
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export { Banana__factory } from
|
|
2
|
-
export { Bond__factory } from
|
|
3
|
-
export { BondNft__factory } from
|
|
4
|
-
export { EnsPublicResolver__factory } from
|
|
5
|
-
export { EnsRegistrar__factory } from
|
|
6
|
-
export { Erc20__factory } from
|
|
7
|
-
export { Erc20_bytes32__factory } from
|
|
8
|
-
export { JungleChef__factory } from
|
|
9
|
-
export { LaunchBonds__factory } from
|
|
10
|
-
export { LensContract__factory } from
|
|
11
|
-
export { LockVeAbond__factory } from
|
|
12
|
-
export { MigrationBond__factory } from
|
|
13
|
-
export { MigrationFveAbond__factory } from
|
|
14
|
-
export { MiniComplexRewarder__factory } from
|
|
15
|
-
export { Multicallv2__factory } from
|
|
16
|
-
export { Multicallv3__factory } from
|
|
17
|
-
export { NonFungibleApes__factory } from
|
|
18
|
-
export { NonFungibleBananas__factory } from
|
|
19
|
-
export { PriceGetter__factory } from
|
|
20
|
-
export { PriceGetterLinea__factory } from
|
|
21
|
-
export { PriceGetterV2__factory } from
|
|
22
|
-
export { SousChef__factory } from
|
|
23
|
-
export { Treasury__factory } from
|
|
24
|
-
export { Weth__factory } from
|
|
25
|
-
export { Zap__factory } from
|
|
1
|
+
export { Banana__factory } from './Banana__factory';
|
|
2
|
+
export { Bond__factory } from './Bond__factory';
|
|
3
|
+
export { BondNft__factory } from './BondNft__factory';
|
|
4
|
+
export { EnsPublicResolver__factory } from './EnsPublicResolver__factory';
|
|
5
|
+
export { EnsRegistrar__factory } from './EnsRegistrar__factory';
|
|
6
|
+
export { Erc20__factory } from './Erc20__factory';
|
|
7
|
+
export { Erc20_bytes32__factory } from './Erc20_bytes32__factory';
|
|
8
|
+
export { JungleChef__factory } from './JungleChef__factory';
|
|
9
|
+
export { LaunchBonds__factory } from './LaunchBonds__factory';
|
|
10
|
+
export { LensContract__factory } from './LensContract__factory';
|
|
11
|
+
export { LockVeAbond__factory } from './LockVeAbond__factory';
|
|
12
|
+
export { MigrationBond__factory } from './MigrationBond__factory';
|
|
13
|
+
export { MigrationFveAbond__factory } from './MigrationFveAbond__factory';
|
|
14
|
+
export { MiniComplexRewarder__factory } from './MiniComplexRewarder__factory';
|
|
15
|
+
export { Multicallv2__factory } from './Multicallv2__factory';
|
|
16
|
+
export { Multicallv3__factory } from './Multicallv3__factory';
|
|
17
|
+
export { NonFungibleApes__factory } from './NonFungibleApes__factory';
|
|
18
|
+
export { NonFungibleBananas__factory } from './NonFungibleBananas__factory';
|
|
19
|
+
export { PriceGetter__factory } from './PriceGetter__factory';
|
|
20
|
+
export { PriceGetterLinea__factory } from './PriceGetterLinea__factory';
|
|
21
|
+
export { PriceGetterV2__factory } from './PriceGetterV2__factory';
|
|
22
|
+
export { SousChef__factory } from './SousChef__factory';
|
|
23
|
+
export { Treasury__factory } from './Treasury__factory';
|
|
24
|
+
export { Weth__factory } from './Weth__factory';
|
|
25
|
+
export { Zap__factory } from './Zap__factory';
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export type { Banana } from
|
|
2
|
-
export type { Bond } from
|
|
3
|
-
export type { BondNft } from
|
|
4
|
-
export type { EnsPublicResolver } from
|
|
5
|
-
export type { EnsRegistrar } from
|
|
6
|
-
export type { Erc20 } from
|
|
7
|
-
export type { Erc20_bytes32 } from
|
|
8
|
-
export type { JungleChef } from
|
|
9
|
-
export type { LaunchBonds } from
|
|
10
|
-
export type { LensContract } from
|
|
11
|
-
export type { LockVeAbond } from
|
|
12
|
-
export type { MigrationBond } from
|
|
13
|
-
export type { MigrationFveAbond } from
|
|
14
|
-
export type { MiniComplexRewarder } from
|
|
15
|
-
export type { Multicallv2 } from
|
|
16
|
-
export type { Multicallv3 } from
|
|
17
|
-
export type { NonFungibleApes } from
|
|
18
|
-
export type { NonFungibleBananas } from
|
|
19
|
-
export type { PriceGetter } from
|
|
20
|
-
export type { PriceGetterLinea } from
|
|
21
|
-
export type { PriceGetterV2 } from
|
|
22
|
-
export type { SousChef } from
|
|
23
|
-
export type { Treasury } from
|
|
24
|
-
export type { Weth } from
|
|
25
|
-
export type { Zap } from
|
|
26
|
-
export * as factories from
|
|
27
|
-
export { Banana__factory } from
|
|
28
|
-
export { Bond__factory } from
|
|
29
|
-
export { BondNft__factory } from
|
|
30
|
-
export { EnsPublicResolver__factory } from
|
|
31
|
-
export { EnsRegistrar__factory } from
|
|
32
|
-
export { Erc20_bytes32__factory } from
|
|
33
|
-
export { Erc20__factory } from
|
|
34
|
-
export { JungleChef__factory } from
|
|
35
|
-
export { LaunchBonds__factory } from
|
|
36
|
-
export { LensContract__factory } from
|
|
37
|
-
export { LockVeAbond__factory } from
|
|
38
|
-
export { MigrationBond__factory } from
|
|
39
|
-
export { MigrationFveAbond__factory } from
|
|
40
|
-
export { MiniComplexRewarder__factory } from
|
|
41
|
-
export { Multicallv2__factory } from
|
|
42
|
-
export { Multicallv3__factory } from
|
|
43
|
-
export { NonFungibleApes__factory } from
|
|
44
|
-
export { NonFungibleBananas__factory } from
|
|
45
|
-
export { PriceGetterLinea__factory } from
|
|
46
|
-
export { PriceGetterV2__factory } from
|
|
47
|
-
export { PriceGetter__factory } from
|
|
48
|
-
export { SousChef__factory } from
|
|
49
|
-
export { Treasury__factory } from
|
|
50
|
-
export { Weth__factory } from
|
|
51
|
-
export { Zap__factory } from
|
|
1
|
+
export type { Banana } from './Banana';
|
|
2
|
+
export type { Bond } from './Bond';
|
|
3
|
+
export type { BondNft } from './BondNft';
|
|
4
|
+
export type { EnsPublicResolver } from './EnsPublicResolver';
|
|
5
|
+
export type { EnsRegistrar } from './EnsRegistrar';
|
|
6
|
+
export type { Erc20 } from './Erc20';
|
|
7
|
+
export type { Erc20_bytes32 } from './Erc20_bytes32';
|
|
8
|
+
export type { JungleChef } from './JungleChef';
|
|
9
|
+
export type { LaunchBonds } from './LaunchBonds';
|
|
10
|
+
export type { LensContract } from './LensContract';
|
|
11
|
+
export type { LockVeAbond } from './LockVeAbond';
|
|
12
|
+
export type { MigrationBond } from './MigrationBond';
|
|
13
|
+
export type { MigrationFveAbond } from './MigrationFveAbond';
|
|
14
|
+
export type { MiniComplexRewarder } from './MiniComplexRewarder';
|
|
15
|
+
export type { Multicallv2 } from './Multicallv2';
|
|
16
|
+
export type { Multicallv3 } from './Multicallv3';
|
|
17
|
+
export type { NonFungibleApes } from './NonFungibleApes';
|
|
18
|
+
export type { NonFungibleBananas } from './NonFungibleBananas';
|
|
19
|
+
export type { PriceGetter } from './PriceGetter';
|
|
20
|
+
export type { PriceGetterLinea } from './PriceGetterLinea';
|
|
21
|
+
export type { PriceGetterV2 } from './PriceGetterV2';
|
|
22
|
+
export type { SousChef } from './SousChef';
|
|
23
|
+
export type { Treasury } from './Treasury';
|
|
24
|
+
export type { Weth } from './Weth';
|
|
25
|
+
export type { Zap } from './Zap';
|
|
26
|
+
export * as factories from './factories';
|
|
27
|
+
export { Banana__factory } from './factories/Banana__factory';
|
|
28
|
+
export { Bond__factory } from './factories/Bond__factory';
|
|
29
|
+
export { BondNft__factory } from './factories/BondNft__factory';
|
|
30
|
+
export { EnsPublicResolver__factory } from './factories/EnsPublicResolver__factory';
|
|
31
|
+
export { EnsRegistrar__factory } from './factories/EnsRegistrar__factory';
|
|
32
|
+
export { Erc20_bytes32__factory } from './factories/Erc20_bytes32__factory';
|
|
33
|
+
export { Erc20__factory } from './factories/Erc20__factory';
|
|
34
|
+
export { JungleChef__factory } from './factories/JungleChef__factory';
|
|
35
|
+
export { LaunchBonds__factory } from './factories/LaunchBonds__factory';
|
|
36
|
+
export { LensContract__factory } from './factories/LensContract__factory';
|
|
37
|
+
export { LockVeAbond__factory } from './factories/LockVeAbond__factory';
|
|
38
|
+
export { MigrationBond__factory } from './factories/MigrationBond__factory';
|
|
39
|
+
export { MigrationFveAbond__factory } from './factories/MigrationFveAbond__factory';
|
|
40
|
+
export { MiniComplexRewarder__factory } from './factories/MiniComplexRewarder__factory';
|
|
41
|
+
export { Multicallv2__factory } from './factories/Multicallv2__factory';
|
|
42
|
+
export { Multicallv3__factory } from './factories/Multicallv3__factory';
|
|
43
|
+
export { NonFungibleApes__factory } from './factories/NonFungibleApes__factory';
|
|
44
|
+
export { NonFungibleBananas__factory } from './factories/NonFungibleBananas__factory';
|
|
45
|
+
export { PriceGetterLinea__factory } from './factories/PriceGetterLinea__factory';
|
|
46
|
+
export { PriceGetterV2__factory } from './factories/PriceGetterV2__factory';
|
|
47
|
+
export { PriceGetter__factory } from './factories/PriceGetter__factory';
|
|
48
|
+
export { SousChef__factory } from './factories/SousChef__factory';
|
|
49
|
+
export { Treasury__factory } from './factories/Treasury__factory';
|
|
50
|
+
export { Weth__factory } from './factories/Weth__factory';
|
|
51
|
+
export { Zap__factory } from './factories/Zap__factory';
|
|
@@ -2,19 +2,11 @@ import { ChainId } from './chains';
|
|
|
2
2
|
type AddressMap = {
|
|
3
3
|
[chainId: number]: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const BANANA_ADDRESSES: AddressMap;
|
|
6
|
-
export declare const GNANA_ADDRESSES: AddressMap;
|
|
7
5
|
export declare const ABOND_ADDRESSES: AddressMap;
|
|
8
|
-
export declare const USDC: AddressMap;
|
|
9
|
-
export declare const SWAP_ROUTER_ADDRESSES: AddressMap;
|
|
10
6
|
export declare const PRICE_GETTER_ADDRESSES: AddressMap;
|
|
11
7
|
export declare const MULTICALL: AddressMap;
|
|
12
8
|
export declare const MULTICALL_V2: AddressMap;
|
|
13
9
|
export declare const SoulZapTokenManager: Partial<Record<ChainId, string>>;
|
|
14
|
-
export declare const LENS_CONTRACT: AddressMap;
|
|
15
|
-
export declare const LOCK_VEABOND_ADDRESSES: AddressMap;
|
|
16
|
-
export declare const veABOND_ADDRESSES: AddressMap;
|
|
17
|
-
export declare const FEVEABOND_CLAIM_ADDRESSES: AddressMap;
|
|
18
10
|
export declare const CEX_BILL_ADDRESS: string;
|
|
19
11
|
export declare const ACF_TO_ABOND: string;
|
|
20
12
|
export {};
|
|
@@ -12,13 +12,21 @@ export declare const QUERY_KEYS: {
|
|
|
12
12
|
BONDS_LANDING: string;
|
|
13
13
|
BOND_POST_REFERENCE: string;
|
|
14
14
|
BOND_RECOMMENDATIONS: string;
|
|
15
|
-
TOKEN_PRICES: string;
|
|
16
15
|
TIERS: string;
|
|
17
16
|
BOND_STATS: string;
|
|
18
17
|
USER_STATS: string;
|
|
19
|
-
HOT_BONDS: string;
|
|
20
18
|
CHAIN_FILTER_OPTION: string;
|
|
21
19
|
AB_TEST_VALUE: string;
|
|
22
20
|
USE_CURRENCY_NEW: string;
|
|
21
|
+
BONDS_DATA: string;
|
|
22
|
+
BONDS_LIST: string;
|
|
23
|
+
USER_BONDS: string;
|
|
24
|
+
BOND_NFT_DATA: string;
|
|
25
|
+
TOKEN_PRICES: string;
|
|
26
|
+
HOT_BONDS: string;
|
|
23
27
|
CURRENCY_BALANCE: string;
|
|
28
|
+
ALLOWANCE: string;
|
|
29
|
+
SLIPPAGE: string;
|
|
30
|
+
ZAP_TOKEN_QUOTE: string;
|
|
31
|
+
ZAP_BOND_QUOTE: string;
|
|
24
32
|
};
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
[chainId: number]: Token | undefined;
|
|
5
|
-
};
|
|
6
|
-
export declare function nativeOnChain(chainId: number): NativeCurrency | Token;
|
|
1
|
+
import { Token } from '@ape.swap/apeswap-lists';
|
|
2
|
+
import { ChainId } from '@ape.swap/apeswap-lists';
|
|
3
|
+
export declare const WNATIVE: Partial<Record<ChainId, Token>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const useTopTags: (initialBondList
|
|
1
|
+
import { BondsData } from '../types/bonds';
|
|
2
|
+
export declare const useTopTags: (initialBondList?: BondsData[]) => string[];
|
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import Bonds from './views/Bonds';
|
|
2
|
+
import YourBonds from './views/YourBonds';
|
|
3
|
+
import BondModal from './views/BondModal';
|
|
4
|
+
import FullBondsView from './views/FullBondsView';
|
|
5
|
+
import YourBondsModal from './views/YourBondsModal/YourBondsModal';
|
|
6
|
+
import './scss/index.scss';
|
|
7
|
+
export { Bonds, BondModal, YourBonds, YourBondsModal, FullBondsView };
|