@ape.swap/bonds-sdk 1.0.780 → 1.1.0-seedify
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BondRows/BondRow.d.ts +3 -2
- package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +2 -2
- package/dist/components/TokenSelectorPanel/index.d.ts +1 -2
- package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +1 -1
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/config/abi/types/Banana.d.ts +103 -126
- package/dist/config/abi/types/Bond.d.ts +176 -221
- package/dist/config/abi/types/BondNft.d.ts +160 -207
- package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
- package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
- package/dist/config/abi/types/Erc20.d.ts +40 -52
- package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
- package/dist/config/abi/types/JungleChef.d.ts +64 -79
- package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
- package/dist/config/abi/types/LensContract.d.ts +58 -77
- package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
- package/dist/config/abi/types/MigrationBond.d.ts +268 -330
- package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
- package/dist/config/abi/types/Multicallv2.d.ts +35 -46
- package/dist/config/abi/types/Multicallv3.d.ts +14 -14
- package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
- package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
- package/dist/config/abi/types/PriceGetter.d.ts +218 -255
- package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
- package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
- package/dist/config/abi/types/SousChef.d.ts +140 -177
- package/dist/config/abi/types/Treasury.d.ts +66 -69
- package/dist/config/abi/types/Weth.d.ts +53 -68
- package/dist/config/abi/types/Zap.d.ts +97 -141
- package/dist/config/abi/types/common.d.ts +3 -3
- package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/index.d.ts +25 -25
- package/dist/config/abi/types/index.d.ts +51 -51
- package/dist/config/constants/addresses.d.ts +0 -8
- package/dist/config/constants/queryKeys.d.ts +7 -2
- package/dist/config/constants/tokens.d.ts +2 -2
- package/dist/hooks/useTokenFromZapList.d.ts +1 -1
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +74 -73
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/YourBonds.scss +19 -14
- package/dist/scss/YourBondsModal.scss +3 -3
- package/dist/scss/index.scss +12 -0
- package/dist/state/allowance/useAllowance.d.ts +8 -4
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +4 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useHotBonds.d.ts +3 -0
- package/dist/state/bonds/useUserBonds.d.ts +5 -0
- package/dist/state/price/useCurrencyPrice.d.ts +1 -17
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
- package/dist/state/zap/getChainParam.d.ts +1 -1
- package/dist/state/zap/useSoulZapBondQuote.d.ts +2 -2
- package/dist/types/bonds.d.ts +4 -41
- package/dist/types/yourbonds.d.ts +54 -69
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/getNativeTicker.d.ts +3 -3
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +4 -7
- package/dist/views/BondModal/helper.d.ts +6 -6
- package/dist/views/BondModal/index.d.ts +2 -2
- package/dist/views/Bonds/Bonds.d.ts +6 -9
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +2 -2
- package/dist/views/Bonds/utils.d.ts +14 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +3 -0
- package/dist/views/YourBonds/YourBonds.d.ts +1 -11
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
- package/package.json +19 -24
- package/dist/components/AccordionText/index.js +0 -17
- package/dist/components/BondMenu/BondMenu.js +0 -40
- package/dist/components/BondMenu/useChainFilterOption.js +0 -30
- package/dist/components/BondRows/BondRow.js +0 -81
- package/dist/components/BondRows/BondRowHeader.js +0 -12
- package/dist/components/BondRows/BondRowsByChain.js +0 -13
- package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
- package/dist/components/BondRows/ChainTitle.js +0 -18
- package/dist/components/MenuSelect/MenuSelect.js +0 -36
- package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
- package/dist/components/MenuSelect/types.js +0 -1
- package/dist/components/NetworkFilter/index.js +0 -66
- package/dist/components/ProgressBar/ProgressBar.js +0 -10
- package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
- package/dist/components/ProgressBar/styles.js +0 -82
- package/dist/components/TokenInfoAndName/index.js +0 -34
- package/dist/components/TokenSelectorModal/TokenRow.js +0 -18
- package/dist/components/TokenSelectorModal/index.js +0 -56
- package/dist/components/TokenSelectorPanel/index.js +0 -36
- package/dist/components/Tooltip/ButtonsRow.js +0 -21
- package/dist/components/Tooltip/Tooltip.js +0 -13
- package/dist/components/Tooltip/styles.js +0 -44
- package/dist/components/uikit-sdk/Button/Button.js +0 -91
- package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
- package/dist/components/uikit-sdk/Button/index.js +0 -2
- package/dist/components/uikit-sdk/Button/styles.js +0 -30
- package/dist/components/uikit-sdk/Button/types.js +0 -37
- package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
- package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
- package/dist/components/uikit-sdk/Flex/index.js +0 -29
- package/dist/components/uikit-sdk/Input/Input.js +0 -72
- package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
- package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
- package/dist/components/uikit-sdk/Input/index.js +0 -3
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
- package/dist/components/uikit-sdk/Modal/index.js +0 -46
- package/dist/components/uikit-sdk/Modal/styles.js +0 -62
- package/dist/components/uikit-sdk/Modal/types.js +0 -1
- package/dist/components/uikit-sdk/Select/Select.js +0 -61
- package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
- package/dist/components/uikit-sdk/Select/index.js +0 -2
- package/dist/components/uikit-sdk/Select/styles.js +0 -50
- package/dist/components/uikit-sdk/Select/types.js +0 -37
- package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
- package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
- package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
- package/dist/components/uikit-sdk/Svg/index.js +0 -347
- package/dist/components/uikit-sdk/Svg/styles.js +0 -16
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
- package/dist/components/uikit-sdk/Svg/types.js +0 -165
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
- package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
- package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
- package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
- package/dist/components/uikit-sdk/Tag/index.js +0 -2
- package/dist/components/uikit-sdk/Tag/styles.js +0 -44
- package/dist/components/uikit-sdk/Tag/types.js +0 -34
- package/dist/components/uikit-sdk/Text/index.js +0 -35
- package/dist/components/uikit-sdk/Text/types.js +0 -13
- package/dist/components/uikit-sdk/TokenImage/index.js +0 -41
- package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
- package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
- package/dist/components/uikit-sdk/index.js +0 -12
- package/dist/config/abi/bond.json +0 -450
- package/dist/config/abi/erc20.json +0 -117
- package/dist/config/abi/multicallv2.json +0 -143
- package/dist/config/abi/price-getter-linea.json +0 -1448
- package/dist/config/abi/price-getter.json +0 -1309
- package/dist/config/abi/types/Banana.js +0 -1
- package/dist/config/abi/types/Bond.js +0 -1
- package/dist/config/abi/types/BondNft.js +0 -1
- package/dist/config/abi/types/EnsPublicResolver.js +0 -1
- package/dist/config/abi/types/EnsRegistrar.js +0 -1
- package/dist/config/abi/types/Erc20.js +0 -1
- package/dist/config/abi/types/Erc20_bytes32.js +0 -1
- package/dist/config/abi/types/JungleChef.js +0 -1
- package/dist/config/abi/types/LaunchBonds.js +0 -1
- package/dist/config/abi/types/LensContract.js +0 -1
- package/dist/config/abi/types/LockVeAbond.js +0 -1
- package/dist/config/abi/types/MigrationBond.js +0 -1
- package/dist/config/abi/types/MigrationFveAbond.js +0 -1
- package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
- package/dist/config/abi/types/Multicallv2.js +0 -1
- package/dist/config/abi/types/Multicallv3.js +0 -1
- package/dist/config/abi/types/NonFungibleApes.js +0 -1
- package/dist/config/abi/types/NonFungibleBananas.js +0 -1
- package/dist/config/abi/types/PriceGetter.js +0 -1
- package/dist/config/abi/types/PriceGetterLinea.js +0 -1
- package/dist/config/abi/types/PriceGetterV2.js +0 -1
- package/dist/config/abi/types/SousChef.js +0 -1
- package/dist/config/abi/types/Treasury.js +0 -1
- package/dist/config/abi/types/Weth.js +0 -1
- package/dist/config/abi/types/Zap.js +0 -1
- package/dist/config/abi/types/common.js +0 -1
- package/dist/config/abi/types/factories/Banana__factory.js +0 -628
- package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
- package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
- package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
- package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
- package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
- package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
- package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
- package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
- package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
- package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
- package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
- package/dist/config/abi/types/factories/Weth__factory.js +0 -296
- package/dist/config/abi/types/factories/Zap__factory.js +0 -889
- package/dist/config/abi/types/factories/index.js +0 -28
- package/dist/config/abi/types/index.js +0 -26
- package/dist/config/constants/addresses.js +0 -116
- package/dist/config/constants/api.js +0 -6
- package/dist/config/constants/chains.js +0 -436
- package/dist/config/constants/lifiRouting.js +0 -6
- package/dist/config/constants/lists.js +0 -21
- package/dist/config/constants/meta.js +0 -92
- package/dist/config/constants/misc.js +0 -4
- package/dist/config/constants/networks.js +0 -44
- package/dist/config/constants/products.js +0 -58
- package/dist/config/constants/queryKeys.js +0 -47
- package/dist/config/constants/tokens.js +0 -64
- package/dist/config/constants/tutorials.js +0 -80
- package/dist/config/constants/zapInputTokens.js +0 -356
- package/dist/config/localization/languages.js +0 -83
- package/dist/config/localization/translations.json +0 -918
- package/dist/contexts/Localization/Provider.js +0 -134
- package/dist/contexts/Localization/helpers.js +0 -63
- package/dist/contexts/Localization/index.js +0 -2
- package/dist/contexts/Localization/types.js +0 -1
- package/dist/contexts/Localization/useTranslation.js +0 -10
- package/dist/contexts/ModalContext.js +0 -67
- package/dist/contexts/RefreshContext.js +0 -78
- package/dist/enum/apeswaplists.d.ts +0 -418
- package/dist/enum/apeswaplists.js +0 -152
- package/dist/enum/tooltips.js +0 -13
- package/dist/hooks/useCookie.js +0 -29
- package/dist/hooks/useIsAbond.js +0 -10
- package/dist/hooks/useModal.js +0 -39
- package/dist/hooks/usePendingVesting.js +0 -13
- package/dist/hooks/useRefresh.js +0 -7
- package/dist/hooks/useTimer.js +0 -13
- package/dist/hooks/useTokenFromZapList.js +0 -10
- package/dist/hooks/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -18
- package/dist/state/allowance/useAllowance.js +0 -148
- package/dist/state/balance/useCurrencyBalance.js +0 -80
- package/dist/state/price/useCurrencyPrice.js +0 -397
- package/dist/state/zap/getChainParam.js +0 -34
- package/dist/state/zap/useSoulZapBondQuote.js +0 -177
- package/dist/state/zap/useSoulZapTokenQuote.js +0 -167
- package/dist/theme/base.js +0 -123
- package/dist/theme/colors.js +0 -93
- package/dist/theme/components.js +0 -338
- package/dist/theme/display.js +0 -2
- package/dist/theme/index.js +0 -15
- package/dist/theme/types.js +0 -1
- package/dist/types/bonds.js +0 -1
- package/dist/types/yourbonds.js +0 -1
- package/dist/utils/convertToTokenValue.js +0 -24
- package/dist/utils/formatNumber.js +0 -34
- package/dist/utils/formatNumbers.js +0 -148
- package/dist/utils/getBalanceNumber.js +0 -18
- package/dist/utils/getNativeTicker.js +0 -8
- package/dist/utils/getTimePeriods.js +0 -44
- package/dist/utils/index.js +0 -127
- package/dist/utils/localStorageHelpers.js +0 -47
- package/dist/utils/multicall.js +0 -90
- package/dist/utils/numbers.js +0 -111
- package/dist/utils/roundNumber.js +0 -14
- package/dist/utils/track.js +0 -17
- package/dist/views/BondModal/BondModal.js +0 -300
- package/dist/views/BondModal/helper.js +0 -54
- package/dist/views/BondModal/index.js +0 -18
- package/dist/views/Bonds/Bonds.js +0 -174
- package/dist/views/Bonds/index.js +0 -18
- package/dist/views/YourBonds/YourBonds.js +0 -276
- package/dist/views/YourBonds/fetchBillsUser.js +0 -235
- package/dist/views/YourBonds/getBillNftData.js +0 -109
- package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
- package/dist/views/YourBondsModal/styles.js +0 -12
- package/dist/views/ZapModal/index.js +0 -150
- package/dist/views/ZapModal/styles.js +0 -35
- /package/dist/{enum → config/constants}/tooltips.d.ts +0 -0
|
@@ -1,356 +0,0 @@
|
|
|
1
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40;
|
|
2
|
-
import { ChainId } from '@ape.swap/apeswap-lists';
|
|
3
|
-
export var zapInputTokens = (_a = {},
|
|
4
|
-
_a[ChainId.BSC] = [
|
|
5
|
-
{
|
|
6
|
-
symbol: 'wBNB',
|
|
7
|
-
address: (_b = {},
|
|
8
|
-
_b[ChainId.BSC] = '0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c',
|
|
9
|
-
_b),
|
|
10
|
-
decimals: (_c = {},
|
|
11
|
-
_c[ChainId.BSC] = 18,
|
|
12
|
-
_c),
|
|
13
|
-
active: true,
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
symbol: 'USDC',
|
|
17
|
-
address: (_d = {},
|
|
18
|
-
_d[ChainId.BSC] = '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d',
|
|
19
|
-
_d),
|
|
20
|
-
decimals: (_e = {},
|
|
21
|
-
_e[ChainId.BSC] = 18,
|
|
22
|
-
_e),
|
|
23
|
-
active: true,
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
symbol: 'USDT',
|
|
27
|
-
address: (_f = {},
|
|
28
|
-
_f[ChainId.BSC] = '0x55d398326f99059fF775485246999027B3197955',
|
|
29
|
-
_f),
|
|
30
|
-
decimals: (_g = {},
|
|
31
|
-
_g[ChainId.BSC] = 18,
|
|
32
|
-
_g),
|
|
33
|
-
active: true,
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
symbol: 'DAI',
|
|
37
|
-
address: (_h = {},
|
|
38
|
-
_h[ChainId.BSC] = '0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3',
|
|
39
|
-
_h),
|
|
40
|
-
decimals: (_j = {},
|
|
41
|
-
_j[ChainId.BSC] = 18,
|
|
42
|
-
_j),
|
|
43
|
-
active: true,
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
symbol: 'FDUSD',
|
|
47
|
-
address: (_k = {},
|
|
48
|
-
_k[ChainId.BSC] = '0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409',
|
|
49
|
-
_k),
|
|
50
|
-
decimals: (_l = {},
|
|
51
|
-
_l[ChainId.BSC] = 18,
|
|
52
|
-
_l),
|
|
53
|
-
active: true,
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
symbol: 'wETH',
|
|
57
|
-
address: (_m = {},
|
|
58
|
-
_m[ChainId.BSC] = '0x2170Ed0880ac9A755fd29B2688956BD959F933F8',
|
|
59
|
-
_m),
|
|
60
|
-
decimals: (_o = {},
|
|
61
|
-
_o[ChainId.BSC] = 18,
|
|
62
|
-
_o),
|
|
63
|
-
active: true,
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
symbol: 'BTC',
|
|
67
|
-
address: (_p = {},
|
|
68
|
-
_p[ChainId.BSC] = '0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c',
|
|
69
|
-
_p),
|
|
70
|
-
decimals: (_q = {},
|
|
71
|
-
_q[ChainId.BSC] = 18,
|
|
72
|
-
_q),
|
|
73
|
-
active: true,
|
|
74
|
-
},
|
|
75
|
-
// WMATIC or WPOL on BNB chain has been commented out up until we have clarity regarding the migration
|
|
76
|
-
// {
|
|
77
|
-
// symbol: 'wPOL',
|
|
78
|
-
// address: {
|
|
79
|
-
// [ChainId.BSC]: '0xCC42724C6683B7E57334c4E856f4c9965ED682bD',
|
|
80
|
-
// },
|
|
81
|
-
// decimals: {
|
|
82
|
-
// [ChainId.BSC]: 18,
|
|
83
|
-
// },
|
|
84
|
-
// active: true,
|
|
85
|
-
// },
|
|
86
|
-
{
|
|
87
|
-
symbol: 'AVAX',
|
|
88
|
-
address: (_r = {},
|
|
89
|
-
_r[ChainId.BSC] = '0x1ce0c2827e2ef14d5c4f29a091d735a204794041',
|
|
90
|
-
_r),
|
|
91
|
-
decimals: (_s = {},
|
|
92
|
-
_s[ChainId.BSC] = 18,
|
|
93
|
-
_s),
|
|
94
|
-
active: true,
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
symbol: 'ADA',
|
|
98
|
-
address: (_t = {},
|
|
99
|
-
_t[ChainId.BSC] = '0x3ee2200efb3400fabb9aacf31297cbdd1d435d47',
|
|
100
|
-
_t),
|
|
101
|
-
decimals: (_u = {},
|
|
102
|
-
_u[ChainId.BSC] = 18,
|
|
103
|
-
_u),
|
|
104
|
-
active: true,
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
_a[ChainId.MATIC] = [
|
|
108
|
-
{
|
|
109
|
-
symbol: 'wPOL',
|
|
110
|
-
address: (_v = {},
|
|
111
|
-
_v[ChainId.MATIC] = '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270',
|
|
112
|
-
_v),
|
|
113
|
-
decimals: (_w = {},
|
|
114
|
-
_w[ChainId.MATIC] = 18,
|
|
115
|
-
_w),
|
|
116
|
-
active: true,
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
symbol: 'USDC.e',
|
|
120
|
-
address: (_x = {},
|
|
121
|
-
_x[ChainId.MATIC] = '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
|
|
122
|
-
_x),
|
|
123
|
-
decimals: (_y = {},
|
|
124
|
-
_y[ChainId.MATIC] = 6,
|
|
125
|
-
_y),
|
|
126
|
-
active: true,
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
symbol: 'USDC',
|
|
130
|
-
address: (_z = {},
|
|
131
|
-
_z[ChainId.MATIC] = '0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359',
|
|
132
|
-
_z),
|
|
133
|
-
decimals: (_0 = {},
|
|
134
|
-
_0[ChainId.MATIC] = 6,
|
|
135
|
-
_0),
|
|
136
|
-
active: true,
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
symbol: 'USDT',
|
|
140
|
-
address: (_1 = {},
|
|
141
|
-
_1[ChainId.MATIC] = '0xc2132D05D31c914a87C6611C10748AEb04B58e8F',
|
|
142
|
-
_1),
|
|
143
|
-
decimals: (_2 = {},
|
|
144
|
-
_2[ChainId.MATIC] = 6,
|
|
145
|
-
_2),
|
|
146
|
-
active: true,
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
symbol: 'DAI',
|
|
150
|
-
address: (_3 = {},
|
|
151
|
-
_3[ChainId.MATIC] = '0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063',
|
|
152
|
-
_3),
|
|
153
|
-
decimals: (_4 = {},
|
|
154
|
-
_4[ChainId.MATIC] = 18,
|
|
155
|
-
_4),
|
|
156
|
-
active: true,
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
symbol: 'wETH',
|
|
160
|
-
address: (_5 = {},
|
|
161
|
-
_5[ChainId.MATIC] = '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619',
|
|
162
|
-
_5),
|
|
163
|
-
decimals: (_6 = {},
|
|
164
|
-
_6[ChainId.MATIC] = 18,
|
|
165
|
-
_6),
|
|
166
|
-
active: true,
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
symbol: 'BTC',
|
|
170
|
-
address: (_7 = {},
|
|
171
|
-
_7[ChainId.MATIC] = '0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6',
|
|
172
|
-
_7),
|
|
173
|
-
decimals: (_8 = {},
|
|
174
|
-
_8[ChainId.MATIC] = 18,
|
|
175
|
-
_8),
|
|
176
|
-
active: true,
|
|
177
|
-
},
|
|
178
|
-
],
|
|
179
|
-
_a[ChainId.ARBITRUM] = [
|
|
180
|
-
{
|
|
181
|
-
symbol: 'wETH',
|
|
182
|
-
address: (_9 = {},
|
|
183
|
-
_9[ChainId.ARBITRUM] = '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1',
|
|
184
|
-
_9),
|
|
185
|
-
decimals: (_10 = {},
|
|
186
|
-
_10[ChainId.ARBITRUM] = 18,
|
|
187
|
-
_10),
|
|
188
|
-
active: true,
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
symbol: 'USDC',
|
|
192
|
-
address: (_11 = {},
|
|
193
|
-
_11[ChainId.ARBITRUM] = '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8',
|
|
194
|
-
_11),
|
|
195
|
-
decimals: (_12 = {},
|
|
196
|
-
_12[ChainId.ARBITRUM] = 6,
|
|
197
|
-
_12),
|
|
198
|
-
active: true,
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
symbol: 'USDT',
|
|
202
|
-
address: (_13 = {},
|
|
203
|
-
_13[ChainId.ARBITRUM] = '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
|
|
204
|
-
_13),
|
|
205
|
-
decimals: (_14 = {},
|
|
206
|
-
_14[ChainId.ARBITRUM] = 6,
|
|
207
|
-
_14),
|
|
208
|
-
active: true,
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
symbol: 'DAI',
|
|
212
|
-
address: (_15 = {},
|
|
213
|
-
_15[ChainId.ARBITRUM] = '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1',
|
|
214
|
-
_15),
|
|
215
|
-
decimals: (_16 = {},
|
|
216
|
-
_16[ChainId.ARBITRUM] = 18,
|
|
217
|
-
_16),
|
|
218
|
-
active: true,
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
symbol: 'BTC',
|
|
222
|
-
address: (_17 = {},
|
|
223
|
-
_17[ChainId.ARBITRUM] = '0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f',
|
|
224
|
-
_17),
|
|
225
|
-
decimals: (_18 = {},
|
|
226
|
-
_18[ChainId.ARBITRUM] = 8,
|
|
227
|
-
_18),
|
|
228
|
-
active: true,
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
symbol: 'ARB',
|
|
232
|
-
address: (_19 = {},
|
|
233
|
-
_19[ChainId.ARBITRUM] = '0x912CE59144191C1204E64559FE8253a0e49E6548',
|
|
234
|
-
_19),
|
|
235
|
-
decimals: (_20 = {},
|
|
236
|
-
_20[ChainId.ARBITRUM] = 18,
|
|
237
|
-
_20),
|
|
238
|
-
active: true,
|
|
239
|
-
},
|
|
240
|
-
],
|
|
241
|
-
_a[ChainId.LINEA] = [
|
|
242
|
-
{
|
|
243
|
-
symbol: 'wETH',
|
|
244
|
-
address: (_21 = {},
|
|
245
|
-
_21[ChainId.LINEA] = '0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f',
|
|
246
|
-
_21),
|
|
247
|
-
decimals: (_22 = {},
|
|
248
|
-
_22[ChainId.LINEA] = 18,
|
|
249
|
-
_22),
|
|
250
|
-
active: true,
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
symbol: 'USDC.e',
|
|
254
|
-
address: (_23 = {},
|
|
255
|
-
_23[ChainId.LINEA] = '0x176211869cA2b568f2A7D4EE941E073a821EE1ff',
|
|
256
|
-
_23),
|
|
257
|
-
decimals: (_24 = {},
|
|
258
|
-
_24[ChainId.LINEA] = 6,
|
|
259
|
-
_24),
|
|
260
|
-
active: true,
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
symbol: 'USDT',
|
|
264
|
-
address: (_25 = {},
|
|
265
|
-
_25[ChainId.LINEA] = '0xA219439258ca9da29E9Cc4cE5596924745e12B93',
|
|
266
|
-
_25),
|
|
267
|
-
decimals: (_26 = {},
|
|
268
|
-
_26[ChainId.LINEA] = 6,
|
|
269
|
-
_26),
|
|
270
|
-
active: true,
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
symbol: 'DAI',
|
|
274
|
-
address: (_27 = {},
|
|
275
|
-
_27[ChainId.LINEA] = '0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5',
|
|
276
|
-
_27),
|
|
277
|
-
decimals: (_28 = {},
|
|
278
|
-
_28[ChainId.LINEA] = 18,
|
|
279
|
-
_28),
|
|
280
|
-
active: true,
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
symbol: 'BTC',
|
|
284
|
-
address: (_29 = {},
|
|
285
|
-
_29[ChainId.LINEA] = '0x3aAB2285ddcDdaD8edf438C1bAB47e1a9D05a9b4',
|
|
286
|
-
_29),
|
|
287
|
-
decimals: (_30 = {},
|
|
288
|
-
_30[ChainId.LINEA] = 8,
|
|
289
|
-
_30),
|
|
290
|
-
active: true,
|
|
291
|
-
},
|
|
292
|
-
// WMATIC or WPOL on Linea chain has been commented out up until we have clarity regarding the migration
|
|
293
|
-
// {
|
|
294
|
-
// symbol: 'wPOL',
|
|
295
|
-
// address: {
|
|
296
|
-
// [ChainId.LINEA]: '0x265B25e22bcd7f10a5bD6E6410F10537Cc7567e8',
|
|
297
|
-
// },
|
|
298
|
-
// decimals: {
|
|
299
|
-
// [ChainId.LINEA]: 18,
|
|
300
|
-
// },
|
|
301
|
-
// active: true,
|
|
302
|
-
// },
|
|
303
|
-
],
|
|
304
|
-
_a[ChainId.BASE] = [
|
|
305
|
-
{
|
|
306
|
-
symbol: 'wETH',
|
|
307
|
-
address: (_31 = {},
|
|
308
|
-
_31[ChainId.BASE] = '0x4200000000000000000000000000000000000006',
|
|
309
|
-
_31),
|
|
310
|
-
decimals: (_32 = {},
|
|
311
|
-
_32[ChainId.BASE] = 18,
|
|
312
|
-
_32),
|
|
313
|
-
active: true,
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
symbol: 'USDC',
|
|
317
|
-
address: (_33 = {},
|
|
318
|
-
_33[ChainId.BASE] = '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
319
|
-
_33),
|
|
320
|
-
decimals: (_34 = {},
|
|
321
|
-
_34[ChainId.BASE] = 6,
|
|
322
|
-
_34),
|
|
323
|
-
active: true,
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
symbol: 'USDT',
|
|
327
|
-
address: (_35 = {},
|
|
328
|
-
_35[ChainId.BASE] = '0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2',
|
|
329
|
-
_35),
|
|
330
|
-
decimals: (_36 = {},
|
|
331
|
-
_36[ChainId.BASE] = 6,
|
|
332
|
-
_36),
|
|
333
|
-
active: true,
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
symbol: 'DAI',
|
|
337
|
-
address: (_37 = {},
|
|
338
|
-
_37[ChainId.BASE] = '0x50c5725949a6f0c72e6c4a641f24049a917db0cb',
|
|
339
|
-
_37),
|
|
340
|
-
decimals: (_38 = {},
|
|
341
|
-
_38[ChainId.BASE] = 18,
|
|
342
|
-
_38),
|
|
343
|
-
active: true,
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
symbol: 'BTC',
|
|
347
|
-
address: (_39 = {},
|
|
348
|
-
_39[ChainId.BASE] = '0x0c41F1FC9022FEB69aF6dc666aBfE73C9FFDA7ce',
|
|
349
|
-
_39),
|
|
350
|
-
decimals: (_40 = {},
|
|
351
|
-
_40[ChainId.BASE] = 18,
|
|
352
|
-
_40),
|
|
353
|
-
active: true,
|
|
354
|
-
},
|
|
355
|
-
],
|
|
356
|
-
_a);
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
// export const AR: Language = { locale: 'ar-SA', language: 'العربية', code: 'ar' }
|
|
2
|
-
// export const BN: Language = { locale: 'bn-BD', language: 'বাংলা', code: 'bn' }
|
|
3
|
-
export var EN = {
|
|
4
|
-
locale: 'en-US',
|
|
5
|
-
language: 'English',
|
|
6
|
-
code: 'en',
|
|
7
|
-
};
|
|
8
|
-
// export const DE: Language = { locale: 'de-DE', language: 'Deutsch', code: 'de' }
|
|
9
|
-
// export const EL: Language = { locale: 'el-GR', language: 'Ελληνικά', code: 'el' }
|
|
10
|
-
export var ESES = {
|
|
11
|
-
locale: 'es-ES',
|
|
12
|
-
language: 'Español',
|
|
13
|
-
code: 'es-ES',
|
|
14
|
-
};
|
|
15
|
-
// export const FI: Language = { locale: 'fi-FI', language: 'Suomalainen', code: 'fi' }
|
|
16
|
-
// export const FIL: Language = { locale: 'fil-PH', language: 'Filipino', code: 'fil' }
|
|
17
|
-
// export const FR: Language = { locale: 'fr-FR', language: 'Français', code: 'fr' }
|
|
18
|
-
// export const HI: Language = { locale: 'hi-IN', language: 'हिंदी', code: 'hi' }
|
|
19
|
-
// export const HU: Language = { locale: 'hu-HU', language: 'Magyar', code: 'hu' }
|
|
20
|
-
// export const ID: Language = { locale: 'id-ID', language: 'Bahasa Indonesia', code: 'id' }
|
|
21
|
-
// export const IT: Language = { locale: 'it-IT', language: 'Italiano', code: 'it' }
|
|
22
|
-
export var JA = { locale: 'ja-JP', language: '日本語', code: 'ja' };
|
|
23
|
-
// export const KO: Language = { locale: 'ko-KR', language: '한국어', code: 'ko' }
|
|
24
|
-
// export const NL: Language = { locale: 'nl-NL', language: 'Nederlands', code: 'nl' }
|
|
25
|
-
// export const PL: Language = { locale: 'pl-PL', language: 'Polski', code: 'pl' }
|
|
26
|
-
export var PTBR = {
|
|
27
|
-
locale: 'pt-BR',
|
|
28
|
-
language: 'Português (Brazil)',
|
|
29
|
-
code: 'pt-br',
|
|
30
|
-
};
|
|
31
|
-
// export const PTPT: Language = { locale: 'pt-PT', language: 'Português', code: 'pt-pt' }
|
|
32
|
-
// export const RO: Language = { locale: 'ro-RO', language: 'Română', code: 'ro' }
|
|
33
|
-
export var RU = {
|
|
34
|
-
locale: 'ru-RU',
|
|
35
|
-
language: 'Русский',
|
|
36
|
-
code: 'ru',
|
|
37
|
-
};
|
|
38
|
-
// export const SVSE: Language = { locale: 'sv-SE', language: 'Svenska', code: 'sv' }
|
|
39
|
-
// export const TA: Language = { locale: 'ta-IN', language: 'தமிழ்', code: 'ta' }
|
|
40
|
-
export var TR = { locale: 'tr-TR', language: 'Türkçe', code: 'tr' };
|
|
41
|
-
// export const UK: Language = { locale: 'uk-UA', language: 'Українська', code: 'uk' }
|
|
42
|
-
// export const VI: Language = { locale: 'vi-VN', language: 'Tiếng Việt', code: 'vi' }
|
|
43
|
-
export var ZHCN = {
|
|
44
|
-
locale: 'zh-CN',
|
|
45
|
-
language: '简体中文',
|
|
46
|
-
code: 'zh-cn',
|
|
47
|
-
};
|
|
48
|
-
export var ZHTW = {
|
|
49
|
-
locale: 'zh-TW',
|
|
50
|
-
language: '繁體中文',
|
|
51
|
-
code: 'zh-tw',
|
|
52
|
-
};
|
|
53
|
-
export var languages = {
|
|
54
|
-
// 'ar-SA': AR,
|
|
55
|
-
// 'bn-BD': BN,
|
|
56
|
-
'en-US': EN,
|
|
57
|
-
// 'de-DE': DE,
|
|
58
|
-
// 'el-GR': EL,
|
|
59
|
-
'es-ES': ESES,
|
|
60
|
-
// 'fi-FI': FI,
|
|
61
|
-
// 'fil-PH': FIL,
|
|
62
|
-
// 'fr-FR': FR,
|
|
63
|
-
// 'hi-IN': HI,
|
|
64
|
-
// 'hu-HU': HU,
|
|
65
|
-
// 'id-ID': ID,
|
|
66
|
-
// 'it-IT': IT,
|
|
67
|
-
'ja-JP': JA,
|
|
68
|
-
// 'ko-KR': KO,
|
|
69
|
-
// 'nl-NL': NL,
|
|
70
|
-
// 'pl-PL': PL,
|
|
71
|
-
'pt-BR': PTBR,
|
|
72
|
-
// 'pt-PT': PTPT,
|
|
73
|
-
// 'ro-RO': RO,
|
|
74
|
-
'ru-RU': RU,
|
|
75
|
-
// 'sv-SE': SVSE,
|
|
76
|
-
// 'ta-IN': TA,
|
|
77
|
-
'tr-TR': TR,
|
|
78
|
-
// 'uk-UA': UK,
|
|
79
|
-
// 'vi-VN': VI,
|
|
80
|
-
'zh-CN': ZHCN,
|
|
81
|
-
'zh-TW': ZHTW,
|
|
82
|
-
};
|
|
83
|
-
export var languageList = Object.values(languages);
|