@ape.swap/bonds-sdk 5.1.0 → 5.1.1-test.0
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/_virtual/_commonjsHelpers.js +33 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/_nodeUtil.js +4 -0
- package/dist/_virtual/_nodeUtil.js.map +1 -0
- package/dist/_virtual/bn.js +4 -0
- package/dist/_virtual/bn.js.map +1 -0
- package/dist/_virtual/common.js +4 -0
- package/dist/_virtual/common.js.map +1 -0
- package/dist/_virtual/common2.js +4 -0
- package/dist/_virtual/common2.js.map +1 -0
- package/dist/_virtual/dom-to-image.js +4 -0
- package/dist/_virtual/dom-to-image.js.map +1 -0
- package/dist/_virtual/hash.js +4 -0
- package/dist/_virtual/hash.js.map +1 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/index.js.map +1 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/index3.js.map +1 -0
- package/dist/_virtual/index4.js +4 -0
- package/dist/_virtual/index4.js.map +1 -0
- package/dist/_virtual/index5.js +4 -0
- package/dist/_virtual/index5.js.map +1 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index6.js.map +1 -0
- package/dist/_virtual/inherits.js +4 -0
- package/dist/_virtual/inherits.js.map +1 -0
- package/dist/_virtual/inherits_browser.js +4 -0
- package/dist/_virtual/inherits_browser.js.map +1 -0
- package/dist/_virtual/isBuffer.js +4 -0
- package/dist/_virtual/isBuffer.js.map +1 -0
- package/dist/_virtual/jsx-runtime.js +4 -0
- package/dist/_virtual/jsx-runtime.js.map +1 -0
- package/dist/_virtual/main.js +4 -0
- package/dist/_virtual/main.js.map +1 -0
- package/dist/_virtual/react-is.development.js +4 -0
- package/dist/_virtual/react-is.development.js.map +1 -0
- package/dist/_virtual/react-is.production.min.js +4 -0
- package/dist/_virtual/react-is.production.min.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.development.js +4 -0
- package/dist/_virtual/react-jsx-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/_virtual/ripemd.js +4 -0
- package/dist/_virtual/ripemd.js.map +1 -0
- package/dist/_virtual/sha.js +4 -0
- package/dist/_virtual/sha.js.map +1 -0
- package/dist/_virtual/sha3.js +4 -0
- package/dist/_virtual/sha3.js.map +1 -0
- package/dist/_virtual/tslib.es6.js +7 -0
- package/dist/_virtual/tslib.es6.js.map +1 -0
- package/dist/_virtual/types.js +4 -0
- package/dist/_virtual/types.js.map +1 -0
- package/dist/_virtual/util.js +4 -0
- package/dist/_virtual/util.js.map +1 -0
- package/dist/_virtual/utils.js +4 -0
- package/dist/_virtual/utils.js.map +1 -0
- package/dist/_virtual/zapTokens.js +4 -0
- package/dist/_virtual/zapTokens.js.map +1 -0
- package/dist/components/BondFilters/BondFilters.js +41 -0
- package/dist/components/BondFilters/BondFilters.js.map +1 -0
- package/dist/components/ChainOptionList/ChainOptionsButtons.js +32 -0
- package/dist/components/ChainOptionList/ChainOptionsButtons.js.map +1 -0
- package/dist/components/ChainOptionList/ChainOptionsList.js +41 -0
- package/dist/components/ChainOptionList/ChainOptionsList.js.map +1 -0
- package/dist/components/ChainOptionList/constants.js +11 -0
- package/dist/components/ChainOptionList/constants.js.map +1 -0
- package/dist/components/ChainOptionList/styles.js +54 -0
- package/dist/components/ChainOptionList/styles.js.map +1 -0
- package/dist/components/ConnectButton/AppKitButton.js +23 -0
- package/dist/components/ConnectButton/AppKitButton.js.map +1 -0
- package/dist/components/ConnectButton/RainbowKitButton.js +36 -0
- package/dist/components/ConnectButton/RainbowKitButton.js.map +1 -0
- package/dist/components/ConnectButton/index.js +27 -0
- package/dist/components/ConnectButton/index.js.map +1 -0
- package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js +42 -0
- package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js.map +1 -0
- package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js +67 -0
- package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js.map +1 -0
- package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js +64 -0
- package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js.map +1 -0
- package/dist/components/CustomClaimModals/AbondModal.js +28 -0
- package/dist/components/CustomClaimModals/AbondModal.js.map +1 -0
- package/dist/components/CustomClaimModals/OabondModal.js +28 -0
- package/dist/components/CustomClaimModals/OabondModal.js.map +1 -0
- package/dist/components/CustomClaimModals/PmusdModal.js +31 -0
- package/dist/components/CustomClaimModals/PmusdModal.js.map +1 -0
- package/dist/components/FavIcons/AddFavToken.js +37 -0
- package/dist/components/FavIcons/AddFavToken.js.map +1 -0
- package/dist/components/FavIcons/FavFilter.js +32 -0
- package/dist/components/FavIcons/FavFilter.js.map +1 -0
- package/dist/components/LoadingSpinner/index.js +51 -0
- package/dist/components/LoadingSpinner/index.js.map +1 -0
- package/dist/components/MenuSelect/MenuSelect.js +32 -0
- package/dist/components/MenuSelect/MenuSelect.js.map +1 -0
- package/dist/components/MenuSelect/RecommendationSelector.js +58 -0
- package/dist/components/MenuSelect/RecommendationSelector.js.map +1 -0
- package/dist/components/NetworkFilter/index.js +113 -0
- package/dist/components/NetworkFilter/index.js.map +1 -0
- package/dist/components/PlaceholderMonkey/index.js +29 -0
- package/dist/components/PlaceholderMonkey/index.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.js +11 -0
- package/dist/components/ProgressBar/ProgressBar.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBarWrapper.js +24 -0
- package/dist/components/ProgressBar/ProgressBarWrapper.js.map +1 -0
- package/dist/components/ProgressBar/styles.js +15 -0
- package/dist/components/ProgressBar/styles.js.map +1 -0
- package/dist/components/ProgressiveImage/index.js +44 -0
- package/dist/components/ProgressiveImage/index.js.map +1 -0
- package/dist/components/SafeHTMLComponent/index.js +31 -0
- package/dist/components/SafeHTMLComponent/index.js.map +1 -0
- package/dist/components/SlippageModal/index.js +73 -0
- package/dist/components/SlippageModal/index.js.map +1 -0
- package/dist/components/StepBubble/index.js +65 -0
- package/dist/components/StepBubble/index.js.map +1 -0
- package/dist/components/Toast/index.js +65 -0
- package/dist/components/Toast/index.js.map +1 -0
- package/dist/components/Toast/styles.js +30 -0
- package/dist/components/Toast/styles.js.map +1 -0
- package/dist/components/TokenInfoAndName/index.js +72 -0
- package/dist/components/TokenInfoAndName/index.js.map +1 -0
- package/dist/components/TokenSelectorModal/TokenRow.js +39 -0
- package/dist/components/TokenSelectorModal/TokenRow.js.map +1 -0
- package/dist/components/TokenSelectorModal/index.js +66 -0
- package/dist/components/TokenSelectorModal/index.js.map +1 -0
- package/dist/components/TokenSelectorPanel/index.js +67 -0
- package/dist/components/TokenSelectorPanel/index.js.map +1 -0
- package/dist/components/Tooltip/ButtonsRow.js +28 -0
- package/dist/components/Tooltip/ButtonsRow.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +51 -0
- package/dist/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/components/Tooltip/styles.js +32 -0
- package/dist/components/Tooltip/styles.js.map +1 -0
- package/dist/components/YouTooltip/YouTooltip.js +45 -0
- package/dist/components/YouTooltip/YouTooltip.js.map +1 -0
- package/dist/components/uikit-sdk/Button/Button.js +73 -0
- package/dist/components/uikit-sdk/Button/Button.js.map +1 -0
- package/dist/components/uikit-sdk/Button/IconButton.js +15 -0
- package/dist/components/uikit-sdk/Button/IconButton.js.map +1 -0
- package/dist/components/uikit-sdk/Button/styles.js +21 -0
- package/dist/components/uikit-sdk/Button/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Button/types.js +39 -0
- package/dist/components/uikit-sdk/Button/types.js.map +1 -0
- package/dist/components/uikit-sdk/Checkbox/index.js +27 -0
- package/dist/components/uikit-sdk/Checkbox/index.js.map +1 -0
- package/dist/components/uikit-sdk/Checkbox/types.js +8 -0
- package/dist/components/uikit-sdk/Checkbox/types.js.map +1 -0
- package/dist/components/uikit-sdk/Flex/index.js +11 -0
- package/dist/components/uikit-sdk/Flex/index.js.map +1 -0
- package/dist/components/uikit-sdk/Input/Input.js +55 -0
- package/dist/components/uikit-sdk/Input/Input.js.map +1 -0
- package/dist/components/uikit-sdk/LoadingDots/index.js +42 -0
- package/dist/components/uikit-sdk/LoadingDots/index.js.map +1 -0
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +15 -0
- package/dist/components/uikit-sdk/Modal/ModalHeader.js.map +1 -0
- package/dist/components/uikit-sdk/Modal/index.js +29 -0
- package/dist/components/uikit-sdk/Modal/index.js.map +1 -0
- package/dist/components/uikit-sdk/Modal/styles.js +47 -0
- package/dist/components/uikit-sdk/Modal/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Select/Select.js +44 -0
- package/dist/components/uikit-sdk/Select/Select.js.map +1 -0
- package/dist/components/uikit-sdk/Select/SelectItem.js +22 -0
- package/dist/components/uikit-sdk/Select/SelectItem.js.map +1 -0
- package/dist/components/uikit-sdk/Select/styles.js +50 -0
- package/dist/components/uikit-sdk/Select/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Select/types.js +39 -0
- package/dist/components/uikit-sdk/Select/types.js.map +1 -0
- package/dist/components/uikit-sdk/Skeleton/index.js +13 -0
- package/dist/components/uikit-sdk/Skeleton/index.js.map +1 -0
- package/dist/components/uikit-sdk/Skeleton/styles.js +43 -0
- package/dist/components/uikit-sdk/Skeleton/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Skeleton/types.js +13 -0
- package/dist/components/uikit-sdk/Skeleton/types.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +11 -0
- package/dist/components/uikit-sdk/Svg/Icons/Close.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Error.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/External.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/External.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/FirePink.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/FirePink.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/More.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/More.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/Question.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Search.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Star.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/Star.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/StarFilled.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/StarFilled.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Success.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tick.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Tick.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Timer.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/Timer.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js +8 -0
- package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/URL.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/Website.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +18 -0
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/index.js +229 -0
- package/dist/components/uikit-sdk/Svg/index.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/styles.js +14 -0
- package/dist/components/uikit-sdk/Svg/styles.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/BERA.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/BERA.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/BLAST.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/BLAST.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/HYPEREVM.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/HYPEREVM.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/KATANA.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/KATANA.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/MEGAETH.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/MEGAETH.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/MONAD.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/MONAD.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +10 -0
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/SOL.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/SOL.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/SONIC.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/SONIC.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.js +8 -0
- package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.js.map +1 -0
- package/dist/components/uikit-sdk/Svg/types.js +86 -0
- package/dist/components/uikit-sdk/Svg/types.js.map +1 -0
- package/dist/components/uikit-sdk/SwiperDots/index.js +16 -0
- package/dist/components/uikit-sdk/SwiperDots/index.js.map +1 -0
- package/dist/components/uikit-sdk/TabNav/index.js +42 -0
- package/dist/components/uikit-sdk/TabNav/index.js.map +1 -0
- package/dist/components/uikit-sdk/Tag/ListTag.js +10 -0
- package/dist/components/uikit-sdk/Tag/ListTag.js.map +1 -0
- package/dist/components/uikit-sdk/Text/index.js +17 -0
- package/dist/components/uikit-sdk/Text/index.js.map +1 -0
- package/dist/components/uikit-sdk/Text/types.js +16 -0
- package/dist/components/uikit-sdk/Text/types.js.map +1 -0
- package/dist/components/uikit-sdk/Toggle/index.js +15 -0
- package/dist/components/uikit-sdk/Toggle/index.js.map +1 -0
- package/dist/components/uikit-sdk/Toggle/styles.js +22 -0
- package/dist/components/uikit-sdk/Toggle/styles.js.map +1 -0
- package/dist/components/uikit-sdk/TokenImage/index.js +73 -0
- package/dist/components/uikit-sdk/TokenImage/index.js.map +1 -0
- package/dist/components/uikit-sdk/TooltipBubble/index.js +57 -0
- package/dist/components/uikit-sdk/TooltipBubble/index.js.map +1 -0
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +55 -0
- package/dist/components/uikit-sdk/TooltipBubble/styles.js.map +1 -0
- package/dist/components/uikit-sdk/TooltipBubble/types.js +12 -0
- package/dist/components/uikit-sdk/TooltipBubble/types.js.map +1 -0
- package/dist/config/abi/BOND_2_0_0.json.js +1079 -0
- package/dist/config/abi/BOND_2_0_0.json.js.map +1 -0
- package/dist/config/abi/BOND_2_4_0.json.js +2409 -0
- package/dist/config/abi/BOND_2_4_0.json.js.map +1 -0
- package/dist/config/abi/bondNft.json.js +959 -0
- package/dist/config/abi/bondNft.json.js.map +1 -0
- package/dist/config/abi/deposit.json.js +29 -0
- package/dist/config/abi/deposit.json.js.map +1 -0
- package/dist/config/abi/depositSig.json.js +39 -0
- package/dist/config/abi/depositSig.json.js.map +1 -0
- package/dist/config/abi/erc20.json.js +229 -0
- package/dist/config/abi/erc20.json.js.map +1 -0
- package/dist/config/abi/launchBond_v2_4_1.json.js +2358 -0
- package/dist/config/abi/launchBond_v2_4_1.json.js.map +1 -0
- package/dist/config/abi/lensContract.json.js +338 -0
- package/dist/config/abi/lensContract.json.js.map +1 -0
- package/dist/config/abi/multicallv2.json.js +151 -0
- package/dist/config/abi/multicallv2.json.js.map +1 -0
- package/dist/config/abi/usdtETH.json.js +704 -0
- package/dist/config/abi/usdtETH.json.js.map +1 -0
- package/dist/config/constants/addresses.js +50 -0
- package/dist/config/constants/addresses.js.map +1 -0
- package/dist/config/constants/chains.js +139 -0
- package/dist/config/constants/chains.js.map +1 -0
- package/dist/config/constants/networks.js +89 -0
- package/dist/config/constants/networks.js.map +1 -0
- package/dist/config/constants/queryKeys.js +29 -0
- package/dist/config/constants/queryKeys.js.map +1 -0
- package/dist/config/constants/tooltips.js +20 -0
- package/dist/config/constants/tooltips.js.map +1 -0
- package/dist/config/constants/variables.js +42 -0
- package/dist/config/constants/variables.js.map +1 -0
- package/dist/config/idl/solanaProgramIdl.json.js +6 -0
- package/dist/config/idl/solanaProgramIdl.json.js.map +1 -0
- package/dist/constants/solanaConstants.js +41 -0
- package/dist/constants/solanaConstants.js.map +1 -0
- package/dist/contexts/ModalContext.js +72 -0
- package/dist/contexts/ModalContext.js.map +1 -0
- package/dist/contexts/Popups.js +29 -0
- package/dist/contexts/Popups.js.map +1 -0
- package/dist/contexts/SwiperProvider.js +21 -0
- package/dist/contexts/SwiperProvider.js.map +1 -0
- package/dist/hooks/accounts/useEVMAccount.js +13 -0
- package/dist/hooks/accounts/useEVMAccount.js.map +1 -0
- package/dist/hooks/accounts/useSOLAccount.js +17 -0
- package/dist/hooks/accounts/useSOLAccount.js.map +1 -0
- package/dist/hooks/useDebounce.js +21 -0
- package/dist/hooks/useDebounce.js.map +1 -0
- package/dist/hooks/useIsMobile.js +22 -0
- package/dist/hooks/useIsMobile.js.map +1 -0
- package/dist/hooks/useModal.js +34 -0
- package/dist/hooks/useModal.js.map +1 -0
- package/dist/hooks/useMonitorTx.js +26 -0
- package/dist/hooks/useMonitorTx.js.map +1 -0
- package/dist/hooks/useSendReferenceId.js +22 -0
- package/dist/hooks/useSendReferenceId.js.map +1 -0
- package/dist/hooks/useSortedZapList.js +56 -0
- package/dist/hooks/useSortedZapList.js.map +1 -0
- package/dist/hooks/useSwiper.js +13 -0
- package/dist/hooks/useSwiper.js.map +1 -0
- package/dist/hooks/useTokenFromZapList.js +15 -0
- package/dist/hooks/useTokenFromZapList.js.map +1 -0
- package/dist/hooks/useTopTags.js +47 -0
- package/dist/hooks/useTopTags.js.map +1 -0
- package/dist/main.d.ts +23 -0
- package/dist/main.js +18 -89923
- package/dist/main.js.map +1 -0
- package/dist/node_modules/@ape.swap/apeswap-lists/lib/constants/zapTokens.js +698 -0
- package/dist/node_modules/@ape.swap/apeswap-lists/lib/constants/zapTokens.js.map +1 -0
- package/dist/node_modules/@ape.swap/apeswap-lists/lib/main.js +27 -0
- package/dist/node_modules/@ape.swap/apeswap-lists/lib/main.js.map +1 -0
- package/dist/node_modules/@ape.swap/apeswap-lists/lib/types/index.js +1078 -0
- package/dist/node_modules/@ape.swap/apeswap-lists/lib/types/index.js.map +1 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js +500 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js.map +1 -0
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +56 -0
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +1 -0
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +10 -0
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js.map +1 -0
- package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +152 -0
- package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js.map +1 -0
- package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js +153 -0
- package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -0
- package/dist/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +22 -0
- package/dist/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js.map +1 -0
- package/dist/node_modules/@emotion/react/package.json.js +6 -0
- package/dist/node_modules/@emotion/react/package.json.js.map +1 -0
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +225 -0
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +1 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +139 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +53 -0
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js.map +1 -0
- package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +14 -0
- package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js.map +1 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js +55 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js.map +1 -0
- package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +17 -0
- package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/abi-coder.js +97 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/abi-coder.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js +149 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/address.js +27 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/address.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js +21 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/array.js +211 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/array.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/boolean.js +19 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/boolean.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/bytes.js +31 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/bytes.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js +27 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/null.js +23 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/null.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/number.js +44 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/number.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/string.js +20 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/string.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/tuple.js +59 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/coders/tuple.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/fragments.js +855 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/fragments.js.map +1 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/interface.js +610 -0
- package/dist/node_modules/@ethersproject/abi/lib.esm/interface.js.map +1 -0
- package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/index.js +67 -0
- package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/index.js +303 -0
- package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/address/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/address/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/address/lib.esm/index.js +111 -0
- package/dist/node_modules/@ethersproject/address/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/base64/lib.esm/base64.js +21 -0
- package/dist/node_modules/@ethersproject/base64/lib.esm/base64.js.map +1 -0
- package/dist/node_modules/@ethersproject/basex/lib.esm/index.js +121 -0
- package/dist/node_modules/@ethersproject/basex/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/bignumber/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/bignumber/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/bignumber/lib.esm/bignumber.js +296 -0
- package/dist/node_modules/@ethersproject/bignumber/lib.esm/bignumber.js.map +1 -0
- package/dist/node_modules/@ethersproject/bignumber/lib.esm/fixednumber.js +361 -0
- package/dist/node_modules/@ethersproject/bignumber/lib.esm/fixednumber.js.map +1 -0
- package/dist/node_modules/@ethersproject/bytes/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/bytes/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/bytes/lib.esm/index.js +403 -0
- package/dist/node_modules/@ethersproject/bytes/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/constants/lib.esm/addresses.js +4 -0
- package/dist/node_modules/@ethersproject/constants/lib.esm/addresses.js.map +1 -0
- package/dist/node_modules/@ethersproject/constants/lib.esm/bignumbers.js +9 -0
- package/dist/node_modules/@ethersproject/constants/lib.esm/bignumbers.js.map +1 -0
- package/dist/node_modules/@ethersproject/constants/lib.esm/hashes.js +4 -0
- package/dist/node_modules/@ethersproject/constants/lib.esm/hashes.js.map +1 -0
- package/dist/node_modules/@ethersproject/contracts/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/contracts/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/contracts/lib.esm/index.js +894 -0
- package/dist/node_modules/@ethersproject/contracts/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/decoder.js +257 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/decoder.js.map +1 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/include.js +37 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/include.js.map +1 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/lib.js +136 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/lib.js.map +1 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/id.js +9 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/id.js.map +1 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/namehash.js +65 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/namehash.js.map +1 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/typed-data.js +444 -0
- package/dist/node_modules/@ethersproject/hash/lib.esm/typed-data.js.map +1 -0
- package/dist/node_modules/@ethersproject/keccak256/lib.esm/index.js +9 -0
- package/dist/node_modules/@ethersproject/keccak256/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/logger/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/logger/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/logger/lib.esm/index.js +353 -0
- package/dist/node_modules/@ethersproject/logger/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/networks/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/networks/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/networks/lib.esm/index.js +267 -0
- package/dist/node_modules/@ethersproject/networks/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/properties/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/properties/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/properties/lib.esm/index.js +128 -0
- package/dist/node_modules/@ethersproject/properties/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/base-provider.js +2008 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/base-provider.js.map +1 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/formatter.js +423 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/formatter.js.map +1 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/json-rpc-provider.js +675 -0
- package/dist/node_modules/@ethersproject/providers/lib.esm/json-rpc-provider.js.map +1 -0
- package/dist/node_modules/@ethersproject/providers/node_modules/bech32/index.js +188 -0
- package/dist/node_modules/@ethersproject/providers/node_modules/bech32/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/rlp/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/rlp/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/rlp/lib.esm/index.js +121 -0
- package/dist/node_modules/@ethersproject/rlp/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/sha2/lib.esm/sha2.js +9 -0
- package/dist/node_modules/@ethersproject/sha2/lib.esm/sha2.js.map +1 -0
- package/dist/node_modules/@ethersproject/signing-key/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/signing-key/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/signing-key/lib.esm/elliptic.js +2479 -0
- package/dist/node_modules/@ethersproject/signing-key/lib.esm/elliptic.js.map +1 -0
- package/dist/node_modules/@ethersproject/signing-key/lib.esm/index.js +77 -0
- package/dist/node_modules/@ethersproject/signing-key/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/strings/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/strings/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/strings/lib.esm/utf8.js +220 -0
- package/dist/node_modules/@ethersproject/strings/lib.esm/utf8.js.map +1 -0
- package/dist/node_modules/@ethersproject/transactions/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/transactions/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/transactions/lib.esm/index.js +280 -0
- package/dist/node_modules/@ethersproject/transactions/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/units/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/units/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/units/lib.esm/index.js +29 -0
- package/dist/node_modules/@ethersproject/units/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@ethersproject/web/lib.esm/_version.js +4 -0
- package/dist/node_modules/@ethersproject/web/lib.esm/_version.js.map +1 -0
- package/dist/node_modules/@ethersproject/web/lib.esm/geturl.js +70 -0
- package/dist/node_modules/@ethersproject/web/lib.esm/geturl.js.map +1 -0
- package/dist/node_modules/@ethersproject/web/lib.esm/index.js +405 -0
- package/dist/node_modules/@ethersproject/web/lib.esm/index.js.map +1 -0
- package/dist/node_modules/@jup-ag/api/dist/index.js +792 -0
- package/dist/node_modules/@jup-ag/api/dist/index.js.map +1 -0
- package/dist/node_modules/@kurkle/color/dist/color.esm.js +583 -0
- package/dist/node_modules/@kurkle/color/dist/color.esm.js.map +1 -0
- package/dist/node_modules/@theme-ui/color-modes/dist/theme-ui-color-modes.esm.js +382 -0
- package/dist/node_modules/@theme-ui/color-modes/dist/theme-ui-color-modes.esm.js.map +1 -0
- package/dist/node_modules/@theme-ui/components/dist/theme-ui-components.esm.js +322 -0
- package/dist/node_modules/@theme-ui/components/dist/theme-ui-components.esm.js.map +1 -0
- package/dist/node_modules/@theme-ui/core/dist/parseProps-eab0b26e.esm.js +20 -0
- package/dist/node_modules/@theme-ui/core/dist/parseProps-eab0b26e.esm.js.map +1 -0
- package/dist/node_modules/@theme-ui/core/dist/theme-ui-core.esm.js +76 -0
- package/dist/node_modules/@theme-ui/core/dist/theme-ui-core.esm.js.map +1 -0
- package/dist/node_modules/@theme-ui/core/jsx-runtime/dist/theme-ui-core-jsx-runtime.esm.js +9 -0
- package/dist/node_modules/@theme-ui/core/jsx-runtime/dist/theme-ui-core-jsx-runtime.esm.js.map +1 -0
- package/dist/node_modules/@theme-ui/css/dist/theme-ui-css.esm.js +331 -0
- package/dist/node_modules/@theme-ui/css/dist/theme-ui-css.esm.js.map +1 -0
- package/dist/node_modules/@theme-ui/theme-provider/dist/theme-ui-theme-provider.esm.js +46 -0
- package/dist/node_modules/@theme-ui/theme-provider/dist/theme-ui-theme-provider.esm.js.map +1 -0
- package/dist/node_modules/available-typed-arrays/index.js +30 -0
- package/dist/node_modules/available-typed-arrays/index.js.map +1 -0
- package/dist/node_modules/base64-js/index.js +153 -0
- package/dist/node_modules/base64-js/index.js.map +1 -0
- package/dist/node_modules/bignumber.js/bignumber.js +2908 -0
- package/dist/node_modules/bignumber.js/bignumber.js.map +1 -0
- package/dist/node_modules/bn.js/lib/bn.js +3364 -0
- package/dist/node_modules/bn.js/lib/bn.js.map +1 -0
- package/dist/node_modules/buffer/index.js +2111 -0
- package/dist/node_modules/buffer/index.js.map +1 -0
- package/dist/node_modules/call-bind/index.js +41 -0
- package/dist/node_modules/call-bind/index.js.map +1 -0
- package/dist/node_modules/call-bind-apply-helpers/actualApply.js +25 -0
- package/dist/node_modules/call-bind-apply-helpers/actualApply.js.map +1 -0
- package/dist/node_modules/call-bind-apply-helpers/applyBind.js +24 -0
- package/dist/node_modules/call-bind-apply-helpers/applyBind.js.map +1 -0
- package/dist/node_modules/call-bind-apply-helpers/functionApply.js +14 -0
- package/dist/node_modules/call-bind-apply-helpers/functionApply.js.map +1 -0
- package/dist/node_modules/call-bind-apply-helpers/functionCall.js +14 -0
- package/dist/node_modules/call-bind-apply-helpers/functionCall.js.map +1 -0
- package/dist/node_modules/call-bind-apply-helpers/index.js +30 -0
- package/dist/node_modules/call-bind-apply-helpers/index.js.map +1 -0
- package/dist/node_modules/call-bind-apply-helpers/reflectApply.js +14 -0
- package/dist/node_modules/call-bind-apply-helpers/reflectApply.js.map +1 -0
- package/dist/node_modules/call-bound/index.js +32 -0
- package/dist/node_modules/call-bound/index.js.map +1 -0
- package/dist/node_modules/chart.js/dist/chart.js +8079 -0
- package/dist/node_modules/chart.js/dist/chart.js.map +1 -0
- package/dist/node_modules/chart.js/dist/chunks/helpers.dataset.js +2685 -0
- package/dist/node_modules/chart.js/dist/chunks/helpers.dataset.js.map +1 -0
- package/dist/node_modules/deepmerge/dist/cjs.js +138 -0
- package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -0
- package/dist/node_modules/define-data-property/index.js +71 -0
- package/dist/node_modules/define-data-property/index.js.map +1 -0
- package/dist/node_modules/dom-to-image/src/dom-to-image.js +776 -0
- package/dist/node_modules/dom-to-image/src/dom-to-image.js.map +1 -0
- package/dist/node_modules/dunder-proto/get.js +43 -0
- package/dist/node_modules/dunder-proto/get.js.map +1 -0
- package/dist/node_modules/es-define-property/index.js +24 -0
- package/dist/node_modules/es-define-property/index.js.map +1 -0
- package/dist/node_modules/es-errors/eval.js +14 -0
- package/dist/node_modules/es-errors/eval.js.map +1 -0
- package/dist/node_modules/es-errors/index.js +14 -0
- package/dist/node_modules/es-errors/index.js.map +1 -0
- package/dist/node_modules/es-errors/range.js +14 -0
- package/dist/node_modules/es-errors/range.js.map +1 -0
- package/dist/node_modules/es-errors/ref.js +14 -0
- package/dist/node_modules/es-errors/ref.js.map +1 -0
- package/dist/node_modules/es-errors/syntax.js +14 -0
- package/dist/node_modules/es-errors/syntax.js.map +1 -0
- package/dist/node_modules/es-errors/type.js +14 -0
- package/dist/node_modules/es-errors/type.js.map +1 -0
- package/dist/node_modules/es-errors/uri.js +14 -0
- package/dist/node_modules/es-errors/uri.js.map +1 -0
- package/dist/node_modules/es-object-atoms/index.js +14 -0
- package/dist/node_modules/es-object-atoms/index.js.map +1 -0
- package/dist/node_modules/fancy-canvas/canvas-element-bitmap-size.js +239 -0
- package/dist/node_modules/fancy-canvas/canvas-element-bitmap-size.js.map +1 -0
- package/dist/node_modules/fancy-canvas/canvas-rendering-target.js +85 -0
- package/dist/node_modules/fancy-canvas/canvas-rendering-target.js.map +1 -0
- package/dist/node_modules/fancy-canvas/device-pixel-ratio.js +63 -0
- package/dist/node_modules/fancy-canvas/device-pixel-ratio.js.map +1 -0
- package/dist/node_modules/fancy-canvas/size.js +20 -0
- package/dist/node_modules/fancy-canvas/size.js.map +1 -0
- package/dist/node_modules/for-each/index.js +81 -0
- package/dist/node_modules/for-each/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js +323 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.js +118 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.js +388 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.js +43 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/inertia.js +88 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/inertia.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/keyframes.js +52 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/keyframes.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/defaults.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/defaults.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/find.js +87 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/find.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/index.js +169 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.js +81 -0
- package/dist/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/hooks/use-animation.js +42 -0
- package/dist/node_modules/framer-motion/dist/es/animation/hooks/use-animation.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +107 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +77 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +67 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +41 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-none.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-none.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +77 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +61 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +166 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +44 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/anticipate.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/easing/anticipate.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/back.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/easing/back.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/circ.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/easing/circ.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/cubic-bezier.js +53 -0
- package/dist/node_modules/framer-motion/dist/es/easing/cubic-bezier.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/ease.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/easing/ease.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/easing/utils/map.js +39 -0
- package/dist/node_modules/framer-motion/dist/es/easing/utils/map.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/events/event-info.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/events/event-info.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/batcher.js +72 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/batcher.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/frame.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/frame.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/microtask.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/microtask.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/render-step.js +82 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/render-step.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/sync-time.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/frameloop/sync-time.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +485 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +29 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +131 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +42 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +158 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +52 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +42 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +29 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +134 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +73 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +50 -0
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/index.js +102 -0
- package/dist/node_modules/framer-motion/dist/es/motion/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +39 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +135 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +89 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +58 -0
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +95 -0
- package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +120 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +53 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +55 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +1585 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/state.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/projection/node/state.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +113 -0
- package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +42 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +36 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +50 -0
- package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +480 -0
- package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js +24 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +39 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js +132 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +44 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js +43 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +60 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js +54 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/find.js +16 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/find.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js +11 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.js +42 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number.js +19 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/test.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/test.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/transform.js +32 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/transform.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +44 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +58 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +66 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +63 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-position.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-position.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-transform.js +29 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-transform.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +21 -0
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/store.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/store.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +46 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js +74 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +34 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +53 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +33 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js +19 -0
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.js +165 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +333 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +25 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js +29 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +60 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +9 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +37 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js +13 -0
- package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/GlobalConfig.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/GlobalConfig.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/array.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/utils/array.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/clamp.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/utils/clamp.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/delay.js +22 -0
- package/dist/node_modules/framer-motion/dist/es/utils/delay.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/distance.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/utils/distance.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js +43 -0
- package/dist/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/interpolate.js +79 -0
- package/dist/node_modules/framer-motion/dist/es/utils/interpolate.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-numerical-string.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-numerical-string.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/color.js +48 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/color.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/complex.js +95 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/complex.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/immediate.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/immediate.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/index.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/number.js +27 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/number.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/visibility.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/utils/mix/visibility.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/offsets/default.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/utils/offsets/default.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/offsets/fill.js +14 -0
- package/dist/node_modules/framer-motion/dist/es/utils/offsets/fill.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/offsets/time.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/offsets/time.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/pipe.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/utils/pipe.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +20 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/resolve-value.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/utils/resolve-value.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/subscription-manager.js +41 -0
- package/dist/node_modules/framer-motion/dist/es/utils/subscription-manager.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +19 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +7 -0
- package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/velocity-per-second.js +12 -0
- package/dist/node_modules/framer-motion/dist/es/utils/velocity-per-second.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/utils/warn-once.js +10 -0
- package/dist/node_modules/framer-motion/dist/es/utils/warn-once.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/index.js +314 -0
- package/dist/node_modules/framer-motion/dist/es/value/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/hex.js +41 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/hex.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/hsla.js +23 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/hsla.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/index.js +28 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/rgba.js +26 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/rgba.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/utils.js +30 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/color/utils.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/complex/filter.js +31 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/complex/filter.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/complex/index.js +93 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/complex/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/numbers/index.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/numbers/index.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/numbers/units.js +18 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/numbers/units.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/color-regex.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/color-regex.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/float-regex.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/float-regex.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/sanitize.js +6 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/sanitize.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js +15 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +8 -0
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js +4 -0
- package/dist/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js.map +1 -0
- package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +17 -0
- package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js.map +1 -0
- package/dist/node_modules/function-bind/implementation.js +94 -0
- package/dist/node_modules/function-bind/implementation.js.map +1 -0
- package/dist/node_modules/function-bind/index.js +17 -0
- package/dist/node_modules/function-bind/index.js.map +1 -0
- package/dist/node_modules/generator-function/index.js +17 -0
- package/dist/node_modules/generator-function/index.js.map +1 -0
- package/dist/node_modules/get-intrinsic/index.js +414 -0
- package/dist/node_modules/get-intrinsic/index.js.map +1 -0
- package/dist/node_modules/get-proto/Object.getPrototypeOf.js +18 -0
- package/dist/node_modules/get-proto/Object.getPrototypeOf.js.map +1 -0
- package/dist/node_modules/get-proto/Reflect.getPrototypeOf.js +14 -0
- package/dist/node_modules/get-proto/Reflect.getPrototypeOf.js.map +1 -0
- package/dist/node_modules/get-proto/index.js +41 -0
- package/dist/node_modules/get-proto/index.js.map +1 -0
- package/dist/node_modules/gopd/gOPD.js +14 -0
- package/dist/node_modules/gopd/gOPD.js.map +1 -0
- package/dist/node_modules/gopd/index.js +27 -0
- package/dist/node_modules/gopd/index.js.map +1 -0
- package/dist/node_modules/has-property-descriptors/index.js +34 -0
- package/dist/node_modules/has-property-descriptors/index.js.map +1 -0
- package/dist/node_modules/has-symbols/index.js +26 -0
- package/dist/node_modules/has-symbols/index.js.map +1 -0
- package/dist/node_modules/has-symbols/shams.js +55 -0
- package/dist/node_modules/has-symbols/shams.js.map +1 -0
- package/dist/node_modules/has-tostringtag/shams.js +20 -0
- package/dist/node_modules/has-tostringtag/shams.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/common.js +98 -0
- package/dist/node_modules/hash.js/lib/hash/common.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/hmac.js +52 -0
- package/dist/node_modules/hash.js/lib/hash/hmac.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/ripemd.js +153 -0
- package/dist/node_modules/hash.js/lib/hash/ripemd.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/sha/1.js +82 -0
- package/dist/node_modules/hash.js/lib/hash/sha/1.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/sha/224.js +34 -0
- package/dist/node_modules/hash.js/lib/hash/sha/224.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/sha/256.js +114 -0
- package/dist/node_modules/hash.js/lib/hash/sha/256.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/sha/384.js +40 -0
- package/dist/node_modules/hash.js/lib/hash/sha/384.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/sha/512.js +337 -0
- package/dist/node_modules/hash.js/lib/hash/sha/512.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/sha/common.js +54 -0
- package/dist/node_modules/hash.js/lib/hash/sha/common.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/sha.js +15 -0
- package/dist/node_modules/hash.js/lib/hash/sha.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash/utils.js +283 -0
- package/dist/node_modules/hash.js/lib/hash/utils.js.map +1 -0
- package/dist/node_modules/hash.js/lib/hash.js +34 -0
- package/dist/node_modules/hash.js/lib/hash.js.map +1 -0
- package/dist/node_modules/hasown/index.js +20 -0
- package/dist/node_modules/hasown/index.js.map +1 -0
- package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +22 -0
- package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
- package/dist/node_modules/ieee754/index.js +91 -0
- package/dist/node_modules/ieee754/index.js.map +1 -0
- package/dist/node_modules/inherits/inherits.js +23 -0
- package/dist/node_modules/inherits/inherits.js.map +1 -0
- package/dist/node_modules/inherits/inherits_browser.js +39 -0
- package/dist/node_modules/inherits/inherits_browser.js.map +1 -0
- package/dist/node_modules/is-arguments/index.js +57 -0
- package/dist/node_modules/is-arguments/index.js.map +1 -0
- package/dist/node_modules/is-callable/index.js +111 -0
- package/dist/node_modules/is-callable/index.js.map +1 -0
- package/dist/node_modules/is-generator-function/index.js +47 -0
- package/dist/node_modules/is-generator-function/index.js.map +1 -0
- package/dist/node_modules/is-regex/index.js +84 -0
- package/dist/node_modules/is-regex/index.js.map +1 -0
- package/dist/node_modules/is-typed-array/index.js +20 -0
- package/dist/node_modules/is-typed-array/index.js.map +1 -0
- package/dist/node_modules/js-sha3/src/sha3.js +661 -0
- package/dist/node_modules/js-sha3/src/sha3.js.map +1 -0
- package/dist/node_modules/lightweight-charts/dist/lightweight-charts.production.js +14 -0
- package/dist/node_modules/lightweight-charts/dist/lightweight-charts.production.js.map +1 -0
- package/dist/node_modules/lodash/_DataView.js +13 -0
- package/dist/node_modules/lodash/_DataView.js.map +1 -0
- package/dist/node_modules/lodash/_Hash.js +41 -0
- package/dist/node_modules/lodash/_Hash.js.map +1 -0
- package/dist/node_modules/lodash/_ListCache.js +41 -0
- package/dist/node_modules/lodash/_ListCache.js.map +1 -0
- package/dist/node_modules/lodash/_Map.js +13 -0
- package/dist/node_modules/lodash/_Map.js.map +1 -0
- package/dist/node_modules/lodash/_MapCache.js +41 -0
- package/dist/node_modules/lodash/_MapCache.js.map +1 -0
- package/dist/node_modules/lodash/_Promise.js +13 -0
- package/dist/node_modules/lodash/_Promise.js.map +1 -0
- package/dist/node_modules/lodash/_Set.js +13 -0
- package/dist/node_modules/lodash/_Set.js.map +1 -0
- package/dist/node_modules/lodash/_SetCache.js +34 -0
- package/dist/node_modules/lodash/_SetCache.js.map +1 -0
- package/dist/node_modules/lodash/_Stack.js +37 -0
- package/dist/node_modules/lodash/_Stack.js.map +1 -0
- package/dist/node_modules/lodash/_Symbol.js +11 -0
- package/dist/node_modules/lodash/_Symbol.js.map +1 -0
- package/dist/node_modules/lodash/_Uint8Array.js +11 -0
- package/dist/node_modules/lodash/_Uint8Array.js.map +1 -0
- package/dist/node_modules/lodash/_WeakMap.js +13 -0
- package/dist/node_modules/lodash/_WeakMap.js.map +1 -0
- package/dist/node_modules/lodash/_arrayFilter.js +29 -0
- package/dist/node_modules/lodash/_arrayFilter.js.map +1 -0
- package/dist/node_modules/lodash/_arrayIncludes.js +22 -0
- package/dist/node_modules/lodash/_arrayIncludes.js.map +1 -0
- package/dist/node_modules/lodash/_arrayIncludesWith.js +26 -0
- package/dist/node_modules/lodash/_arrayIncludesWith.js.map +1 -0
- package/dist/node_modules/lodash/_arrayLikeKeys.js +59 -0
- package/dist/node_modules/lodash/_arrayLikeKeys.js.map +1 -0
- package/dist/node_modules/lodash/_arrayMap.js +25 -0
- package/dist/node_modules/lodash/_arrayMap.js.map +1 -0
- package/dist/node_modules/lodash/_arrayPush.js +24 -0
- package/dist/node_modules/lodash/_arrayPush.js.map +1 -0
- package/dist/node_modules/lodash/_arraySome.js +27 -0
- package/dist/node_modules/lodash/_arraySome.js.map +1 -0
- package/dist/node_modules/lodash/_assocIndexOf.js +26 -0
- package/dist/node_modules/lodash/_assocIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_baseFindIndex.js +28 -0
- package/dist/node_modules/lodash/_baseFindIndex.js.map +1 -0
- package/dist/node_modules/lodash/_baseFlatten.js +44 -0
- package/dist/node_modules/lodash/_baseFlatten.js.map +1 -0
- package/dist/node_modules/lodash/_baseGet.js +30 -0
- package/dist/node_modules/lodash/_baseGet.js.map +1 -0
- package/dist/node_modules/lodash/_baseGetAllKeys.js +26 -0
- package/dist/node_modules/lodash/_baseGetAllKeys.js.map +1 -0
- package/dist/node_modules/lodash/_baseGetTag.js +35 -0
- package/dist/node_modules/lodash/_baseGetTag.js.map +1 -0
- package/dist/node_modules/lodash/_baseHasIn.js +17 -0
- package/dist/node_modules/lodash/_baseHasIn.js.map +1 -0
- package/dist/node_modules/lodash/_baseIndexOf.js +27 -0
- package/dist/node_modules/lodash/_baseIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsArguments.js +24 -0
- package/dist/node_modules/lodash/_baseIsArguments.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsEqual.js +34 -0
- package/dist/node_modules/lodash/_baseIsEqual.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsEqualDeep.js +95 -0
- package/dist/node_modules/lodash/_baseIsEqualDeep.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsMatch.js +68 -0
- package/dist/node_modules/lodash/_baseIsMatch.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsNaN.js +16 -0
- package/dist/node_modules/lodash/_baseIsNaN.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsNative.js +55 -0
- package/dist/node_modules/lodash/_baseIsNative.js.map +1 -0
- package/dist/node_modules/lodash/_baseIsTypedArray.js +67 -0
- package/dist/node_modules/lodash/_baseIsTypedArray.js.map +1 -0
- package/dist/node_modules/lodash/_baseIteratee.js +40 -0
- package/dist/node_modules/lodash/_baseIteratee.js.map +1 -0
- package/dist/node_modules/lodash/_baseKeys.js +36 -0
- package/dist/node_modules/lodash/_baseKeys.js.map +1 -0
- package/dist/node_modules/lodash/_baseMatches.js +29 -0
- package/dist/node_modules/lodash/_baseMatches.js.map +1 -0
- package/dist/node_modules/lodash/_baseMatchesProperty.js +44 -0
- package/dist/node_modules/lodash/_baseMatchesProperty.js.map +1 -0
- package/dist/node_modules/lodash/_baseProperty.js +18 -0
- package/dist/node_modules/lodash/_baseProperty.js.map +1 -0
- package/dist/node_modules/lodash/_basePropertyDeep.js +21 -0
- package/dist/node_modules/lodash/_basePropertyDeep.js.map +1 -0
- package/dist/node_modules/lodash/_baseSlice.js +35 -0
- package/dist/node_modules/lodash/_baseSlice.js.map +1 -0
- package/dist/node_modules/lodash/_baseTimes.js +24 -0
- package/dist/node_modules/lodash/_baseTimes.js.map +1 -0
- package/dist/node_modules/lodash/_baseToString.js +42 -0
- package/dist/node_modules/lodash/_baseToString.js.map +1 -0
- package/dist/node_modules/lodash/_baseTrim.js +24 -0
- package/dist/node_modules/lodash/_baseTrim.js.map +1 -0
- package/dist/node_modules/lodash/_baseUnary.js +18 -0
- package/dist/node_modules/lodash/_baseUnary.js.map +1 -0
- package/dist/node_modules/lodash/_baseUniq.js +82 -0
- package/dist/node_modules/lodash/_baseUniq.js.map +1 -0
- package/dist/node_modules/lodash/_cacheHas.js +17 -0
- package/dist/node_modules/lodash/_cacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_castPath.js +29 -0
- package/dist/node_modules/lodash/_castPath.js.map +1 -0
- package/dist/node_modules/lodash/_coreJsData.js +11 -0
- package/dist/node_modules/lodash/_coreJsData.js.map +1 -0
- package/dist/node_modules/lodash/_createSet.js +26 -0
- package/dist/node_modules/lodash/_createSet.js.map +1 -0
- package/dist/node_modules/lodash/_equalArrays.js +91 -0
- package/dist/node_modules/lodash/_equalArrays.js.map +1 -0
- package/dist/node_modules/lodash/_equalByTag.js +122 -0
- package/dist/node_modules/lodash/_equalByTag.js.map +1 -0
- package/dist/node_modules/lodash/_equalObjects.js +95 -0
- package/dist/node_modules/lodash/_equalObjects.js.map +1 -0
- package/dist/node_modules/lodash/_freeGlobal.js +10 -0
- package/dist/node_modules/lodash/_freeGlobal.js.map +1 -0
- package/dist/node_modules/lodash/_getAllKeys.js +23 -0
- package/dist/node_modules/lodash/_getAllKeys.js.map +1 -0
- package/dist/node_modules/lodash/_getMapData.js +23 -0
- package/dist/node_modules/lodash/_getMapData.js.map +1 -0
- package/dist/node_modules/lodash/_getMatchData.js +30 -0
- package/dist/node_modules/lodash/_getMatchData.js.map +1 -0
- package/dist/node_modules/lodash/_getNative.js +23 -0
- package/dist/node_modules/lodash/_getNative.js.map +1 -0
- package/dist/node_modules/lodash/_getRawTag.js +51 -0
- package/dist/node_modules/lodash/_getRawTag.js.map +1 -0
- package/dist/node_modules/lodash/_getSymbols.js +36 -0
- package/dist/node_modules/lodash/_getSymbols.js.map +1 -0
- package/dist/node_modules/lodash/_getTag.js +69 -0
- package/dist/node_modules/lodash/_getTag.js.map +1 -0
- package/dist/node_modules/lodash/_getValue.js +17 -0
- package/dist/node_modules/lodash/_getValue.js.map +1 -0
- package/dist/node_modules/lodash/_hasPath.js +49 -0
- package/dist/node_modules/lodash/_hasPath.js.map +1 -0
- package/dist/node_modules/lodash/_hashClear.js +20 -0
- package/dist/node_modules/lodash/_hashClear.js.map +1 -0
- package/dist/node_modules/lodash/_hashDelete.js +21 -0
- package/dist/node_modules/lodash/_hashDelete.js.map +1 -0
- package/dist/node_modules/lodash/_hashGet.js +35 -0
- package/dist/node_modules/lodash/_hashGet.js.map +1 -0
- package/dist/node_modules/lodash/_hashHas.js +28 -0
- package/dist/node_modules/lodash/_hashHas.js.map +1 -0
- package/dist/node_modules/lodash/_hashSet.js +28 -0
- package/dist/node_modules/lodash/_hashSet.js.map +1 -0
- package/dist/node_modules/lodash/_isFlattenable.js +27 -0
- package/dist/node_modules/lodash/_isFlattenable.js.map +1 -0
- package/dist/node_modules/lodash/_isIndex.js +29 -0
- package/dist/node_modules/lodash/_isIndex.js.map +1 -0
- package/dist/node_modules/lodash/_isIterateeCall.js +38 -0
- package/dist/node_modules/lodash/_isIterateeCall.js.map +1 -0
- package/dist/node_modules/lodash/_isKey.js +35 -0
- package/dist/node_modules/lodash/_isKey.js.map +1 -0
- package/dist/node_modules/lodash/_isKeyable.js +19 -0
- package/dist/node_modules/lodash/_isKeyable.js.map +1 -0
- package/dist/node_modules/lodash/_isMasked.js +25 -0
- package/dist/node_modules/lodash/_isMasked.js.map +1 -0
- package/dist/node_modules/lodash/_isPrototype.js +22 -0
- package/dist/node_modules/lodash/_isPrototype.js.map +1 -0
- package/dist/node_modules/lodash/_isStrictComparable.js +20 -0
- package/dist/node_modules/lodash/_isStrictComparable.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheClear.js +17 -0
- package/dist/node_modules/lodash/_listCacheClear.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheDelete.js +40 -0
- package/dist/node_modules/lodash/_listCacheDelete.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheGet.js +24 -0
- package/dist/node_modules/lodash/_listCacheGet.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheHas.js +21 -0
- package/dist/node_modules/lodash/_listCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_listCacheSet.js +31 -0
- package/dist/node_modules/lodash/_listCacheSet.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheClear.js +28 -0
- package/dist/node_modules/lodash/_mapCacheClear.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheDelete.js +23 -0
- package/dist/node_modules/lodash/_mapCacheDelete.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheGet.js +21 -0
- package/dist/node_modules/lodash/_mapCacheGet.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheHas.js +21 -0
- package/dist/node_modules/lodash/_mapCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_mapCacheSet.js +27 -0
- package/dist/node_modules/lodash/_mapCacheSet.js.map +1 -0
- package/dist/node_modules/lodash/_mapToArray.js +22 -0
- package/dist/node_modules/lodash/_mapToArray.js.map +1 -0
- package/dist/node_modules/lodash/_matchesStrictComparable.js +24 -0
- package/dist/node_modules/lodash/_matchesStrictComparable.js.map +1 -0
- package/dist/node_modules/lodash/_memoizeCapped.js +31 -0
- package/dist/node_modules/lodash/_memoizeCapped.js.map +1 -0
- package/dist/node_modules/lodash/_nativeCreate.js +11 -0
- package/dist/node_modules/lodash/_nativeCreate.js.map +1 -0
- package/dist/node_modules/lodash/_nativeKeys.js +11 -0
- package/dist/node_modules/lodash/_nativeKeys.js.map +1 -0
- package/dist/node_modules/lodash/_nodeUtil.js +42 -0
- package/dist/node_modules/lodash/_nodeUtil.js.map +1 -0
- package/dist/node_modules/lodash/_objectToString.js +26 -0
- package/dist/node_modules/lodash/_objectToString.js.map +1 -0
- package/dist/node_modules/lodash/_overArg.js +19 -0
- package/dist/node_modules/lodash/_overArg.js.map +1 -0
- package/dist/node_modules/lodash/_root.js +14 -0
- package/dist/node_modules/lodash/_root.js.map +1 -0
- package/dist/node_modules/lodash/_setCacheAdd.js +23 -0
- package/dist/node_modules/lodash/_setCacheAdd.js.map +1 -0
- package/dist/node_modules/lodash/_setCacheHas.js +18 -0
- package/dist/node_modules/lodash/_setCacheHas.js.map +1 -0
- package/dist/node_modules/lodash/_setToArray.js +22 -0
- package/dist/node_modules/lodash/_setToArray.js.map +1 -0
- package/dist/node_modules/lodash/_stackClear.js +20 -0
- package/dist/node_modules/lodash/_stackClear.js.map +1 -0
- package/dist/node_modules/lodash/_stackDelete.js +22 -0
- package/dist/node_modules/lodash/_stackDelete.js.map +1 -0
- package/dist/node_modules/lodash/_stackGet.js +18 -0
- package/dist/node_modules/lodash/_stackGet.js.map +1 -0
- package/dist/node_modules/lodash/_stackHas.js +18 -0
- package/dist/node_modules/lodash/_stackHas.js.map +1 -0
- package/dist/node_modules/lodash/_stackSet.js +41 -0
- package/dist/node_modules/lodash/_stackSet.js.map +1 -0
- package/dist/node_modules/lodash/_strictIndexOf.js +27 -0
- package/dist/node_modules/lodash/_strictIndexOf.js.map +1 -0
- package/dist/node_modules/lodash/_stringToPath.js +32 -0
- package/dist/node_modules/lodash/_stringToPath.js.map +1 -0
- package/dist/node_modules/lodash/_toKey.js +23 -0
- package/dist/node_modules/lodash/_toKey.js.map +1 -0
- package/dist/node_modules/lodash/_toSource.js +30 -0
- package/dist/node_modules/lodash/_toSource.js.map +1 -0
- package/dist/node_modules/lodash/_trimmedEndIndex.js +23 -0
- package/dist/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
- package/dist/node_modules/lodash/chunk.js +60 -0
- package/dist/node_modules/lodash/chunk.js.map +1 -0
- package/dist/node_modules/lodash/eq.js +41 -0
- package/dist/node_modules/lodash/eq.js.map +1 -0
- package/dist/node_modules/lodash/flatten.js +30 -0
- package/dist/node_modules/lodash/flatten.js.map +1 -0
- package/dist/node_modules/lodash/get.js +41 -0
- package/dist/node_modules/lodash/get.js.map +1 -0
- package/dist/node_modules/lodash/hasIn.js +40 -0
- package/dist/node_modules/lodash/hasIn.js.map +1 -0
- package/dist/node_modules/lodash/identity.js +25 -0
- package/dist/node_modules/lodash/identity.js.map +1 -0
- package/dist/node_modules/lodash/isArguments.js +42 -0
- package/dist/node_modules/lodash/isArguments.js.map +1 -0
- package/dist/node_modules/lodash/isArray.js +34 -0
- package/dist/node_modules/lodash/isArray.js.map +1 -0
- package/dist/node_modules/lodash/isArrayLike.js +39 -0
- package/dist/node_modules/lodash/isArrayLike.js.map +1 -0
- package/dist/node_modules/lodash/isBuffer.js +51 -0
- package/dist/node_modules/lodash/isBuffer.js.map +1 -0
- package/dist/node_modules/lodash/isFunction.js +43 -0
- package/dist/node_modules/lodash/isFunction.js.map +1 -0
- package/dist/node_modules/lodash/isLength.js +39 -0
- package/dist/node_modules/lodash/isLength.js.map +1 -0
- package/dist/node_modules/lodash/isObject.js +35 -0
- package/dist/node_modules/lodash/isObject.js.map +1 -0
- package/dist/node_modules/lodash/isObjectLike.js +33 -0
- package/dist/node_modules/lodash/isObjectLike.js.map +1 -0
- package/dist/node_modules/lodash/isSymbol.js +35 -0
- package/dist/node_modules/lodash/isSymbol.js.map +1 -0
- package/dist/node_modules/lodash/isTypedArray.js +34 -0
- package/dist/node_modules/lodash/isTypedArray.js.map +1 -0
- package/dist/node_modules/lodash/keys.js +44 -0
- package/dist/node_modules/lodash/keys.js.map +1 -0
- package/dist/node_modules/lodash/memoize.js +78 -0
- package/dist/node_modules/lodash/memoize.js.map +1 -0
- package/dist/node_modules/lodash/noop.js +21 -0
- package/dist/node_modules/lodash/noop.js.map +1 -0
- package/dist/node_modules/lodash/property.js +40 -0
- package/dist/node_modules/lodash/property.js.map +1 -0
- package/dist/node_modules/lodash/stubArray.js +27 -0
- package/dist/node_modules/lodash/stubArray.js.map +1 -0
- package/dist/node_modules/lodash/stubFalse.js +22 -0
- package/dist/node_modules/lodash/stubFalse.js.map +1 -0
- package/dist/node_modules/lodash/toFinite.js +47 -0
- package/dist/node_modules/lodash/toFinite.js.map +1 -0
- package/dist/node_modules/lodash/toInteger.js +41 -0
- package/dist/node_modules/lodash/toInteger.js.map +1 -0
- package/dist/node_modules/lodash/toNumber.js +71 -0
- package/dist/node_modules/lodash/toNumber.js.map +1 -0
- package/dist/node_modules/lodash/toString.js +33 -0
- package/dist/node_modules/lodash/toString.js.map +1 -0
- package/dist/node_modules/lodash/uniqBy.js +40 -0
- package/dist/node_modules/lodash/uniqBy.js.map +1 -0
- package/dist/node_modules/math-intrinsics/abs.js +14 -0
- package/dist/node_modules/math-intrinsics/abs.js.map +1 -0
- package/dist/node_modules/math-intrinsics/floor.js +14 -0
- package/dist/node_modules/math-intrinsics/floor.js.map +1 -0
- package/dist/node_modules/math-intrinsics/isNaN.js +16 -0
- package/dist/node_modules/math-intrinsics/isNaN.js.map +1 -0
- package/dist/node_modules/math-intrinsics/max.js +14 -0
- package/dist/node_modules/math-intrinsics/max.js.map +1 -0
- package/dist/node_modules/math-intrinsics/min.js +14 -0
- package/dist/node_modules/math-intrinsics/min.js.map +1 -0
- package/dist/node_modules/math-intrinsics/pow.js +14 -0
- package/dist/node_modules/math-intrinsics/pow.js.map +1 -0
- package/dist/node_modules/math-intrinsics/round.js +14 -0
- package/dist/node_modules/math-intrinsics/round.js.map +1 -0
- package/dist/node_modules/math-intrinsics/sign.js +23 -0
- package/dist/node_modules/math-intrinsics/sign.js.map +1 -0
- package/dist/node_modules/minimalistic-assert/index.js +14 -0
- package/dist/node_modules/minimalistic-assert/index.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/controls/BaseGroup.js +83 -0
- package/dist/node_modules/motion-dom/dist/es/animation/controls/BaseGroup.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/controls/Group.js +14 -0
- package/dist/node_modules/motion-dom/dist/es/animation/controls/Group.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +18 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +6 -0
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/easing.js +45 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/easing.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +29 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +42 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +77 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +14 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +39 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +21 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +19 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-bezier-definition.js +4 -0
- package/dist/node_modules/motion-dom/dist/es/utils/is-bezier-definition.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +15 -0
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +10 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +16 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +11 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js.map +1 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +7 -0
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js.map +1 -0
- package/dist/node_modules/motion-utils/dist/es/errors.js +19 -0
- package/dist/node_modules/motion-utils/dist/es/errors.js.map +1 -0
- package/dist/node_modules/motion-utils/dist/es/memo.js +12 -0
- package/dist/node_modules/motion-utils/dist/es/memo.js.map +1 -0
- package/dist/node_modules/motion-utils/dist/es/noop.js +5 -0
- package/dist/node_modules/motion-utils/dist/es/noop.js.map +1 -0
- package/dist/node_modules/motion-utils/dist/es/progress.js +20 -0
- package/dist/node_modules/motion-utils/dist/es/progress.js.map +1 -0
- package/dist/node_modules/motion-utils/dist/es/time-conversion.js +13 -0
- package/dist/node_modules/motion-utils/dist/es/time-conversion.js.map +1 -0
- package/dist/node_modules/possible-typed-array-names/index.js +27 -0
- package/dist/node_modules/possible-typed-array-names/index.js.map +1 -0
- package/dist/node_modules/primereact/api/api.esm.js +120 -0
- package/dist/node_modules/primereact/api/api.esm.js.map +1 -0
- package/dist/node_modules/primereact/componentbase/componentbase.esm.js +357 -0
- package/dist/node_modules/primereact/componentbase/componentbase.esm.js.map +1 -0
- package/dist/node_modules/primereact/hooks/hooks.esm.js +276 -0
- package/dist/node_modules/primereact/hooks/hooks.esm.js.map +1 -0
- package/dist/node_modules/primereact/knob/knob.esm.js +388 -0
- package/dist/node_modules/primereact/knob/knob.esm.js.map +1 -0
- package/dist/node_modules/primereact/utils/utils.esm.js +2155 -0
- package/dist/node_modules/primereact/utils/utils.esm.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1326 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +25 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.js +14 -0
- package/dist/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/node_modules/react-chartjs-2/dist/index.js +143 -0
- package/dist/node_modules/react-chartjs-2/dist/index.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js +191 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js +27 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/node_modules/react-is/index.js +14 -0
- package/dist/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/safe-regex-test/index.js +31 -0
- package/dist/node_modules/safe-regex-test/index.js.map +1 -0
- package/dist/node_modules/set-function-length/index.js +58 -0
- package/dist/node_modules/set-function-length/index.js.map +1 -0
- package/dist/node_modules/stylis/src/Enum.js +13 -0
- package/dist/node_modules/stylis/src/Enum.js.map +1 -0
- package/dist/node_modules/stylis/src/Middleware.js +33 -0
- package/dist/node_modules/stylis/src/Middleware.js.map +1 -0
- package/dist/node_modules/stylis/src/Parser.js +194 -0
- package/dist/node_modules/stylis/src/Parser.js.map +1 -0
- package/dist/node_modules/stylis/src/Serializer.js +39 -0
- package/dist/node_modules/stylis/src/Serializer.js.map +1 -0
- package/dist/node_modules/stylis/src/Tokenizer.js +224 -0
- package/dist/node_modules/stylis/src/Tokenizer.js.map +1 -0
- package/dist/node_modules/stylis/src/Utility.js +118 -0
- package/dist/node_modules/stylis/src/Utility.js.map +1 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.js +147 -0
- package/dist/node_modules/swiper/shared/ssr-window.esm.js.map +1 -0
- package/dist/node_modules/swiper/shared/swiper-core.js +3952 -0
- package/dist/node_modules/swiper/shared/swiper-core.js.map +1 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.js +132 -0
- package/dist/node_modules/swiper/shared/update-on-virtual-data.js.map +1 -0
- package/dist/node_modules/swiper/shared/update-swiper.js +233 -0
- package/dist/node_modules/swiper/shared/update-swiper.js.map +1 -0
- package/dist/node_modules/swiper/shared/utils.js +303 -0
- package/dist/node_modules/swiper/shared/utils.js.map +1 -0
- package/dist/node_modules/swiper/swiper-react.js +390 -0
- package/dist/node_modules/swiper/swiper-react.js.map +1 -0
- package/dist/node_modules/tslib/tslib.es6.js +400 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/node_modules/util/support/isBuffer.js +14 -0
- package/dist/node_modules/util/support/isBuffer.js.map +1 -0
- package/dist/node_modules/util/support/types.js +348 -0
- package/dist/node_modules/util/support/types.js.map +1 -0
- package/dist/node_modules/util/util.js +730 -0
- package/dist/node_modules/util/util.js.map +1 -0
- package/dist/node_modules/viem/_esm/constants/unit.js +7 -0
- package/dist/node_modules/viem/_esm/constants/unit.js.map +1 -0
- package/dist/node_modules/viem/_esm/errors/base.js +92 -0
- package/dist/node_modules/viem/_esm/errors/base.js.map +1 -0
- package/dist/node_modules/viem/_esm/errors/unit.js +12 -0
- package/dist/node_modules/viem/_esm/errors/unit.js.map +1 -0
- package/dist/node_modules/viem/_esm/errors/version.js +4 -0
- package/dist/node_modules/viem/_esm/errors/version.js.map +1 -0
- package/dist/node_modules/viem/_esm/utils/unit/parseEther.js +20 -0
- package/dist/node_modules/viem/_esm/utils/unit/parseEther.js.map +1 -0
- package/dist/node_modules/viem/_esm/utils/unit/parseUnits.js +53 -0
- package/dist/node_modules/viem/_esm/utils/unit/parseUnits.js.map +1 -0
- package/dist/node_modules/which-typed-array/index.js +136 -0
- package/dist/node_modules/which-typed-array/index.js.map +1 -0
- package/dist/providers/index.js +63 -0
- package/dist/providers/index.js.map +1 -0
- package/dist/state/abtesting/useCookie.js +40 -0
- package/dist/state/abtesting/useCookie.js.map +1 -0
- package/dist/state/activeView/index.js +40 -0
- package/dist/state/activeView/index.js.map +1 -0
- package/dist/state/allowance/useAllowance.js +139 -0
- package/dist/state/allowance/useAllowance.js.map +1 -0
- package/dist/state/balance/useCurrencyBalance.js +40 -0
- package/dist/state/balance/useCurrencyBalance.js.map +1 -0
- package/dist/state/balance/useCurrencyBalanceSolana.js +43 -0
- package/dist/state/balance/useCurrencyBalanceSolana.js.map +1 -0
- package/dist/state/balance/useUserTokensBalance.js +100 -0
- package/dist/state/balance/useUserTokensBalance.js.map +1 -0
- package/dist/state/bondApiStats/useGetBondApiStats.js +21 -0
- package/dist/state/bondApiStats/useGetBondApiStats.js.map +1 -0
- package/dist/state/bonds/fetchBillsUser.js +157 -0
- package/dist/state/bonds/fetchBillsUser.js.map +1 -0
- package/dist/state/bonds/fetchBillsUserSolana.js +167 -0
- package/dist/state/bonds/fetchBillsUserSolana.js.map +1 -0
- package/dist/state/bonds/useBondsData.js +84 -0
- package/dist/state/bonds/useBondsData.js.map +1 -0
- package/dist/state/bonds/useBondsList.js +35 -0
- package/dist/state/bonds/useBondsList.js.map +1 -0
- package/dist/state/bonds/useBondsListPreTGE.js +36 -0
- package/dist/state/bonds/useBondsListPreTGE.js.map +1 -0
- package/dist/state/bonds/useTierProofSignature.js +46 -0
- package/dist/state/bonds/useTierProofSignature.js.map +1 -0
- package/dist/state/bonds/useUserBonds.js +131 -0
- package/dist/state/bonds/useUserBonds.js.map +1 -0
- package/dist/state/bonds/useUserBondsPreTGE.js +151 -0
- package/dist/state/bonds/useUserBondsPreTGE.js.map +1 -0
- package/dist/state/bonds/utils.js +330 -0
- package/dist/state/bonds/utils.js.map +1 -0
- package/dist/state/chainFilterOption/useChainFilterOption.js +35 -0
- package/dist/state/chainFilterOption/useChainFilterOption.js.map +1 -0
- package/dist/state/favoriteTokens/useFavoriteTokens.js +47 -0
- package/dist/state/favoriteTokens/useFavoriteTokens.js.map +1 -0
- package/dist/state/historicalPrice/useHistoricalPrice.js +26 -0
- package/dist/state/historicalPrice/useHistoricalPrice.js.map +1 -0
- package/dist/state/hotBonds/useHotBonds.js +51 -0
- package/dist/state/hotBonds/useHotBonds.js.map +1 -0
- package/dist/state/popups/usePopups.js +57 -0
- package/dist/state/popups/usePopups.js.map +1 -0
- package/dist/state/price/useCurrencyPrice.js +22 -0
- package/dist/state/price/useCurrencyPrice.js.map +1 -0
- package/dist/state/recommendations/useGetBondRecommendations.js +23 -0
- package/dist/state/recommendations/useGetBondRecommendations.js.map +1 -0
- package/dist/state/slippage/useSlippage.js +40 -0
- package/dist/state/slippage/useSlippage.js.map +1 -0
- package/dist/state/tiers/useTierPoints.js +102 -0
- package/dist/state/tiers/useTierPoints.js.map +1 -0
- package/dist/state/tokenPrices/useTokenPrices.js +36 -0
- package/dist/state/tokenPrices/useTokenPrices.js.map +1 -0
- package/dist/state/useSDKConfig.js +39 -0
- package/dist/state/useSDKConfig.js.map +1 -0
- package/dist/state/zap/getChainParam.js +58 -0
- package/dist/state/zap/getChainParam.js.map +1 -0
- package/dist/state/zap/useJupiterSolanaQuote.js +128 -0
- package/dist/state/zap/useJupiterSolanaQuote.js.map +1 -0
- package/dist/state/zap/useSoulZapBondQuote.js +168 -0
- package/dist/state/zap/useSoulZapBondQuote.js.map +1 -0
- package/dist/theme/base.js +125 -0
- package/dist/theme/base.js.map +1 -0
- package/dist/theme/colors.js +25 -0
- package/dist/theme/colors.js.map +1 -0
- package/dist/theme/components.js +321 -0
- package/dist/theme/components.js.map +1 -0
- package/dist/theme/index.js +8 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/types/bondCodec.js +24 -0
- package/dist/types/bondCodec.js.map +1 -0
- package/dist/types/bondIssuanceCodec.js +32 -0
- package/dist/types/bondIssuanceCodec.js.map +1 -0
- package/dist/types/bondPricingCodec.js +22 -0
- package/dist/types/bondPricingCodec.js.map +1 -0
- package/dist/types/bondTermCodec.js +24 -0
- package/dist/types/bondTermCodec.js.map +1 -0
- package/dist/utils/calculateSolanaTrueBillPrice.js +71 -0
- package/dist/utils/calculateSolanaTrueBillPrice.js.map +1 -0
- package/dist/utils/campaignStyles.js +54 -0
- package/dist/utils/campaignStyles.js.map +1 -0
- package/dist/utils/convertToTokenValue.js +27 -0
- package/dist/utils/convertToTokenValue.js.map +1 -0
- package/dist/utils/dates/formatDate.js +16 -0
- package/dist/utils/dates/formatDate.js.map +1 -0
- package/dist/utils/derivePda.js +9 -0
- package/dist/utils/derivePda.js.map +1 -0
- package/dist/utils/displayHelpers.js +238 -0
- package/dist/utils/displayHelpers.js.map +1 -0
- package/dist/utils/formatNumber.js +52 -0
- package/dist/utils/formatNumber.js.map +1 -0
- package/dist/utils/getBalanceNumber.js +11 -0
- package/dist/utils/getBalanceNumber.js.map +1 -0
- package/dist/utils/getDotPos.js +12 -0
- package/dist/utils/getDotPos.js.map +1 -0
- package/dist/utils/getNativeTicker.js +21 -0
- package/dist/utils/getNativeTicker.js.map +1 -0
- package/dist/utils/getSolanaAccount.js +116 -0
- package/dist/utils/getSolanaAccount.js.map +1 -0
- package/dist/utils/getTimePeriods.js +67 -0
- package/dist/utils/getTimePeriods.js.map +1 -0
- package/dist/utils/index.js +16 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/multicall.js +49 -0
- package/dist/utils/multicall.js.map +1 -0
- package/dist/utils/numbers.js +7 -0
- package/dist/utils/numbers.js.map +1 -0
- package/dist/utils/remove0xPrefix.js +9 -0
- package/dist/utils/remove0xPrefix.js.map +1 -0
- package/dist/utils/reportError.js +31 -0
- package/dist/utils/reportError.js.map +1 -0
- package/dist/utils/roundNumber.js +16 -0
- package/dist/utils/roundNumber.js.map +1 -0
- package/dist/utils/solanaAtaHelper.js +40 -0
- package/dist/utils/solanaAtaHelper.js.map +1 -0
- package/dist/utils/solanaMulticall.js +44 -0
- package/dist/utils/solanaMulticall.js.map +1 -0
- package/dist/utils/solanaRpc.js +13 -0
- package/dist/utils/solanaRpc.js.map +1 -0
- package/dist/utils/track.js +7 -0
- package/dist/utils/track.js.map +1 -0
- package/dist/views/Bonds/Bonds.js +196 -0
- package/dist/views/Bonds/Bonds.js.map +1 -0
- package/dist/views/Bonds/components/BondRows/ActiveBondRows.js +66 -0
- package/dist/views/Bonds/components/BondRows/ActiveBondRows.js.map +1 -0
- package/dist/views/Bonds/components/BondRows/BondRow.js +70 -0
- package/dist/views/Bonds/components/BondRows/BondRow.js.map +1 -0
- package/dist/views/Bonds/components/BondRows/ChainTitle.js +39 -0
- package/dist/views/Bonds/components/BondRows/ChainTitle.js.map +1 -0
- package/dist/views/Bonds/components/BondRows/ModalHandler.js +104 -0
- package/dist/views/Bonds/components/BondRows/ModalHandler.js.map +1 -0
- package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.js +39 -0
- package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.js.map +1 -0
- package/dist/views/Bonds/components/BondRows/SoldOutRows.js +43 -0
- package/dist/views/Bonds/components/BondRows/SoldOutRows.js.map +1 -0
- package/dist/views/Bonds/components/BondsMenu/BondsMenu.js +36 -0
- package/dist/views/Bonds/components/BondsMenu/BondsMenu.js.map +1 -0
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.js +59 -0
- package/dist/views/Bonds/components/BonusComponents/BonusComponent.js.map +1 -0
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.js +11 -0
- package/dist/views/Bonds/components/BonusComponents/BonusContainer.js.map +1 -0
- package/dist/views/Bonds/components/BonusComponents/BonusTable.js +57 -0
- package/dist/views/Bonds/components/BonusComponents/BonusTable.js.map +1 -0
- package/dist/views/Bonds/components/BuyAgainRow/index.js +83 -0
- package/dist/views/Bonds/components/BuyAgainRow/index.js.map +1 -0
- package/dist/views/Bonds/components/ChainBanner/ChainBanner.js +84 -0
- package/dist/views/Bonds/components/ChainBanner/ChainBanner.js.map +1 -0
- package/dist/views/Bonds/components/CheckURL/index.js +44 -0
- package/dist/views/Bonds/components/CheckURL/index.js.map +1 -0
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.js +54 -0
- package/dist/views/Bonds/components/HotBondCards/HotBondCard.js.map +1 -0
- package/dist/views/Bonds/components/HotBondCards/index.js +78 -0
- package/dist/views/Bonds/components/HotBondCards/index.js.map +1 -0
- package/dist/views/Bonds/components/HotBondCards/styles.js +47 -0
- package/dist/views/Bonds/components/HotBondCards/styles.js.map +1 -0
- package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js +37 -0
- package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js.map +1 -0
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js +27 -0
- package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js.map +1 -0
- package/dist/views/Bonds/components/RecommendationCards/index.js +84 -0
- package/dist/views/Bonds/components/RecommendationCards/index.js.map +1 -0
- package/dist/views/Bonds/components/RecommendationCards/styles.js +24 -0
- package/dist/views/Bonds/components/RecommendationCards/styles.js.map +1 -0
- package/dist/views/Bonds/index.js +12 -0
- package/dist/views/Bonds/index.js.map +1 -0
- package/dist/views/Bonds/utils.js +149 -0
- package/dist/views/Bonds/utils.js.map +1 -0
- package/dist/views/BuyBond/BuyBondModal.js +26 -0
- package/dist/views/BuyBond/BuyBondModal.js.map +1 -0
- package/dist/views/BuyBond/BuyComponent.js +425 -0
- package/dist/views/BuyBond/BuyComponent.js.map +1 -0
- package/dist/views/BuyBond/BuyComponentPreTGE.js +154 -0
- package/dist/views/BuyBond/BuyComponentPreTGE.js.map +1 -0
- package/dist/views/BuyBond/BuyComponentSolana.js +641 -0
- package/dist/views/BuyBond/BuyComponentSolana.js.map +1 -0
- package/dist/views/BuyBond/ParticipationSuccessful.js +78 -0
- package/dist/views/BuyBond/ParticipationSuccessful.js.map +1 -0
- package/dist/views/BuyBond/components/BondCards/BondCards.js +92 -0
- package/dist/views/BuyBond/components/BondCards/BondCards.js.map +1 -0
- package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js +74 -0
- package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js.map +1 -0
- package/dist/views/BuyBond/components/BondModalHeader.js +95 -0
- package/dist/views/BuyBond/components/BondModalHeader.js.map +1 -0
- package/dist/views/BuyBond/components/BondModalMinTierHeader.js +35 -0
- package/dist/views/BuyBond/components/BondModalMinTierHeader.js.map +1 -0
- package/dist/views/BuyBond/components/Estimations.js +68 -0
- package/dist/views/BuyBond/components/Estimations.js.map +1 -0
- package/dist/views/BuyBond/components/ExpandedViewButton.js +37 -0
- package/dist/views/BuyBond/components/ExpandedViewButton.js.map +1 -0
- package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js +71 -0
- package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js.map +1 -0
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js +55 -0
- package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js.map +1 -0
- package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js +36 -0
- package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js.map +1 -0
- package/dist/views/BuyBond/components/ProjectDescription.js +38 -0
- package/dist/views/BuyBond/components/ProjectDescription.js.map +1 -0
- package/dist/views/BuyBond/index.js +12 -0
- package/dist/views/BuyBond/index.js.map +1 -0
- package/dist/views/BuyBond/styles.js +33 -0
- package/dist/views/BuyBond/styles.js.map +1 -0
- package/dist/views/FullBondsView/FullBondsView.js +34 -0
- package/dist/views/FullBondsView/FullBondsView.js.map +1 -0
- package/dist/views/FullBondsView/index.js +12 -0
- package/dist/views/FullBondsView/index.js.map +1 -0
- package/dist/views/LifiModal/LifiModal.js +79 -0
- package/dist/views/LifiModal/LifiModal.js.map +1 -0
- package/dist/views/ProjectView/ProjectView.js +72 -0
- package/dist/views/ProjectView/ProjectView.js.map +1 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js +56 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js.map +1 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js +46 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js.map +1 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js +24 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js.map +1 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js +51 -0
- package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js.map +1 -0
- package/dist/views/ProjectView/components/BondLeaderboard/index.js +45 -0
- package/dist/views/ProjectView/components/BondLeaderboard/index.js.map +1 -0
- package/dist/views/ProjectView/components/BondStats/index.js +97 -0
- package/dist/views/ProjectView/components/BondStats/index.js.map +1 -0
- package/dist/views/ProjectView/components/BondStats/styles.js +49 -0
- package/dist/views/ProjectView/components/BondStats/styles.js.map +1 -0
- package/dist/views/ProjectView/components/BondStats/types.js +40 -0
- package/dist/views/ProjectView/components/BondStats/types.js.map +1 -0
- package/dist/views/ProjectView/components/BondStats/utils.js +10 -0
- package/dist/views/ProjectView/components/BondStats/utils.js.map +1 -0
- package/dist/views/ProjectView/components/NavPanel/index.js +32 -0
- package/dist/views/ProjectView/components/NavPanel/index.js.map +1 -0
- package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.js +112 -0
- package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.js.map +1 -0
- package/dist/views/ProjectView/components/PriceChart/components/LineChart.js +100 -0
- package/dist/views/ProjectView/components/PriceChart/components/LineChart.js.map +1 -0
- package/dist/views/ProjectView/components/PriceChart/components/utils.js +20 -0
- package/dist/views/ProjectView/components/PriceChart/components/utils.js.map +1 -0
- package/dist/views/ProjectView/components/PriceChart/index.js +53 -0
- package/dist/views/ProjectView/components/PriceChart/index.js.map +1 -0
- package/dist/views/ProjectView/components/PriceChart/styles.js +44 -0
- package/dist/views/ProjectView/components/PriceChart/styles.js.map +1 -0
- package/dist/views/ProjectView/components/ProjectInfo/index.js +34 -0
- package/dist/views/ProjectView/components/ProjectInfo/index.js.map +1 -0
- package/dist/views/ProjectView/components/ProjectInfo/styles.js +44 -0
- package/dist/views/ProjectView/components/ProjectInfo/styles.js.map +1 -0
- package/dist/views/ProjectView/components/RecommendationCards/index.js +112 -0
- package/dist/views/ProjectView/components/RecommendationCards/index.js.map +1 -0
- package/dist/views/ProjectView/index.js +12 -0
- package/dist/views/ProjectView/index.js.map +1 -0
- package/dist/views/ProjectView/styles.js +9 -0
- package/dist/views/ProjectView/styles.js.map +1 -0
- package/dist/views/SingleBond/SingleBond.js +50 -0
- package/dist/views/SingleBond/SingleBond.js.map +1 -0
- package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js +85 -0
- package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js.map +1 -0
- package/dist/views/SingleBond/index.js +12 -0
- package/dist/views/SingleBond/index.js.map +1 -0
- package/dist/views/TransactionModal/TransactionModal.js +194 -0
- package/dist/views/TransactionModal/TransactionModal.js.map +1 -0
- package/dist/views/YourBonds/YourBonds.js +158 -0
- package/dist/views/YourBonds/YourBonds.js.map +1 -0
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js +133 -0
- package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js.map +1 -0
- package/dist/views/YourBonds/components/ClaimAll/index.js +36 -0
- package/dist/views/YourBonds/components/ClaimAll/index.js.map +1 -0
- package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js +29 -0
- package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js.map +1 -0
- package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js +118 -0
- package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js.map +1 -0
- package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js +151 -0
- package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js.map +1 -0
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js +58 -0
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js.map +1 -0
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js +183 -0
- package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js.map +1 -0
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js +29 -0
- package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js.map +1 -0
- package/dist/views/YourBonds/index.js +12 -0
- package/dist/views/YourBonds/index.js.map +1 -0
- package/dist/views/YourBondsModal/YourBondsModal.js +154 -0
- package/dist/views/YourBondsModal/YourBondsModal.js.map +1 -0
- package/dist/views/YourBondsModal/components/Actions/Actions.js +146 -0
- package/dist/views/YourBondsModal/components/Actions/Actions.js.map +1 -0
- package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js +166 -0
- package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js.map +1 -0
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js +73 -0
- package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js.map +1 -0
- package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js +94 -0
- package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js.map +1 -0
- package/dist/views/YourBondsModal/components/LinkShare/utils.js +57 -0
- package/dist/views/YourBondsModal/components/LinkShare/utils.js.map +1 -0
- package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js +153 -0
- package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js.map +1 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js +39 -0
- package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js.map +1 -0
- package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js +32 -0
- package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js.map +1 -0
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js +47 -0
- package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js.map +1 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.js +88 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.js.map +1 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.js +103 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.js.map +1 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/index.js +45 -0
- package/dist/views/YourBondsModal/components/TransferBondModal/index.js.map +1 -0
- package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js +58 -0
- package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js.map +1 -0
- package/package.json +70 -1
|
@@ -0,0 +1,1078 @@
|
|
|
1
|
+
import { __exports as types } from '../../../../../_virtual/index4.js';
|
|
2
|
+
|
|
3
|
+
var hasRequiredTypes;
|
|
4
|
+
|
|
5
|
+
function requireTypes () {
|
|
6
|
+
if (hasRequiredTypes) return types;
|
|
7
|
+
hasRequiredTypes = 1;
|
|
8
|
+
(function (exports$1) {
|
|
9
|
+
var _a,
|
|
10
|
+
_b,
|
|
11
|
+
_c,
|
|
12
|
+
_d,
|
|
13
|
+
_e,
|
|
14
|
+
_f,
|
|
15
|
+
_g,
|
|
16
|
+
_h,
|
|
17
|
+
_j,
|
|
18
|
+
_k,
|
|
19
|
+
_l,
|
|
20
|
+
_m,
|
|
21
|
+
_o,
|
|
22
|
+
_p,
|
|
23
|
+
_q,
|
|
24
|
+
_r,
|
|
25
|
+
_s,
|
|
26
|
+
_t,
|
|
27
|
+
_u,
|
|
28
|
+
_v,
|
|
29
|
+
_w,
|
|
30
|
+
_x,
|
|
31
|
+
_y,
|
|
32
|
+
_z,
|
|
33
|
+
_0,
|
|
34
|
+
_1,
|
|
35
|
+
_2,
|
|
36
|
+
_3,
|
|
37
|
+
_4,
|
|
38
|
+
_5,
|
|
39
|
+
_6,
|
|
40
|
+
_7,
|
|
41
|
+
_8,
|
|
42
|
+
_9,
|
|
43
|
+
_10,
|
|
44
|
+
_11,
|
|
45
|
+
_12,
|
|
46
|
+
_13,
|
|
47
|
+
_14,
|
|
48
|
+
_15,
|
|
49
|
+
_16,
|
|
50
|
+
_17,
|
|
51
|
+
_18,
|
|
52
|
+
_19,
|
|
53
|
+
_20,
|
|
54
|
+
_21,
|
|
55
|
+
_22,
|
|
56
|
+
_23,
|
|
57
|
+
_24,
|
|
58
|
+
_25,
|
|
59
|
+
_26,
|
|
60
|
+
_27,
|
|
61
|
+
_28,
|
|
62
|
+
_29;
|
|
63
|
+
var _30,
|
|
64
|
+
_31,
|
|
65
|
+
_32,
|
|
66
|
+
_33,
|
|
67
|
+
_34,
|
|
68
|
+
_35,
|
|
69
|
+
_36,
|
|
70
|
+
_37,
|
|
71
|
+
_38,
|
|
72
|
+
_39,
|
|
73
|
+
_40,
|
|
74
|
+
_41,
|
|
75
|
+
_42,
|
|
76
|
+
_43,
|
|
77
|
+
_44,
|
|
78
|
+
_45,
|
|
79
|
+
_46,
|
|
80
|
+
_47,
|
|
81
|
+
_48,
|
|
82
|
+
_49,
|
|
83
|
+
_50,
|
|
84
|
+
_51,
|
|
85
|
+
_52,
|
|
86
|
+
_53,
|
|
87
|
+
_54,
|
|
88
|
+
_55,
|
|
89
|
+
_56,
|
|
90
|
+
_57,
|
|
91
|
+
_58,
|
|
92
|
+
_59,
|
|
93
|
+
_60,
|
|
94
|
+
_61,
|
|
95
|
+
_62,
|
|
96
|
+
_63,
|
|
97
|
+
_64,
|
|
98
|
+
_65,
|
|
99
|
+
_66,
|
|
100
|
+
_67,
|
|
101
|
+
_68,
|
|
102
|
+
_69,
|
|
103
|
+
_70,
|
|
104
|
+
_71,
|
|
105
|
+
_72,
|
|
106
|
+
_73,
|
|
107
|
+
_74,
|
|
108
|
+
_75,
|
|
109
|
+
_76,
|
|
110
|
+
_77,
|
|
111
|
+
_78,
|
|
112
|
+
_79,
|
|
113
|
+
_80,
|
|
114
|
+
_81,
|
|
115
|
+
_82,
|
|
116
|
+
_83,
|
|
117
|
+
_84,
|
|
118
|
+
_85,
|
|
119
|
+
_86,
|
|
120
|
+
_87,
|
|
121
|
+
_88,
|
|
122
|
+
_89,
|
|
123
|
+
_90,
|
|
124
|
+
_91,
|
|
125
|
+
_92,
|
|
126
|
+
_93,
|
|
127
|
+
_94,
|
|
128
|
+
_95,
|
|
129
|
+
_96,
|
|
130
|
+
_97,
|
|
131
|
+
_98,
|
|
132
|
+
_99,
|
|
133
|
+
_100,
|
|
134
|
+
_101,
|
|
135
|
+
_102,
|
|
136
|
+
_103,
|
|
137
|
+
_104,
|
|
138
|
+
_105,
|
|
139
|
+
_106,
|
|
140
|
+
_107,
|
|
141
|
+
_108,
|
|
142
|
+
_109,
|
|
143
|
+
_110,
|
|
144
|
+
_111,
|
|
145
|
+
_112,
|
|
146
|
+
_113;
|
|
147
|
+
Object.defineProperty(exports$1, '__esModule', { value: true });
|
|
148
|
+
exports$1.dexToZapMapping =
|
|
149
|
+
exports$1.defaultDexFactories =
|
|
150
|
+
exports$1.dexFactories =
|
|
151
|
+
exports$1.VaultVersion =
|
|
152
|
+
exports$1.MarketingCampaign =
|
|
153
|
+
exports$1.LaunchBondTiers =
|
|
154
|
+
exports$1.MigrationVestingTerms =
|
|
155
|
+
exports$1.defaultBillArtCollection =
|
|
156
|
+
exports$1.BillArtCollection =
|
|
157
|
+
exports$1.BillVersion =
|
|
158
|
+
exports$1.Protocols =
|
|
159
|
+
exports$1.ProtocolsWithWrapper =
|
|
160
|
+
exports$1.Wrappers =
|
|
161
|
+
exports$1.PriceApiProtocols =
|
|
162
|
+
exports$1.ZapVersion =
|
|
163
|
+
exports$1.IchiSupportedDex =
|
|
164
|
+
exports$1.LiquidityDex =
|
|
165
|
+
exports$1.ChainId =
|
|
166
|
+
exports$1.PoolCategory =
|
|
167
|
+
exports$1.QuoteToken =
|
|
168
|
+
void 0;
|
|
169
|
+
(function (QuoteToken) {
|
|
170
|
+
QuoteToken['BNB'] = 'BNB';
|
|
171
|
+
QuoteToken['BANANA'] = 'BANANA';
|
|
172
|
+
QuoteToken['BUSD'] = 'BUSD';
|
|
173
|
+
QuoteToken['TWT'] = 'TWT';
|
|
174
|
+
QuoteToken['UST'] = 'UST';
|
|
175
|
+
QuoteToken['ETH'] = 'ETH';
|
|
176
|
+
QuoteToken['USDT'] = 'USDT';
|
|
177
|
+
})((exports$1.QuoteToken || (exports$1.QuoteToken = {})));
|
|
178
|
+
(function (PoolCategory) {
|
|
179
|
+
PoolCategory['COMMUNITY'] = 'Community';
|
|
180
|
+
PoolCategory['APEZONE'] = 'ApeZone';
|
|
181
|
+
PoolCategory['CORE'] = 'Core';
|
|
182
|
+
PoolCategory['REAL_YIELD'] = 'Real Yield';
|
|
183
|
+
PoolCategory['JUNGLE'] = 'Jungle';
|
|
184
|
+
})((exports$1.PoolCategory || (exports$1.PoolCategory = {})));
|
|
185
|
+
var ChainId
|
|
186
|
+
;(function (ChainId) {
|
|
187
|
+
ChainId[(ChainId['MAINNET'] = 1)] = 'MAINNET';
|
|
188
|
+
ChainId[(ChainId['MATIC'] = 137)] = 'MATIC';
|
|
189
|
+
ChainId[(ChainId['MATIC_TESTNET'] = 80001)] = 'MATIC_TESTNET';
|
|
190
|
+
ChainId[(ChainId['BSC'] = 56)] = 'BSC';
|
|
191
|
+
ChainId[(ChainId['BSC_TESTNET'] = 97)] = 'BSC_TESTNET';
|
|
192
|
+
ChainId[(ChainId['TLOS'] = 40)] = 'TLOS';
|
|
193
|
+
ChainId[(ChainId['ARBITRUM'] = 42161)] = 'ARBITRUM';
|
|
194
|
+
ChainId[(ChainId['INEVM_TESTNET'] = 2424)] = 'INEVM_TESTNET';
|
|
195
|
+
ChainId[(ChainId['INEVM'] = 2525)] = 'INEVM';
|
|
196
|
+
ChainId[(ChainId['SEPOLIA'] = 11155111)] = 'SEPOLIA';
|
|
197
|
+
ChainId[(ChainId['LINEA'] = 59144)] = 'LINEA';
|
|
198
|
+
ChainId[(ChainId['LIGHTLINK'] = 1890)] = 'LIGHTLINK';
|
|
199
|
+
ChainId[(ChainId['IOTA_TESTNET'] = 1075)] = 'IOTA_TESTNET';
|
|
200
|
+
ChainId[(ChainId['IOTA'] = 8822)] = 'IOTA';
|
|
201
|
+
ChainId[(ChainId['BASE'] = 8453)] = 'BASE';
|
|
202
|
+
ChainId[(ChainId['CAMP_TESTNET'] = 325000)] = 'CAMP_TESTNET';
|
|
203
|
+
ChainId[(ChainId['GRAPHLINQ'] = 614)] = 'GRAPHLINQ';
|
|
204
|
+
ChainId[(ChainId['AVAX'] = 43114)] = 'AVAX';
|
|
205
|
+
ChainId[(ChainId['BLAST'] = 81457)] = 'BLAST';
|
|
206
|
+
ChainId[(ChainId['SINGULARITY_TESTNET'] = 751)] = 'SINGULARITY_TESTNET';
|
|
207
|
+
ChainId[(ChainId['CROSSFI'] = 4158)] = 'CROSSFI';
|
|
208
|
+
ChainId[(ChainId['SONIC'] = 146)] = 'SONIC';
|
|
209
|
+
ChainId[(ChainId['MONAD_TESTNET'] = 10143)] = 'MONAD_TESTNET';
|
|
210
|
+
ChainId[(ChainId['SOL'] = 7565164)] = 'SOL';
|
|
211
|
+
ChainId[(ChainId['BERACHAIN'] = 80094)] = 'BERACHAIN';
|
|
212
|
+
ChainId[(ChainId['KATANA_TESTNET'] = 129399)] = 'KATANA_TESTNET';
|
|
213
|
+
ChainId[(ChainId['KATANA'] = 747474)] = 'KATANA';
|
|
214
|
+
ChainId[(ChainId['UNICHAIN'] = 130)] = 'UNICHAIN';
|
|
215
|
+
ChainId[(ChainId['MEGAETH_TESTNET'] = 6342)] = 'MEGAETH_TESTNET';
|
|
216
|
+
ChainId[(ChainId['SEI'] = 1329)] = 'SEI';
|
|
217
|
+
ChainId[(ChainId['MONAD'] = 143)] = 'MONAD';
|
|
218
|
+
ChainId[(ChainId['HYPEREVM'] = 999)] = 'HYPEREVM';
|
|
219
|
+
})((ChainId = exports$1.ChainId || (exports$1.ChainId = {})));
|
|
220
|
+
var LiquidityDex
|
|
221
|
+
;(function (LiquidityDex) {
|
|
222
|
+
LiquidityDex['ApeSwapV2'] = 'ApeSwapV2';
|
|
223
|
+
LiquidityDex['ApeSwapV3'] = 'ApeSwapV3';
|
|
224
|
+
LiquidityDex['PancakeSwapV2'] = 'PancakeSwapV2';
|
|
225
|
+
LiquidityDex['PancakeSwapV3'] = 'PancakeSwapV3';
|
|
226
|
+
LiquidityDex['SushiSwapV2'] = 'SushiSwapV2';
|
|
227
|
+
LiquidityDex['SushiSwapV3'] = 'SushiSwapV3';
|
|
228
|
+
LiquidityDex['UniswapV2'] = 'UniswapV2';
|
|
229
|
+
LiquidityDex['ThenaV1'] = 'ThenaV1';
|
|
230
|
+
/**
|
|
231
|
+
* Initially, LiquidityDex was for the price getter and that checks algebra pricing
|
|
232
|
+
* (gamma wraps over it so no pricing there).
|
|
233
|
+
* Now we use it for zapVersion as well where Gamma is better.
|
|
234
|
+
*/
|
|
235
|
+
LiquidityDex['Algebra'] = 'Algebra';
|
|
236
|
+
LiquidityDex['QuickswapV2'] = 'QuickswapV2';
|
|
237
|
+
LiquidityDex['UniswapV3'] = 'UniswapV3';
|
|
238
|
+
LiquidityDex['Curve'] = 'Curve';
|
|
239
|
+
LiquidityDex['Wagmi'] = 'Wagmi';
|
|
240
|
+
LiquidityDex['LFJ'] = 'LFJ';
|
|
241
|
+
LiquidityDex['External'] = 'External';
|
|
242
|
+
//Linea
|
|
243
|
+
LiquidityDex['Spartadex'] = 'Spartadex';
|
|
244
|
+
LiquidityDex['Nile'] = 'Nile';
|
|
245
|
+
LiquidityDex['XFAI'] = 'XFAI';
|
|
246
|
+
LiquidityDex['Lynex'] = 'Lynex';
|
|
247
|
+
LiquidityDex['Metavault'] = 'Metavault';
|
|
248
|
+
//LightLink
|
|
249
|
+
LiquidityDex['Elektrik'] = 'Elektrik';
|
|
250
|
+
//Base
|
|
251
|
+
LiquidityDex['Synthswap'] = 'Synthswap';
|
|
252
|
+
LiquidityDex['Aerodrome'] = 'Aerodrome';
|
|
253
|
+
LiquidityDex['SmarDex'] = 'SmarDex';
|
|
254
|
+
LiquidityDex['TrebleSwapV2'] = 'TrebleSwap V2';
|
|
255
|
+
LiquidityDex['TrebleAlgebraIntegral'] = 'Treble Algebra Integral';
|
|
256
|
+
LiquidityDex['HydrexSolidly'] = 'Hydrex Solidly';
|
|
257
|
+
LiquidityDex['HydrexIntegral'] = 'Hydrex Integral';
|
|
258
|
+
//IOTA
|
|
259
|
+
LiquidityDex['MagicSea'] = 'MagicSea';
|
|
260
|
+
//ARBITRUM
|
|
261
|
+
LiquidityDex['CamelotV2'] = 'Camelotv2';
|
|
262
|
+
//AVALANCHE
|
|
263
|
+
LiquidityDex['Pharaoh'] = 'Pharaoh';
|
|
264
|
+
LiquidityDex['Pangolin'] = 'Pangolin';
|
|
265
|
+
LiquidityDex['BlackHole'] = 'BlackHole';
|
|
266
|
+
//BLAST
|
|
267
|
+
LiquidityDex['ThrusterV2_03'] = 'ThrusterV2_03';
|
|
268
|
+
LiquidityDex['ThrusterV2_1'] = 'ThrusterV2_1';
|
|
269
|
+
LiquidityDex['ThrusterV3'] = 'ThrusterV3';
|
|
270
|
+
//SINGULARITY TESTNET
|
|
271
|
+
LiquidityDex['Citea'] = 'Citea';
|
|
272
|
+
//CROSSFI
|
|
273
|
+
LiquidityDex['XSwap'] = 'XSwap';
|
|
274
|
+
//SONIC
|
|
275
|
+
LiquidityDex['ShadowExchange'] = 'ShadowExchange';
|
|
276
|
+
// ShadowExchangeV3 = 'ShadowExchangeV3',
|
|
277
|
+
LiquidityDex['SwapX'] = 'SwapX';
|
|
278
|
+
LiquidityDex['SwapXAlgebraIntegral'] = 'SwapXAlgebraIntegral';
|
|
279
|
+
LiquidityDex['Equalizer'] = 'Equalizer';
|
|
280
|
+
//BERACHAIN
|
|
281
|
+
LiquidityDex['KodiakV2'] = 'KodiakV2';
|
|
282
|
+
LiquidityDex['KodiakV3'] = 'KodiakV3';
|
|
283
|
+
//HYPEREVM
|
|
284
|
+
LiquidityDex['HybraFinance'] = 'HybraFinance';
|
|
285
|
+
LiquidityDex['PRJX'] = 'PRJX';
|
|
286
|
+
})((LiquidityDex = exports$1.LiquidityDex || (exports$1.LiquidityDex = {})));
|
|
287
|
+
(function (IchiSupportedDex) {
|
|
288
|
+
IchiSupportedDex['Ascent'] = 'Ascent';
|
|
289
|
+
IchiSupportedDex['Blueprint'] = 'Blueprint';
|
|
290
|
+
IchiSupportedDex['Cleo'] = 'Cleo';
|
|
291
|
+
IchiSupportedDex['Equalizer'] = 'Equalizer';
|
|
292
|
+
IchiSupportedDex['Fenix'] = 'Fenix';
|
|
293
|
+
IchiSupportedDex['Forge'] = 'Forge';
|
|
294
|
+
IchiSupportedDex['Henjin'] = 'Henjin';
|
|
295
|
+
IchiSupportedDex['Kinetix'] = 'Kinetix';
|
|
296
|
+
IchiSupportedDex['Linehub'] = 'Linehub';
|
|
297
|
+
IchiSupportedDex['Lynex'] = 'Lynex';
|
|
298
|
+
IchiSupportedDex['Metavault'] = 'Metavault';
|
|
299
|
+
IchiSupportedDex['Nile'] = 'Nile';
|
|
300
|
+
IchiSupportedDex['Pancakeswap'] = 'PancakeSwap';
|
|
301
|
+
IchiSupportedDex['Quickswap'] = 'QuickSwap';
|
|
302
|
+
IchiSupportedDex['Ramses'] = 'Ramses';
|
|
303
|
+
IchiSupportedDex['Retro'] = 'Retro';
|
|
304
|
+
IchiSupportedDex['SaucerSwap'] = 'SaucerSwap';
|
|
305
|
+
IchiSupportedDex['SpiritSwap'] = 'SpiritSwap';
|
|
306
|
+
IchiSupportedDex['Sushiswap'] = 'SushiSwap';
|
|
307
|
+
IchiSupportedDex['Thena'] = 'Thena';
|
|
308
|
+
IchiSupportedDex['Thirdfy'] = 'Thirdfy';
|
|
309
|
+
IchiSupportedDex['UniswapV3'] = 'Uniswap V3';
|
|
310
|
+
IchiSupportedDex['Velocore'] = 'Velocore';
|
|
311
|
+
IchiSupportedDex['XSwap'] = 'XSwap';
|
|
312
|
+
})((exports$1.IchiSupportedDex || (exports$1.IchiSupportedDex = {})));
|
|
313
|
+
var ZapVersion
|
|
314
|
+
;(function (ZapVersion) {
|
|
315
|
+
ZapVersion['External'] = 'External';
|
|
316
|
+
ZapVersion['ZapV1'] = 'ZapV1';
|
|
317
|
+
ZapVersion['Wido'] = 'Wido';
|
|
318
|
+
ZapVersion['SoulZap'] = 'SoulZap';
|
|
319
|
+
ZapVersion['SoulZapApi'] = 'SoulZapApi';
|
|
320
|
+
})((ZapVersion = exports$1.ZapVersion || (exports$1.ZapVersion = {})));
|
|
321
|
+
//Price API Protocols
|
|
322
|
+
var PriceApiProtocols
|
|
323
|
+
;(function (PriceApiProtocols) {
|
|
324
|
+
PriceApiProtocols[(PriceApiProtocols['UniV2'] = 0)] = 'UniV2';
|
|
325
|
+
PriceApiProtocols[(PriceApiProtocols['UniV3'] = 1)] = 'UniV3';
|
|
326
|
+
PriceApiProtocols[(PriceApiProtocols['UniV4'] = 2)] = 'UniV4';
|
|
327
|
+
PriceApiProtocols[(PriceApiProtocols['Algebra'] = 3)] = 'Algebra';
|
|
328
|
+
PriceApiProtocols[(PriceApiProtocols['AlgebraIntegral'] = 4)] = 'AlgebraIntegral';
|
|
329
|
+
PriceApiProtocols[(PriceApiProtocols['Solidly'] = 5)] = 'Solidly';
|
|
330
|
+
PriceApiProtocols[(PriceApiProtocols['Curve'] = 6)] = 'Curve';
|
|
331
|
+
})((PriceApiProtocols = exports$1.PriceApiProtocols || (exports$1.PriceApiProtocols = {})));
|
|
332
|
+
(function (Wrappers) {
|
|
333
|
+
Wrappers[(Wrappers['Gamma'] = 0)] = 'Gamma';
|
|
334
|
+
Wrappers[(Wrappers['Ichi'] = 1)] = 'Ichi';
|
|
335
|
+
Wrappers[(Wrappers['Steer'] = 2)] = 'Steer';
|
|
336
|
+
})((exports$1.Wrappers || (exports$1.Wrappers = {})));
|
|
337
|
+
exports$1.ProtocolsWithWrapper = [
|
|
338
|
+
PriceApiProtocols.UniV3,
|
|
339
|
+
PriceApiProtocols.UniV4,
|
|
340
|
+
PriceApiProtocols.Algebra,
|
|
341
|
+
PriceApiProtocols.AlgebraIntegral,
|
|
342
|
+
];
|
|
343
|
+
//Protocols
|
|
344
|
+
var Protocols
|
|
345
|
+
;(function (Protocols) {
|
|
346
|
+
Protocols[(Protocols['Both'] = 1)] = 'Both';
|
|
347
|
+
Protocols[(Protocols['V2'] = 2)] = 'V2';
|
|
348
|
+
Protocols[(Protocols['V3'] = 3)] = 'V3';
|
|
349
|
+
Protocols[(Protocols['Algebra'] = 4)] = 'Algebra';
|
|
350
|
+
Protocols[(Protocols['Gamma'] = 5)] = 'Gamma';
|
|
351
|
+
Protocols[(Protocols['Steer'] = 6)] = 'Steer';
|
|
352
|
+
Protocols[(Protocols['Solidly'] = 7)] = 'Solidly';
|
|
353
|
+
Protocols[(Protocols['XFAI'] = 8)] = 'XFAI';
|
|
354
|
+
Protocols[(Protocols['Curve'] = 9)] = 'Curve';
|
|
355
|
+
Protocols[(Protocols['AlgebraIntegral'] = 10)] = 'AlgebraIntegral';
|
|
356
|
+
})((Protocols = exports$1.Protocols || (exports$1.Protocols = {})));
|
|
357
|
+
(function (BillVersion) {
|
|
358
|
+
BillVersion['V1'] = 'V1';
|
|
359
|
+
BillVersion['V2'] = 'V2';
|
|
360
|
+
BillVersion['V3'] = 'V3';
|
|
361
|
+
BillVersion['V4'] = 'V4';
|
|
362
|
+
BillVersion['FixedPrice'] = 'FixedPrice';
|
|
363
|
+
BillVersion['TieredSale'] = 'TieredSale';
|
|
364
|
+
BillVersion['FlashTieredSale'] = 'FlashTieredSale';
|
|
365
|
+
})((exports$1.BillVersion || (exports$1.BillVersion = {})));
|
|
366
|
+
/**
|
|
367
|
+
* This enum defines the art collection used to generate the art for a bill (bond).
|
|
368
|
+
*
|
|
369
|
+
* NOTE: Collections start at 1. The collection number provides a method to make new releases around
|
|
370
|
+
* the same theme or project.
|
|
371
|
+
*/
|
|
372
|
+
var BillArtCollection
|
|
373
|
+
;(function (BillArtCollection) {
|
|
374
|
+
BillArtCollection['ApeSwap_Collection1'] = 'ApeSwap_Collection1';
|
|
375
|
+
BillArtCollection['Quickswap_Collection1'] = 'Quickswap_Collection1';
|
|
376
|
+
BillArtCollection['ApeBond_Collection1'] = 'ApeBond_Collection1';
|
|
377
|
+
BillArtCollection['CexFundBond_Collection1'] = 'CexFundBond_Collection1';
|
|
378
|
+
BillArtCollection['PlanetIX_Collection1'] = 'PlanetIX_Collection1';
|
|
379
|
+
BillArtCollection['ETH_Collection1'] = 'ETH_Collection1';
|
|
380
|
+
BillArtCollection['inEVM_Collection1'] = 'inEVM_Collection1';
|
|
381
|
+
BillArtCollection['AITECH_Collection1'] = 'AITECH_Collection1';
|
|
382
|
+
BillArtCollection['GPT_Collection1'] = 'GPT_Collection1';
|
|
383
|
+
BillArtCollection['GoldenTicket_Collection1'] = 'GoldenTicket_Collection1';
|
|
384
|
+
BillArtCollection['Berachain_Collection1'] = 'Berachain_Collection1';
|
|
385
|
+
BillArtCollection['HotBondingSummer_Collection1'] = 'HotBondingSummer_Collection1';
|
|
386
|
+
BillArtCollection['Solana_Collection1'] = 'Solana_Collection1';
|
|
387
|
+
BillArtCollection['GooMoney_Collection1'] = 'GooMoney_Collection1';
|
|
388
|
+
})((BillArtCollection = exports$1.BillArtCollection || (exports$1.BillArtCollection = {})));
|
|
389
|
+
exports$1.defaultBillArtCollection = BillArtCollection.ApeBond_Collection1;
|
|
390
|
+
exports$1.MigrationVestingTerms = {
|
|
391
|
+
'60d': 5184000,
|
|
392
|
+
'120d': 10368000,
|
|
393
|
+
'180d': 15552000,
|
|
394
|
+
'360d': 31104000,
|
|
395
|
+
};
|
|
396
|
+
(function (LaunchBondTiers) {
|
|
397
|
+
LaunchBondTiers[(LaunchBondTiers['Bronze'] = 0)] = 'Bronze';
|
|
398
|
+
LaunchBondTiers[(LaunchBondTiers['Silver'] = 1)] = 'Silver';
|
|
399
|
+
LaunchBondTiers[(LaunchBondTiers['Gold'] = 2)] = 'Gold';
|
|
400
|
+
LaunchBondTiers[(LaunchBondTiers['Diamond'] = 3)] = 'Diamond';
|
|
401
|
+
LaunchBondTiers[(LaunchBondTiers['Legend'] = 4)] = 'Legend';
|
|
402
|
+
LaunchBondTiers[(LaunchBondTiers['Mythical'] = 5)] = 'Mythical';
|
|
403
|
+
})((exports$1.LaunchBondTiers || (exports$1.LaunchBondTiers = {})));
|
|
404
|
+
(function (MarketingCampaign) {
|
|
405
|
+
MarketingCampaign['Christmas2025'] = 'Christmas2025';
|
|
406
|
+
})((exports$1.MarketingCampaign || (exports$1.MarketingCampaign = {})));
|
|
407
|
+
(function (VaultVersion) {
|
|
408
|
+
VaultVersion['V1'] = 'V1';
|
|
409
|
+
VaultVersion['V2'] = 'V2';
|
|
410
|
+
VaultVersion['V3'] = 'V3';
|
|
411
|
+
})((exports$1.VaultVersion || (exports$1.VaultVersion = {})));
|
|
412
|
+
exports$1.dexFactories =
|
|
413
|
+
((_a = {}),
|
|
414
|
+
(_a[ChainId.MAINNET] =
|
|
415
|
+
((_b = {}),
|
|
416
|
+
(_b[LiquidityDex.ApeSwapV2] = {
|
|
417
|
+
factory: '0xBAe5dc9B19004883d0377419FeF3c2C8832d7d7B',
|
|
418
|
+
protocol: Protocols.V2,
|
|
419
|
+
}),
|
|
420
|
+
(_b[LiquidityDex.UniswapV2] = {
|
|
421
|
+
factory: '0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f',
|
|
422
|
+
protocol: Protocols.V2,
|
|
423
|
+
}),
|
|
424
|
+
(_b[LiquidityDex.UniswapV3] = {
|
|
425
|
+
factory: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
|
|
426
|
+
protocol: Protocols.V3,
|
|
427
|
+
}),
|
|
428
|
+
(_b[LiquidityDex.PancakeSwapV2] = {
|
|
429
|
+
factory: '0x1097053Fd2ea711dad45caCcc45EfF7548fCB362',
|
|
430
|
+
protocol: Protocols.V2,
|
|
431
|
+
}),
|
|
432
|
+
_b)),
|
|
433
|
+
(_a[ChainId.BSC] =
|
|
434
|
+
((_c = {}),
|
|
435
|
+
(_c[LiquidityDex.ApeSwapV2] = {
|
|
436
|
+
factory: '0x0841BD0B734E4F5853f0dD8d7Ea041c241fb0Da6',
|
|
437
|
+
protocol: Protocols.V2,
|
|
438
|
+
}),
|
|
439
|
+
(_c[LiquidityDex.PancakeSwapV2] = {
|
|
440
|
+
factory: '0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73',
|
|
441
|
+
protocol: Protocols.V2,
|
|
442
|
+
router: '0x10ED43C718714eb63d5aA57B78B54704E256024E',
|
|
443
|
+
}),
|
|
444
|
+
(_c[LiquidityDex.ApeSwapV3] = {
|
|
445
|
+
factory: '0x7Bc382DdC5928964D7af60e7e2f6299A1eA6F48d',
|
|
446
|
+
protocol: Protocols.V3,
|
|
447
|
+
}),
|
|
448
|
+
(_c[LiquidityDex.UniswapV3] = {
|
|
449
|
+
factory: '0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7',
|
|
450
|
+
protocol: Protocols.V3,
|
|
451
|
+
}),
|
|
452
|
+
(_c[LiquidityDex.PancakeSwapV3] = {
|
|
453
|
+
factory: '0x0BFbCF9fa4f9C56B0F40a671Ad40E0805A091865',
|
|
454
|
+
protocol: Protocols.V3,
|
|
455
|
+
}),
|
|
456
|
+
(_c[LiquidityDex.Algebra] = {
|
|
457
|
+
factory: '0x306F06C147f064A010530292A1EB6737c3e378e4',
|
|
458
|
+
protocol: Protocols.Algebra,
|
|
459
|
+
}),
|
|
460
|
+
(_c[LiquidityDex.ThenaV1] = {
|
|
461
|
+
factory: '0xAFD89d21BdB66d00817d4153E055830B1c2B3970',
|
|
462
|
+
protocol: Protocols.Solidly,
|
|
463
|
+
router: '0xd4ae6eCA985340Dd434D38F470aCCce4DC78D109',
|
|
464
|
+
}),
|
|
465
|
+
_c)),
|
|
466
|
+
(_a[ChainId.MATIC] =
|
|
467
|
+
((_d = {}),
|
|
468
|
+
(_d[LiquidityDex.ApeSwapV2] = {
|
|
469
|
+
factory: '0xcf083be4164828f00cae704ec15a36d711491284',
|
|
470
|
+
protocol: Protocols.V2,
|
|
471
|
+
}),
|
|
472
|
+
(_d[LiquidityDex.QuickswapV2] = {
|
|
473
|
+
factory: '0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32',
|
|
474
|
+
protocol: Protocols.V2,
|
|
475
|
+
}),
|
|
476
|
+
(_d[LiquidityDex.UniswapV3] = {
|
|
477
|
+
factory: '0x1f98431c8ad98523631ae4a59f267346ea31f984',
|
|
478
|
+
protocol: Protocols.V3,
|
|
479
|
+
}),
|
|
480
|
+
(_d[LiquidityDex.Algebra] = {
|
|
481
|
+
factory: '0x411b0facc3489691f28ad58c47006af5e3ab3a28',
|
|
482
|
+
protocol: Protocols.Algebra,
|
|
483
|
+
}),
|
|
484
|
+
(_d[LiquidityDex.SushiSwapV3] = {
|
|
485
|
+
factory: '0x917933899c6a5F8E37F31E19f92CdBFF7e8FF0e2',
|
|
486
|
+
protocol: Protocols.V3,
|
|
487
|
+
}),
|
|
488
|
+
_d)),
|
|
489
|
+
(_a[ChainId.ARBITRUM] =
|
|
490
|
+
((_e = {}),
|
|
491
|
+
(_e[LiquidityDex.ApeSwapV2] = {
|
|
492
|
+
factory: '0xCf083Be4164828f00cAE704EC15a36D711491284',
|
|
493
|
+
protocol: Protocols.V2,
|
|
494
|
+
}),
|
|
495
|
+
(_e[LiquidityDex.UniswapV3] = {
|
|
496
|
+
factory: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
|
|
497
|
+
protocol: Protocols.V3,
|
|
498
|
+
}),
|
|
499
|
+
(_e[LiquidityDex.Algebra] = {
|
|
500
|
+
factory: '0x9C2ABD632771b433E5E7507BcaA41cA3b25D8544',
|
|
501
|
+
protocol: Protocols.Algebra,
|
|
502
|
+
}),
|
|
503
|
+
(_e[LiquidityDex.CamelotV2] = {
|
|
504
|
+
factory: '0x6EcCab422D763aC031210895C81787E87B43A652',
|
|
505
|
+
protocol: Protocols.V2,
|
|
506
|
+
router: '0xc873fEcbd354f5A56E00E710B90EF4201db2448d',
|
|
507
|
+
}),
|
|
508
|
+
(_e[LiquidityDex.Curve] = {
|
|
509
|
+
factory: '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F',
|
|
510
|
+
protocol: Protocols.Curve,
|
|
511
|
+
}),
|
|
512
|
+
(_e[LiquidityDex.PancakeSwapV3] = {
|
|
513
|
+
factory: '0x0BFbCF9fa4f9C56B0F40a671Ad40E0805A091865',
|
|
514
|
+
protocol: Protocols.V3,
|
|
515
|
+
}),
|
|
516
|
+
_e)),
|
|
517
|
+
(_a[ChainId.LINEA] =
|
|
518
|
+
((_f = {}),
|
|
519
|
+
(_f[LiquidityDex.Spartadex] = {
|
|
520
|
+
factory: '0x9E4Fc4a5A0769ba74088856C229c4a1Db2Ea5A9e',
|
|
521
|
+
protocol: Protocols.V2,
|
|
522
|
+
}),
|
|
523
|
+
(_f[LiquidityDex.Nile] = {
|
|
524
|
+
factory: '0xAAA16c016BF556fcD620328f0759252E29b1AB57',
|
|
525
|
+
protocol: Protocols.Solidly,
|
|
526
|
+
}),
|
|
527
|
+
(_f[LiquidityDex.Algebra] = {
|
|
528
|
+
factory: '0x622b2c98123D303ae067DB4925CD6282B3A08D0F',
|
|
529
|
+
protocol: Protocols.Algebra,
|
|
530
|
+
}),
|
|
531
|
+
(_f[LiquidityDex.Lynex] = {
|
|
532
|
+
factory: '0xBc7695Fd00E3b32D08124b7a4287493aEE99f9ee',
|
|
533
|
+
protocol: Protocols.Solidly,
|
|
534
|
+
}),
|
|
535
|
+
(_f[LiquidityDex.XFAI] = {
|
|
536
|
+
factory: '0xa5136eAd459F0E61C99Cec70fe8F5C24cF3ecA26',
|
|
537
|
+
protocol: Protocols.XFAI,
|
|
538
|
+
}),
|
|
539
|
+
(_f[LiquidityDex.Metavault] = {
|
|
540
|
+
factory: '0x9367c561915f9D062aFE3b57B18e30dEC62b8488',
|
|
541
|
+
protocol: Protocols.V3,
|
|
542
|
+
}),
|
|
543
|
+
_f)),
|
|
544
|
+
(_a[ChainId.LIGHTLINK] =
|
|
545
|
+
((_g = {}),
|
|
546
|
+
(_g[LiquidityDex.Elektrik] = {
|
|
547
|
+
factory: '0xEE6099234bbdC793a43676D98Eb6B589ca7112D7',
|
|
548
|
+
protocol: Protocols.V3,
|
|
549
|
+
}),
|
|
550
|
+
_g)),
|
|
551
|
+
(_a[ChainId.BASE] =
|
|
552
|
+
((_h = {}),
|
|
553
|
+
(_h[LiquidityDex.Synthswap] = {
|
|
554
|
+
factory: '0x4bd16d59A5E1E0DB903F724aa9d721a31d7D720D',
|
|
555
|
+
protocol: Protocols.V2,
|
|
556
|
+
}),
|
|
557
|
+
(_h[LiquidityDex.Algebra] = {
|
|
558
|
+
factory: '0xa37359E63D1aa44C0ACb2a4605D3B45785C97eE3',
|
|
559
|
+
protocol: Protocols.Algebra,
|
|
560
|
+
}),
|
|
561
|
+
(_h[LiquidityDex.UniswapV3] = {
|
|
562
|
+
factory: '0x33128a8fC17869897dcE68Ed026d694621f6FDfD',
|
|
563
|
+
protocol: Protocols.V3,
|
|
564
|
+
}),
|
|
565
|
+
(_h[LiquidityDex.Aerodrome] = {
|
|
566
|
+
factory: '0x420DD381b31aEf6683db6B902084cB0FFECe40Da',
|
|
567
|
+
router: '0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43',
|
|
568
|
+
protocol: Protocols.Solidly,
|
|
569
|
+
}),
|
|
570
|
+
(_h[LiquidityDex.SmarDex] = {
|
|
571
|
+
factory: '0xdd4536dD9636564D891c919416880a3e250f975A',
|
|
572
|
+
protocol: Protocols.V2, //SmarDex is not actually a V2. Way of calculating price is similar though
|
|
573
|
+
}),
|
|
574
|
+
(_h[LiquidityDex.UniswapV2] = {
|
|
575
|
+
factory: '0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6',
|
|
576
|
+
router: '0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24',
|
|
577
|
+
protocol: Protocols.V2,
|
|
578
|
+
}),
|
|
579
|
+
(_h[LiquidityDex.HydrexSolidly] = {
|
|
580
|
+
factory: '0xC47F17c4fd96F50eFD2A2448ceDe5C185c084bf0',
|
|
581
|
+
router: '0x8fB6177eb7AC7D9e75DE2D58D8749755D6BD9EA1',
|
|
582
|
+
protocol: Protocols.Solidly,
|
|
583
|
+
}),
|
|
584
|
+
(_h[LiquidityDex.HydrexIntegral] = {
|
|
585
|
+
factory: '0x36077D39cdC65E1e3FB65810430E5b2c4D5fA29E',
|
|
586
|
+
protocol: Protocols.AlgebraIntegral,
|
|
587
|
+
}),
|
|
588
|
+
_h)),
|
|
589
|
+
(_a[ChainId.IOTA] =
|
|
590
|
+
((_j = {}),
|
|
591
|
+
(_j[LiquidityDex.MagicSea] = {
|
|
592
|
+
factory: '0x349aaAc3a500014981CBA11b64C76c66a6c1e8D0',
|
|
593
|
+
protocol: Protocols.V2,
|
|
594
|
+
}),
|
|
595
|
+
(_j[LiquidityDex.Wagmi] = {
|
|
596
|
+
factory: '0x01Bd510B2eA106917e711f9a05a42fC162bee2Ac',
|
|
597
|
+
protocol: Protocols.V3,
|
|
598
|
+
}),
|
|
599
|
+
_j)),
|
|
600
|
+
(_a[ChainId.AVAX] =
|
|
601
|
+
((_k = {}),
|
|
602
|
+
(_k[LiquidityDex.LFJ] = {
|
|
603
|
+
factory: '0x9Ad6C38BE94206cA50bb0d90783181662f0Cfa10',
|
|
604
|
+
protocol: Protocols.V2,
|
|
605
|
+
}),
|
|
606
|
+
(_k[LiquidityDex.Pharaoh] = {
|
|
607
|
+
factory: '0xAAA32926fcE6bE95ea2c51cB4Fcb60836D320C42',
|
|
608
|
+
protocol: Protocols.V3,
|
|
609
|
+
}),
|
|
610
|
+
(_k[LiquidityDex.UniswapV3] = {
|
|
611
|
+
factory: '0x740b1c1de25031C31FF4fC9A62f554A55cdC1baD',
|
|
612
|
+
protocol: Protocols.V3,
|
|
613
|
+
}),
|
|
614
|
+
(_k[LiquidityDex.Pangolin] = {
|
|
615
|
+
factory: '0xefa94DE7a4656D787667C749f7E1223D71E9FD88',
|
|
616
|
+
protocol: Protocols.V2,
|
|
617
|
+
}),
|
|
618
|
+
_k)),
|
|
619
|
+
(_a[ChainId.BLAST] =
|
|
620
|
+
((_l = {}),
|
|
621
|
+
(_l[LiquidityDex.ThrusterV2_03] = {
|
|
622
|
+
factory: '0xb4A7D971D0ADea1c73198C97d7ab3f9CE4aaFA13',
|
|
623
|
+
protocol: Protocols.V2,
|
|
624
|
+
}),
|
|
625
|
+
(_l[LiquidityDex.ThrusterV2_1] = {
|
|
626
|
+
factory: '0x37836821a2c03c171fB1a595767f4a16e2b93Fc4',
|
|
627
|
+
protocol: Protocols.V2,
|
|
628
|
+
}),
|
|
629
|
+
(_l[LiquidityDex.ThrusterV3] = {
|
|
630
|
+
factory: '0x71b08f13B3c3aF35aAdEb3949AFEb1ded1016127',
|
|
631
|
+
protocol: Protocols.V3,
|
|
632
|
+
}),
|
|
633
|
+
_l)),
|
|
634
|
+
(_a[ChainId.SINGULARITY_TESTNET] =
|
|
635
|
+
((_m = {}),
|
|
636
|
+
(_m[LiquidityDex.Citea] = {
|
|
637
|
+
factory: '0xd8388EECE67C003eF952D32c4E3943113C5f5608',
|
|
638
|
+
protocol: Protocols.V2,
|
|
639
|
+
}),
|
|
640
|
+
_m)),
|
|
641
|
+
(_a[ChainId.CROSSFI] =
|
|
642
|
+
((_o = {}),
|
|
643
|
+
(_o[LiquidityDex.XSwap] = {
|
|
644
|
+
factory: '0x3ca837175312070f4E4fF64972a199122Ee03805',
|
|
645
|
+
protocol: Protocols.V2,
|
|
646
|
+
}),
|
|
647
|
+
_o)),
|
|
648
|
+
(_a[ChainId.SONIC] =
|
|
649
|
+
((_p = {}),
|
|
650
|
+
(_p[LiquidityDex.ShadowExchange] = {
|
|
651
|
+
factory: '0x2dA25E7446A70D7be65fd4c053948BEcAA6374c8',
|
|
652
|
+
router: '0x1D368773735ee1E678950B7A97bcA2CafB330CDc',
|
|
653
|
+
protocol: Protocols.Solidly,
|
|
654
|
+
}),
|
|
655
|
+
// [LiquidityDex.ShadowExchangeV3]: {
|
|
656
|
+
// factory: ' 0xcD2d0637c94fe77C2896BbCBB174cefFb08DE6d7',
|
|
657
|
+
// protocol: Protocols.V3,
|
|
658
|
+
// },
|
|
659
|
+
(_p[LiquidityDex.SwapX] = {
|
|
660
|
+
factory: '0x05c1be79d3aC21Cc4B727eeD58C9B2fF757F5663',
|
|
661
|
+
router: '0xF5F7231073b3B41c04BA655e1a7438b1a7b29c27',
|
|
662
|
+
protocol: Protocols.Solidly,
|
|
663
|
+
}),
|
|
664
|
+
(_p[LiquidityDex.SwapXAlgebraIntegral] = {
|
|
665
|
+
factory: '0x8121a3F8c4176E9765deEa0B95FA2BDfD3016794',
|
|
666
|
+
protocol: Protocols.AlgebraIntegral,
|
|
667
|
+
}),
|
|
668
|
+
(_p[LiquidityDex.Wagmi] = {
|
|
669
|
+
factory: '0x56CFC796bC88C9c7e1b38C2b0aF9B7120B079aef',
|
|
670
|
+
protocol: Protocols.V3,
|
|
671
|
+
}),
|
|
672
|
+
(_p[LiquidityDex.Equalizer] = {
|
|
673
|
+
factory: '0xDDD9845Ba0D8f38d3045f804f67A1a8B9A528FcC',
|
|
674
|
+
router: '0x7635cD591CFE965bE8beC60Da6eA69b6dcD27e4b',
|
|
675
|
+
protocol: Protocols.Solidly,
|
|
676
|
+
}),
|
|
677
|
+
_p)),
|
|
678
|
+
(_a[ChainId.MONAD_TESTNET] =
|
|
679
|
+
((_q = {}),
|
|
680
|
+
(_q[LiquidityDex.PancakeSwapV2] = {
|
|
681
|
+
factory: '0x82438CE666d9403e488bA720c7424434e8Aa47CD',
|
|
682
|
+
protocol: Protocols.V2,
|
|
683
|
+
}),
|
|
684
|
+
(_q[LiquidityDex.LFJ] = {
|
|
685
|
+
factory: '0xe32D45C2B1c17a0fE0De76f1ebFA7c44B7810034',
|
|
686
|
+
protocol: Protocols.V2,
|
|
687
|
+
}),
|
|
688
|
+
_q)),
|
|
689
|
+
(_a[ChainId.BERACHAIN] =
|
|
690
|
+
((_r = {}),
|
|
691
|
+
(_r[LiquidityDex.KodiakV2] = {
|
|
692
|
+
factory: '0x5e705e184d233ff2a7cb1553793464a9d0c3028f',
|
|
693
|
+
protocol: Protocols.V2,
|
|
694
|
+
}),
|
|
695
|
+
(_r[LiquidityDex.KodiakV3] = {
|
|
696
|
+
factory: '0xD84CBf0B02636E7f53dB9E5e45A616E05d710990',
|
|
697
|
+
protocol: Protocols.V3,
|
|
698
|
+
}),
|
|
699
|
+
_r)),
|
|
700
|
+
(_a[ChainId.KATANA] =
|
|
701
|
+
((_s = {}),
|
|
702
|
+
(_s[LiquidityDex.SushiSwapV2] = {
|
|
703
|
+
factory: '0x72D111b4d6f31B38919ae39779f570b747d6Acd9',
|
|
704
|
+
router: '0x69cC349932ae18ED406eeB917d79b9b3033fB68E',
|
|
705
|
+
protocol: Protocols.V2,
|
|
706
|
+
}),
|
|
707
|
+
(_s[LiquidityDex.SushiSwapV3] = {
|
|
708
|
+
factory: '0x203e8740894c8955cB8950759876d7E7E45E04c1',
|
|
709
|
+
protocol: Protocols.V3,
|
|
710
|
+
}),
|
|
711
|
+
_s)),
|
|
712
|
+
(_a[ChainId.UNICHAIN] =
|
|
713
|
+
((_t = {}),
|
|
714
|
+
(_t[LiquidityDex.UniswapV2] = {
|
|
715
|
+
factory: '0x1f98400000000000000000000000000000000002',
|
|
716
|
+
router: '0x284f11109359a7e1306c3e447ef14d38400063ff',
|
|
717
|
+
protocol: Protocols.V2,
|
|
718
|
+
}),
|
|
719
|
+
(_t[LiquidityDex.UniswapV3] = {
|
|
720
|
+
factory: '0x1f98400000000000000000000000000000000003',
|
|
721
|
+
protocol: Protocols.V3,
|
|
722
|
+
}),
|
|
723
|
+
_t)),
|
|
724
|
+
(_a[ChainId.HYPEREVM] =
|
|
725
|
+
((_u = {}),
|
|
726
|
+
(_u[LiquidityDex.HybraFinance] = {
|
|
727
|
+
factory: '0x9c7397c9C5ecC400992843408D3A283fE9108009',
|
|
728
|
+
router: '0x0d76Fcf33C6EDeD05696549757d136788C98CC9D',
|
|
729
|
+
protocol: Protocols.Solidly,
|
|
730
|
+
}),
|
|
731
|
+
(_u[LiquidityDex.PRJX] = {
|
|
732
|
+
factory: '0xFf7B3e8C00e57ea31477c32A5B52a58Eea47b072',
|
|
733
|
+
protocol: Protocols.V3,
|
|
734
|
+
}),
|
|
735
|
+
_u)),
|
|
736
|
+
_a);
|
|
737
|
+
exports$1.defaultDexFactories =
|
|
738
|
+
((_v = {}),
|
|
739
|
+
(_v[ChainId.MAINNET] =
|
|
740
|
+
((_w = {}),
|
|
741
|
+
(_w[Protocols.V2] =
|
|
742
|
+
(_31 = (_30 = exports$1.dexFactories[ChainId.MAINNET]) === null || _30 === void 0 ? void 0 : _30.ApeSwapV2) ===
|
|
743
|
+
null || _31 === void 0
|
|
744
|
+
? void 0
|
|
745
|
+
: _31.factory),
|
|
746
|
+
(_w[Protocols.V3] =
|
|
747
|
+
(_33 = (_32 = exports$1.dexFactories[ChainId.MAINNET]) === null || _32 === void 0 ? void 0 : _32.UniswapV3) ===
|
|
748
|
+
null || _33 === void 0
|
|
749
|
+
? void 0
|
|
750
|
+
: _33.factory),
|
|
751
|
+
_w)),
|
|
752
|
+
(_v[ChainId.BSC] =
|
|
753
|
+
((_x = {}),
|
|
754
|
+
(_x[Protocols.V2] =
|
|
755
|
+
(_35 = (_34 = exports$1.dexFactories[ChainId.BSC]) === null || _34 === void 0 ? void 0 : _34.ApeSwapV2) === null ||
|
|
756
|
+
_35 === void 0
|
|
757
|
+
? void 0
|
|
758
|
+
: _35.factory),
|
|
759
|
+
(_x[Protocols.V3] =
|
|
760
|
+
(_37 = (_36 = exports$1.dexFactories[ChainId.BSC]) === null || _36 === void 0 ? void 0 : _36.UniswapV3) === null ||
|
|
761
|
+
_37 === void 0
|
|
762
|
+
? void 0
|
|
763
|
+
: _37.factory),
|
|
764
|
+
(_x[Protocols.Algebra] =
|
|
765
|
+
(_39 = (_38 = exports$1.dexFactories[ChainId.BSC]) === null || _38 === void 0 ? void 0 : _38.Algebra) === null ||
|
|
766
|
+
_39 === void 0
|
|
767
|
+
? void 0
|
|
768
|
+
: _39.factory),
|
|
769
|
+
(_x[Protocols.Solidly] =
|
|
770
|
+
(_41 = (_40 = exports$1.dexFactories[ChainId.BSC]) === null || _40 === void 0 ? void 0 : _40.ThenaV1) === null ||
|
|
771
|
+
_41 === void 0
|
|
772
|
+
? void 0
|
|
773
|
+
: _41.factory),
|
|
774
|
+
_x)),
|
|
775
|
+
(_v[ChainId.MATIC] =
|
|
776
|
+
((_y = {}),
|
|
777
|
+
(_y[Protocols.V2] =
|
|
778
|
+
(_43 = (_42 = exports$1.dexFactories[ChainId.MATIC]) === null || _42 === void 0 ? void 0 : _42.ApeSwapV2) ===
|
|
779
|
+
null || _43 === void 0
|
|
780
|
+
? void 0
|
|
781
|
+
: _43.factory),
|
|
782
|
+
(_y[Protocols.V3] =
|
|
783
|
+
(_45 = (_44 = exports$1.dexFactories[ChainId.MATIC]) === null || _44 === void 0 ? void 0 : _44.UniswapV3) ===
|
|
784
|
+
null || _45 === void 0
|
|
785
|
+
? void 0
|
|
786
|
+
: _45.factory),
|
|
787
|
+
(_y[Protocols.Algebra] =
|
|
788
|
+
(_47 = (_46 = exports$1.dexFactories[ChainId.MATIC]) === null || _46 === void 0 ? void 0 : _46.Algebra) === null ||
|
|
789
|
+
_47 === void 0
|
|
790
|
+
? void 0
|
|
791
|
+
: _47.factory),
|
|
792
|
+
_y)),
|
|
793
|
+
(_v[ChainId.ARBITRUM] =
|
|
794
|
+
((_z = {}),
|
|
795
|
+
(_z[Protocols.V2] =
|
|
796
|
+
(_49 = (_48 = exports$1.dexFactories[ChainId.ARBITRUM]) === null || _48 === void 0 ? void 0 : _48.ApeSwapV2) ===
|
|
797
|
+
null || _49 === void 0
|
|
798
|
+
? void 0
|
|
799
|
+
: _49.factory),
|
|
800
|
+
(_z[Protocols.V3] =
|
|
801
|
+
(_51 = (_50 = exports$1.dexFactories[ChainId.ARBITRUM]) === null || _50 === void 0 ? void 0 : _50.UniswapV3) ===
|
|
802
|
+
null || _51 === void 0
|
|
803
|
+
? void 0
|
|
804
|
+
: _51.factory),
|
|
805
|
+
(_z[Protocols.Algebra] =
|
|
806
|
+
(_53 = (_52 = exports$1.dexFactories[ChainId.ARBITRUM]) === null || _52 === void 0 ? void 0 : _52.Algebra) ===
|
|
807
|
+
null || _53 === void 0
|
|
808
|
+
? void 0
|
|
809
|
+
: _53.factory),
|
|
810
|
+
(_z[Protocols.Curve] =
|
|
811
|
+
(_55 = (_54 = exports$1.dexFactories[ChainId.ARBITRUM]) === null || _54 === void 0 ? void 0 : _54.Curve) === null ||
|
|
812
|
+
_55 === void 0
|
|
813
|
+
? void 0
|
|
814
|
+
: _55.factory),
|
|
815
|
+
_z)),
|
|
816
|
+
(_v[ChainId.LINEA] =
|
|
817
|
+
((_0 = {}),
|
|
818
|
+
(_0[Protocols.V2] =
|
|
819
|
+
(_57 = (_56 = exports$1.dexFactories[ChainId.LINEA]) === null || _56 === void 0 ? void 0 : _56.Spartadex) ===
|
|
820
|
+
null || _57 === void 0
|
|
821
|
+
? void 0
|
|
822
|
+
: _57.factory),
|
|
823
|
+
(_0[Protocols.V3] =
|
|
824
|
+
(_59 = (_58 = exports$1.dexFactories[ChainId.LINEA]) === null || _58 === void 0 ? void 0 : _58.Nile) === null ||
|
|
825
|
+
_59 === void 0
|
|
826
|
+
? void 0
|
|
827
|
+
: _59.factory),
|
|
828
|
+
(_0[Protocols.Algebra] =
|
|
829
|
+
(_61 = (_60 = exports$1.dexFactories[ChainId.LINEA]) === null || _60 === void 0 ? void 0 : _60.Algebra) === null ||
|
|
830
|
+
_61 === void 0
|
|
831
|
+
? void 0
|
|
832
|
+
: _61.factory),
|
|
833
|
+
(_0[Protocols.Solidly] =
|
|
834
|
+
(_63 = (_62 = exports$1.dexFactories[ChainId.LINEA]) === null || _62 === void 0 ? void 0 : _62.Lynex) === null ||
|
|
835
|
+
_63 === void 0
|
|
836
|
+
? void 0
|
|
837
|
+
: _63.factory),
|
|
838
|
+
(_0[Protocols.XFAI] =
|
|
839
|
+
(_65 = (_64 = exports$1.dexFactories[ChainId.LINEA]) === null || _64 === void 0 ? void 0 : _64.XFAI) === null ||
|
|
840
|
+
_65 === void 0
|
|
841
|
+
? void 0
|
|
842
|
+
: _65.factory),
|
|
843
|
+
_0)),
|
|
844
|
+
(_v[ChainId.LIGHTLINK] =
|
|
845
|
+
((_1 = {}),
|
|
846
|
+
(_1[Protocols.V3] =
|
|
847
|
+
(_67 = (_66 = exports$1.dexFactories[ChainId.LIGHTLINK]) === null || _66 === void 0 ? void 0 : _66.Elektrik) ===
|
|
848
|
+
null || _67 === void 0
|
|
849
|
+
? void 0
|
|
850
|
+
: _67.factory),
|
|
851
|
+
_1)),
|
|
852
|
+
(_v[ChainId.BASE] =
|
|
853
|
+
((_2 = {}),
|
|
854
|
+
(_2[Protocols.V2] =
|
|
855
|
+
(_69 = (_68 = exports$1.dexFactories[ChainId.BASE]) === null || _68 === void 0 ? void 0 : _68.SmarDex) === null ||
|
|
856
|
+
_69 === void 0
|
|
857
|
+
? void 0
|
|
858
|
+
: _69.factory),
|
|
859
|
+
(_2[Protocols.V3] =
|
|
860
|
+
(_71 = (_70 = exports$1.dexFactories[ChainId.BASE]) === null || _70 === void 0 ? void 0 : _70.UniswapV3) === null ||
|
|
861
|
+
_71 === void 0
|
|
862
|
+
? void 0
|
|
863
|
+
: _71.factory),
|
|
864
|
+
(_2[Protocols.Algebra] =
|
|
865
|
+
(_73 = (_72 = exports$1.dexFactories[ChainId.BASE]) === null || _72 === void 0 ? void 0 : _72.Algebra) === null ||
|
|
866
|
+
_73 === void 0
|
|
867
|
+
? void 0
|
|
868
|
+
: _73.factory),
|
|
869
|
+
(_2[Protocols.Solidly] =
|
|
870
|
+
(_75 = (_74 = exports$1.dexFactories[ChainId.BASE]) === null || _74 === void 0 ? void 0 : _74.Aerodrome) === null ||
|
|
871
|
+
_75 === void 0
|
|
872
|
+
? void 0
|
|
873
|
+
: _75.factory),
|
|
874
|
+
_2)),
|
|
875
|
+
(_v[ChainId.IOTA] =
|
|
876
|
+
((_3 = {}),
|
|
877
|
+
(_3[Protocols.V2] =
|
|
878
|
+
(_77 = (_76 = exports$1.dexFactories[ChainId.IOTA]) === null || _76 === void 0 ? void 0 : _76.MagicSea) === null ||
|
|
879
|
+
_77 === void 0
|
|
880
|
+
? void 0
|
|
881
|
+
: _77.factory),
|
|
882
|
+
_3)),
|
|
883
|
+
(_v[ChainId.AVAX] =
|
|
884
|
+
((_4 = {}),
|
|
885
|
+
(_4[Protocols.V2] =
|
|
886
|
+
(_79 = (_78 = exports$1.dexFactories[ChainId.AVAX]) === null || _78 === void 0 ? void 0 : _78.LFJ) === null ||
|
|
887
|
+
_79 === void 0
|
|
888
|
+
? void 0
|
|
889
|
+
: _79.factory),
|
|
890
|
+
(_4[Protocols.V3] =
|
|
891
|
+
(_81 = (_80 = exports$1.dexFactories[ChainId.AVAX]) === null || _80 === void 0 ? void 0 : _80.Pharaoh) === null ||
|
|
892
|
+
_81 === void 0
|
|
893
|
+
? void 0
|
|
894
|
+
: _81.factory),
|
|
895
|
+
_4)),
|
|
896
|
+
(_v[ChainId.BLAST] =
|
|
897
|
+
((_5 = {}),
|
|
898
|
+
(_5[Protocols.V2] =
|
|
899
|
+
(_83 = (_82 = exports$1.dexFactories[ChainId.BLAST]) === null || _82 === void 0 ? void 0 : _82.ThrusterV2_03) ===
|
|
900
|
+
null || _83 === void 0
|
|
901
|
+
? void 0
|
|
902
|
+
: _83.factory),
|
|
903
|
+
(_5[Protocols.V3] =
|
|
904
|
+
(_85 = (_84 = exports$1.dexFactories[ChainId.BLAST]) === null || _84 === void 0 ? void 0 : _84.ThrusterV3) ===
|
|
905
|
+
null || _85 === void 0
|
|
906
|
+
? void 0
|
|
907
|
+
: _85.factory),
|
|
908
|
+
_5)),
|
|
909
|
+
(_v[ChainId.SINGULARITY_TESTNET] =
|
|
910
|
+
((_6 = {}),
|
|
911
|
+
(_6[Protocols.V2] =
|
|
912
|
+
(_87 =
|
|
913
|
+
(_86 = exports$1.dexFactories[ChainId.SINGULARITY_TESTNET]) === null || _86 === void 0 ? void 0 : _86.Citea) ===
|
|
914
|
+
null || _87 === void 0
|
|
915
|
+
? void 0
|
|
916
|
+
: _87.factory),
|
|
917
|
+
_6)),
|
|
918
|
+
(_v[ChainId.CROSSFI] =
|
|
919
|
+
((_7 = {}),
|
|
920
|
+
(_7[Protocols.V2] =
|
|
921
|
+
(_89 = (_88 = exports$1.dexFactories[ChainId.CROSSFI]) === null || _88 === void 0 ? void 0 : _88.XSwap) === null ||
|
|
922
|
+
_89 === void 0
|
|
923
|
+
? void 0
|
|
924
|
+
: _89.factory),
|
|
925
|
+
_7)),
|
|
926
|
+
(_v[ChainId.SONIC] =
|
|
927
|
+
((_8 = {}),
|
|
928
|
+
(_8[Protocols.Solidly] =
|
|
929
|
+
(_91 = (_90 = exports$1.dexFactories[ChainId.SONIC]) === null || _90 === void 0 ? void 0 : _90.ShadowExchange) ===
|
|
930
|
+
null || _91 === void 0
|
|
931
|
+
? void 0
|
|
932
|
+
: _91.factory),
|
|
933
|
+
(_8[Protocols.V3] =
|
|
934
|
+
(_93 = (_92 = exports$1.dexFactories[ChainId.SONIC]) === null || _92 === void 0 ? void 0 : _92.Wagmi) === null ||
|
|
935
|
+
_93 === void 0
|
|
936
|
+
? void 0
|
|
937
|
+
: _93.factory),
|
|
938
|
+
(_8[Protocols.AlgebraIntegral] =
|
|
939
|
+
(_95 =
|
|
940
|
+
(_94 = exports$1.dexFactories[ChainId.SONIC]) === null || _94 === void 0 ? void 0 : _94.SwapXAlgebraIntegral) ===
|
|
941
|
+
null || _95 === void 0
|
|
942
|
+
? void 0
|
|
943
|
+
: _95.factory),
|
|
944
|
+
_8)),
|
|
945
|
+
(_v[ChainId.MONAD_TESTNET] =
|
|
946
|
+
((_9 = {}),
|
|
947
|
+
(_9[Protocols.V2] =
|
|
948
|
+
(_97 = (_96 = exports$1.dexFactories[ChainId.MONAD_TESTNET]) === null || _96 === void 0 ? void 0 : _96.LFJ) ===
|
|
949
|
+
null || _97 === void 0
|
|
950
|
+
? void 0
|
|
951
|
+
: _97.factory),
|
|
952
|
+
_9)),
|
|
953
|
+
(_v[ChainId.BERACHAIN] =
|
|
954
|
+
((_10 = {}),
|
|
955
|
+
(_10[Protocols.V2] =
|
|
956
|
+
(_99 = (_98 = exports$1.dexFactories[ChainId.BERACHAIN]) === null || _98 === void 0 ? void 0 : _98.KodiakV2) ===
|
|
957
|
+
null || _99 === void 0
|
|
958
|
+
? void 0
|
|
959
|
+
: _99.factory),
|
|
960
|
+
(_10[Protocols.V3] =
|
|
961
|
+
(_101 = (_100 = exports$1.dexFactories[ChainId.BERACHAIN]) === null || _100 === void 0 ? void 0 : _100.KodiakV3) ===
|
|
962
|
+
null || _101 === void 0
|
|
963
|
+
? void 0
|
|
964
|
+
: _101.factory),
|
|
965
|
+
_10)),
|
|
966
|
+
(_v[ChainId.KATANA] =
|
|
967
|
+
((_11 = {}),
|
|
968
|
+
(_11[Protocols.V2] =
|
|
969
|
+
(_103 = (_102 = exports$1.dexFactories[ChainId.KATANA]) === null || _102 === void 0 ? void 0 : _102.SushiSwapV2) ===
|
|
970
|
+
null || _103 === void 0
|
|
971
|
+
? void 0
|
|
972
|
+
: _103.factory),
|
|
973
|
+
(_11[Protocols.V3] =
|
|
974
|
+
(_105 = (_104 = exports$1.dexFactories[ChainId.KATANA]) === null || _104 === void 0 ? void 0 : _104.SushiSwapV3) ===
|
|
975
|
+
null || _105 === void 0
|
|
976
|
+
? void 0
|
|
977
|
+
: _105.factory),
|
|
978
|
+
_11)),
|
|
979
|
+
(_v[ChainId.UNICHAIN] =
|
|
980
|
+
((_12 = {}),
|
|
981
|
+
(_12[Protocols.V2] =
|
|
982
|
+
(_107 = (_106 = exports$1.dexFactories[ChainId.UNICHAIN]) === null || _106 === void 0 ? void 0 : _106.UniswapV2) ===
|
|
983
|
+
null || _107 === void 0
|
|
984
|
+
? void 0
|
|
985
|
+
: _107.factory),
|
|
986
|
+
(_12[Protocols.V3] =
|
|
987
|
+
(_109 = (_108 = exports$1.dexFactories[ChainId.UNICHAIN]) === null || _108 === void 0 ? void 0 : _108.UniswapV3) ===
|
|
988
|
+
null || _109 === void 0
|
|
989
|
+
? void 0
|
|
990
|
+
: _109.factory),
|
|
991
|
+
_12)),
|
|
992
|
+
(_v[ChainId.HYPEREVM] =
|
|
993
|
+
((_13 = {}),
|
|
994
|
+
(_13[Protocols.Solidly] =
|
|
995
|
+
(_111 =
|
|
996
|
+
(_110 = exports$1.dexFactories[ChainId.HYPEREVM]) === null || _110 === void 0 ? void 0 : _110.HybraFinance) ===
|
|
997
|
+
null || _111 === void 0
|
|
998
|
+
? void 0
|
|
999
|
+
: _111.factory),
|
|
1000
|
+
(_13[Protocols.V3] =
|
|
1001
|
+
(_113 = (_112 = exports$1.dexFactories[ChainId.HYPEREVM]) === null || _112 === void 0 ? void 0 : _112.PRJX) ===
|
|
1002
|
+
null || _113 === void 0
|
|
1003
|
+
? void 0
|
|
1004
|
+
: _113.factory),
|
|
1005
|
+
_13)),
|
|
1006
|
+
_v);
|
|
1007
|
+
exports$1.dexToZapMapping =
|
|
1008
|
+
((_14 = {}),
|
|
1009
|
+
(_14[LiquidityDex.ApeSwapV2] =
|
|
1010
|
+
((_15 = {}),
|
|
1011
|
+
(_15[ChainId.BSC] = ZapVersion.SoulZap),
|
|
1012
|
+
(_15[ChainId.BSC_TESTNET] = ZapVersion.ZapV1),
|
|
1013
|
+
(_15[ChainId.MATIC] = ZapVersion.ZapV1),
|
|
1014
|
+
(_15[ChainId.MATIC_TESTNET] = ZapVersion.ZapV1),
|
|
1015
|
+
(_15[ChainId.MAINNET] = ZapVersion.ZapV1),
|
|
1016
|
+
(_15[ChainId.ARBITRUM] = ZapVersion.External),
|
|
1017
|
+
(_15[ChainId.TLOS] = ZapVersion.ZapV1),
|
|
1018
|
+
_15)),
|
|
1019
|
+
(_14[LiquidityDex.Algebra] =
|
|
1020
|
+
((_16 = {}),
|
|
1021
|
+
(_16[ChainId.BSC] = ZapVersion.SoulZapApi),
|
|
1022
|
+
(_16[ChainId.MATIC] = ZapVersion.SoulZapApi),
|
|
1023
|
+
(_16[ChainId.LINEA] = ZapVersion.SoulZapApi),
|
|
1024
|
+
_16)),
|
|
1025
|
+
(_14[LiquidityDex.PancakeSwapV2] =
|
|
1026
|
+
((_17 = {}), (_17[ChainId.BSC] = ZapVersion.SoulZap), (_17[ChainId.MAINNET] = ZapVersion.External), _17)),
|
|
1027
|
+
(_14[LiquidityDex.QuickswapV2] = ((_18 = {}), (_18[ChainId.MATIC] = ZapVersion.SoulZap), _18)),
|
|
1028
|
+
(_14[LiquidityDex.ApeSwapV3] = {}),
|
|
1029
|
+
(_14[LiquidityDex.UniswapV3] =
|
|
1030
|
+
((_19 = {}), (_19[ChainId.ARBITRUM] = ZapVersion.SoulZapApi), (_19[ChainId.MATIC] = ZapVersion.SoulZapApi), _19)),
|
|
1031
|
+
(_14[LiquidityDex.ThenaV1] = ((_20 = {}), (_20[ChainId.BSC] = ZapVersion.SoulZapApi), _20)),
|
|
1032
|
+
(_14[LiquidityDex.UniswapV2] = ((_21 = {}), (_21[ChainId.BASE] = ZapVersion.SoulZapApi), _21)),
|
|
1033
|
+
(_14[LiquidityDex.PancakeSwapV3] = {}),
|
|
1034
|
+
(_14[LiquidityDex.External] = {}),
|
|
1035
|
+
(_14[LiquidityDex.Spartadex] = {}),
|
|
1036
|
+
(_14[LiquidityDex.Nile] = {}),
|
|
1037
|
+
(_14[LiquidityDex.XFAI] = {}),
|
|
1038
|
+
(_14[LiquidityDex.Lynex] = {}),
|
|
1039
|
+
(_14[LiquidityDex.Metavault] = {}),
|
|
1040
|
+
(_14[LiquidityDex.Elektrik] = {}),
|
|
1041
|
+
(_14[LiquidityDex.SushiSwapV2] = {}),
|
|
1042
|
+
(_14[LiquidityDex.SushiSwapV3] = {}),
|
|
1043
|
+
(_14[LiquidityDex.Synthswap] = {}),
|
|
1044
|
+
(_14[LiquidityDex.Aerodrome] = ((_22 = {}), (_22[ChainId.BASE] = ZapVersion.SoulZapApi), _22)),
|
|
1045
|
+
(_14[LiquidityDex.SmarDex] = {}),
|
|
1046
|
+
(_14[LiquidityDex.MagicSea] = ((_23 = {}), (_23[ChainId.IOTA] = ZapVersion.External), _23)),
|
|
1047
|
+
(_14[LiquidityDex.Wagmi] = ((_24 = {}), (_24[ChainId.IOTA] = ZapVersion.External), _24)),
|
|
1048
|
+
(_14[LiquidityDex.CamelotV2] = ((_25 = {}), (_25[ChainId.ARBITRUM] = ZapVersion.SoulZapApi), _25)),
|
|
1049
|
+
(_14[LiquidityDex.LFJ] = ((_26 = {}), (_26[ChainId.AVAX] = ZapVersion.SoulZapApi), _26)),
|
|
1050
|
+
(_14[LiquidityDex.Pharaoh] = {}),
|
|
1051
|
+
(_14[LiquidityDex.Pangolin] = ((_27 = {}), (_27[ChainId.AVAX] = ZapVersion.SoulZapApi), _27)),
|
|
1052
|
+
(_14[LiquidityDex.Curve] = {}),
|
|
1053
|
+
(_14[LiquidityDex.ThrusterV2_03] = ((_28 = {}), (_28[ChainId.BLAST] = ZapVersion.SoulZapApi), _28)),
|
|
1054
|
+
(_14[LiquidityDex.ThrusterV2_1] = ((_29 = {}), (_29[ChainId.BLAST] = ZapVersion.SoulZapApi), _29)),
|
|
1055
|
+
(_14[LiquidityDex.ThrusterV3] = {}),
|
|
1056
|
+
(_14[LiquidityDex.Citea] = {}),
|
|
1057
|
+
(_14[LiquidityDex.XSwap] = {}),
|
|
1058
|
+
(_14[LiquidityDex.ShadowExchange] = {}),
|
|
1059
|
+
(_14[LiquidityDex.SwapX] = {}),
|
|
1060
|
+
(_14[LiquidityDex.SwapXAlgebraIntegral] = {}),
|
|
1061
|
+
(_14[LiquidityDex.TrebleSwapV2] = {}),
|
|
1062
|
+
(_14[LiquidityDex.TrebleAlgebraIntegral] = {}),
|
|
1063
|
+
(_14[LiquidityDex.KodiakV2] = {}),
|
|
1064
|
+
(_14[LiquidityDex.KodiakV3] = {}),
|
|
1065
|
+
(_14[LiquidityDex.Equalizer] = {}),
|
|
1066
|
+
(_14[LiquidityDex.BlackHole] = {}),
|
|
1067
|
+
(_14[LiquidityDex.HybraFinance] = {}),
|
|
1068
|
+
(_14[LiquidityDex.PRJX] = {}),
|
|
1069
|
+
(_14[LiquidityDex.HydrexSolidly] = {}),
|
|
1070
|
+
(_14[LiquidityDex.HydrexIntegral] = {}),
|
|
1071
|
+
_14);
|
|
1072
|
+
|
|
1073
|
+
} (types));
|
|
1074
|
+
return types;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
export { requireTypes as __require };
|
|
1078
|
+
//# sourceMappingURL=index.js.map
|