@ape.swap/bonds-sdk 1.0.779 → 1.1.0-seedify
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/AccordionText/index.d.ts +9 -0
- package/dist/components/BondRows/BondRow.d.ts +3 -2
- package/dist/components/BondRows/BondRowHeader.d.ts +2 -3
- package/dist/components/BondRows/BondRowsByChain.d.ts +3 -3
- package/dist/components/BondRows/BondRowsWithTitle.d.ts +3 -3
- package/dist/components/DisconnectedPlaceholder/index.d.ts +3 -0
- package/dist/components/SlippageModal/index.d.ts +3 -0
- package/dist/components/TokenInfoAndName/index.d.ts +3 -2
- package/dist/components/TokenSelectorModal/TokenRow.d.ts +8 -0
- package/dist/components/TokenSelectorModal/index.d.ts +11 -0
- package/dist/components/TokenSelectorPanel/index.d.ts +15 -0
- package/dist/components/uikit-sdk/Modal/index.d.ts +1 -1
- package/dist/components/uikit-sdk/Toggle/index.d.ts +8 -0
- package/dist/components/uikit-sdk/Toggle/styles.d.ts +3 -0
- package/dist/components/uikit-sdk/TokenImage/index.d.ts +3 -2
- package/dist/components/uikit-sdk/index.d.ts +1 -0
- package/dist/config/abi/types/Banana.d.ts +103 -126
- package/dist/config/abi/types/Bond.d.ts +176 -221
- package/dist/config/abi/types/BondNft.d.ts +160 -207
- package/dist/config/abi/types/EnsPublicResolver.d.ts +129 -205
- package/dist/config/abi/types/EnsRegistrar.d.ts +62 -82
- package/dist/config/abi/types/Erc20.d.ts +40 -52
- package/dist/config/abi/types/Erc20_bytes32.d.ts +11 -11
- package/dist/config/abi/types/JungleChef.d.ts +64 -79
- package/dist/config/abi/types/LaunchBonds.d.ts +299 -355
- package/dist/config/abi/types/LensContract.d.ts +58 -77
- package/dist/config/abi/types/LockVeAbond.d.ts +328 -434
- package/dist/config/abi/types/MigrationBond.d.ts +268 -330
- package/dist/config/abi/types/MigrationFveAbond.d.ts +83 -89
- package/dist/config/abi/types/MiniComplexRewarder.d.ts +99 -145
- package/dist/config/abi/types/Multicallv2.d.ts +35 -46
- package/dist/config/abi/types/Multicallv3.d.ts +14 -14
- package/dist/config/abi/types/NonFungibleApes.d.ts +130 -170
- package/dist/config/abi/types/NonFungibleBananas.d.ts +135 -172
- package/dist/config/abi/types/PriceGetter.d.ts +218 -255
- package/dist/config/abi/types/PriceGetterLinea.d.ts +254 -287
- package/dist/config/abi/types/PriceGetterV2.d.ts +239 -276
- package/dist/config/abi/types/SousChef.d.ts +140 -177
- package/dist/config/abi/types/Treasury.d.ts +66 -69
- package/dist/config/abi/types/Weth.d.ts +53 -68
- package/dist/config/abi/types/Zap.d.ts +97 -141
- package/dist/config/abi/types/common.d.ts +3 -3
- package/dist/config/abi/types/factories/Banana__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/BondNft__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Bond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/EnsRegistrar__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/JungleChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LaunchBonds__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LensContract__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/LockVeAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationBond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Multicallv3__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleApes__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetterV2__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/PriceGetter__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/SousChef__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Treasury__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Weth__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/Zap__factory.d.ts +3 -3
- package/dist/config/abi/types/factories/index.d.ts +25 -25
- package/dist/config/abi/types/index.d.ts +51 -51
- package/dist/config/constants/addresses.d.ts +0 -8
- package/dist/config/constants/queryKeys.d.ts +10 -2
- package/dist/config/constants/tokens.d.ts +3 -6
- package/dist/config/constants/zapInputTokens.d.ts +2 -0
- package/dist/hooks/useTokenFromZapList.d.ts +3 -0
- package/dist/hooks/useTopThreeTags.d.ts +2 -2
- package/dist/main.d.ts +7 -0
- package/dist/main.js +73492 -0
- package/dist/providers/index.d.ts +0 -3
- package/dist/scss/AccordionText.scss +11 -0
- package/dist/scss/BondMenu.scss +2 -2
- package/dist/scss/BondModal.scss +305 -234
- package/dist/scss/BondRow.scss +5 -5
- package/dist/scss/BondRowHeader.scss +7 -7
- package/dist/scss/Bonds.scss +2 -1
- package/dist/scss/TokenInfoName.scss +60 -0
- package/dist/scss/YourBonds.scss +19 -14
- package/dist/scss/YourBondsModal.scss +3 -3
- package/dist/scss/index.scss +12 -0
- package/dist/state/allowance/useAllowance.d.ts +15 -0
- package/dist/state/balance/useCurrencyBalance.d.ts +4 -0
- package/dist/state/bonds/useBondNFTData.d.ts +5 -0
- package/dist/state/bonds/useBondsData.d.ts +4 -0
- package/dist/state/bonds/useBondsList.d.ts +4 -0
- package/dist/state/bonds/useHotBonds.d.ts +3 -0
- package/dist/state/bonds/useUserBonds.d.ts +5 -0
- package/dist/state/price/useCurrencyPrice.d.ts +3 -0
- package/dist/state/slippage/useSlippage.d.ts +1 -0
- package/dist/state/tokenPrices/useTokenPrices.d.ts +29 -0
- package/dist/state/zap/getChainParam.d.ts +12 -0
- package/dist/state/zap/useSoulZapBondQuote.d.ts +4 -0
- package/dist/state/zap/useSoulZapTokenQuote.d.ts +3 -0
- package/dist/types/bonds.d.ts +4 -41
- package/dist/types/yourbonds.d.ts +54 -69
- package/dist/utils/displayHelpers.d.ts +13 -0
- package/dist/utils/getNativeTicker.d.ts +3 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/views/BondModal/BondModal.d.ts +7 -6
- package/dist/views/BondModal/helper.d.ts +6 -6
- package/dist/views/BondModal/index.d.ts +2 -2
- package/dist/views/Bonds/Bonds.d.ts +7 -10
- package/dist/views/Bonds/components/CheckURL/index.d.ts +4 -0
- package/dist/views/Bonds/index.d.ts +4 -0
- package/dist/views/Bonds/utils.d.ts +14 -0
- package/dist/views/FullBondsView/FullBondsView.d.ts +7 -0
- package/dist/views/FullBondsView/index.d.ts +3 -0
- package/dist/views/YourBonds/YourBonds.d.ts +1 -11
- package/dist/views/YourBonds/components/UserBondRow/index.d.ts +6 -0
- package/dist/views/YourBonds/fetchBillsUser.d.ts +4 -5
- package/dist/views/YourBonds/index.d.ts +3 -0
- package/dist/views/YourBondsModal/YourBondsModal.d.ts +4 -5
- package/dist/views/ZapModal/index.d.ts +14 -0
- package/dist/views/ZapModal/styles.d.ts +2 -0
- package/package.json +24 -24
- package/dist/components/BondMenu/BondMenu.js +0 -40
- package/dist/components/BondMenu/useChainFilterOption.js +0 -30
- package/dist/components/BondRows/BondRow.js +0 -81
- package/dist/components/BondRows/BondRowHeader.js +0 -12
- package/dist/components/BondRows/BondRowsByChain.js +0 -13
- package/dist/components/BondRows/BondRowsWithTitle.js +0 -20
- package/dist/components/BondRows/ChainTitle.js +0 -18
- package/dist/components/MenuSelect/MenuSelect.js +0 -36
- package/dist/components/MenuSelect/RecommendationSelector.js +0 -32
- package/dist/components/MenuSelect/types.js +0 -1
- package/dist/components/NetworkFilter/index.js +0 -66
- package/dist/components/ProgressBar/ProgressBar.js +0 -10
- package/dist/components/ProgressBar/ProgressBarWrapper.js +0 -9
- package/dist/components/ProgressBar/styles.js +0 -82
- package/dist/components/TokenInfoAndName/index.js +0 -61
- package/dist/components/Tooltip/ButtonsRow.js +0 -21
- package/dist/components/Tooltip/Tooltip.js +0 -13
- package/dist/components/Tooltip/styles.js +0 -44
- package/dist/components/uikit-sdk/Button/Button.js +0 -91
- package/dist/components/uikit-sdk/Button/IconButton.js +0 -33
- package/dist/components/uikit-sdk/Button/index.js +0 -2
- package/dist/components/uikit-sdk/Button/styles.js +0 -30
- package/dist/components/uikit-sdk/Button/types.js +0 -37
- package/dist/components/uikit-sdk/Checkbox/index.js +0 -46
- package/dist/components/uikit-sdk/Checkbox/types.js +0 -5
- package/dist/components/uikit-sdk/Flex/index.js +0 -29
- package/dist/components/uikit-sdk/Input/Input.js +0 -72
- package/dist/components/uikit-sdk/Input/NumericInput.js +0 -35
- package/dist/components/uikit-sdk/Input/StyledInput.js +0 -26
- package/dist/components/uikit-sdk/Input/index.js +0 -3
- package/dist/components/uikit-sdk/Modal/ModalFooter.js +0 -21
- package/dist/components/uikit-sdk/Modal/ModalHeader.js +0 -31
- package/dist/components/uikit-sdk/Modal/index.js +0 -46
- package/dist/components/uikit-sdk/Modal/styles.js +0 -62
- package/dist/components/uikit-sdk/Modal/types.js +0 -1
- package/dist/components/uikit-sdk/Select/Select.js +0 -61
- package/dist/components/uikit-sdk/Select/SelectItem.js +0 -40
- package/dist/components/uikit-sdk/Select/index.js +0 -2
- package/dist/components/uikit-sdk/Select/styles.js +0 -50
- package/dist/components/uikit-sdk/Select/types.js +0 -37
- package/dist/components/uikit-sdk/Skeleton/index.js +0 -31
- package/dist/components/uikit-sdk/Skeleton/styles.js +0 -40
- package/dist/components/uikit-sdk/Skeleton/types.js +0 -10
- package/dist/components/uikit-sdk/Svg/Icons/AbondFullLogo.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AbondSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/AccountMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ApebondLogo.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/ApeswapSmallLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Audit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BananaIcon.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/BillsM1.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/BillsM2.js +0 -17
- package/dist/components/uikit-sdk/Svg/Icons/BillsM3.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bridge.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Bubble.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calculator.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Calendar.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Cancelled.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Card.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Caret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chain.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Chart.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Chat.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Close.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Cog.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Collapse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Copy.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Discord.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DiscordNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Docs.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/DocsV2.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Ellipse.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Error.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Expand.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Explorer.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/External.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Farm.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fav.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FilledURL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Fire.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Frame.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/FullLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Gnana.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/GreenShield.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/HamburgerClosed.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Home.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Hot.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Info.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/InfoSolid.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Insight.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Island.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Language.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LanguageIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/LiquidityIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Logout.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Medium.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/MenuSettings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Message.js +0 -9
- package/dist/components/uikit-sdk/Svg/Icons/Migrate.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Moon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/More.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NFA.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/NavCaret.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Play.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Pool.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Positions.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileDark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ProfileIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ProfileLight.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Question.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/QuestionFill.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Quiz.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Receipt.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Rocket.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ScrollTop.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Search.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Send.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Settings.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Share.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Sort.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Success.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SuccessOutline.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwapArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/SwitchArrows.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Tag.js +0 -5
- package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TelegramNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/TextLogo.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/TickShield.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trade.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Trash.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/URL.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Vaults.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Verified.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/Wallet.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Warning.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Watch.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/Website.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WebsiteNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/WhitepaperNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/XNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/YellowQuestionMark.js +0 -6
- package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/index.js +0 -112
- package/dist/components/uikit-sdk/Svg/Icons/polygonNew.js +0 -16
- package/dist/components/uikit-sdk/Svg/Icons/types.js +0 -1
- package/dist/components/uikit-sdk/Svg/index.js +0 -347
- package/dist/components/uikit-sdk/Svg/styles.js +0 -16
- package/dist/components/uikit-sdk/Svg/tokens/ABOND.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BANANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BASE.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BNB.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/BSC.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/CELO.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/ETH.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNANA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/OKX.js +0 -5
- package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +0 -8
- package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +0 -6
- package/dist/components/uikit-sdk/Svg/tokens/index.js +0 -22
- package/dist/components/uikit-sdk/Svg/types.js +0 -165
- package/dist/components/uikit-sdk/Svg/walletIcons/BinanceChain.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Bitkeep.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Brave.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Coinbase.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MadWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/MathWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Metamask.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Nabox.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OKX.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/OntoWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SafePalWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/SocialLogin.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TokenPocket.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TorusWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/TrustWallet.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/Unstoppable.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletConnect.js +0 -6
- package/dist/components/uikit-sdk/Svg/walletIcons/WalletImage.js +0 -5
- package/dist/components/uikit-sdk/Svg/walletIcons/index.js +0 -18
- package/dist/components/uikit-sdk/Tag/ListTag.js +0 -20
- package/dist/components/uikit-sdk/Tag/Tag.js +0 -42
- package/dist/components/uikit-sdk/Tag/index.js +0 -2
- package/dist/components/uikit-sdk/Tag/styles.js +0 -44
- package/dist/components/uikit-sdk/Tag/types.js +0 -34
- package/dist/components/uikit-sdk/Text/index.js +0 -35
- package/dist/components/uikit-sdk/Text/types.js +0 -13
- package/dist/components/uikit-sdk/TokenImage/index.js +0 -18
- package/dist/components/uikit-sdk/TooltipBubble/index.js +0 -66
- package/dist/components/uikit-sdk/TooltipBubble/styles.js +0 -60
- package/dist/components/uikit-sdk/TooltipBubble/types.js +0 -8
- package/dist/components/uikit-sdk/index.js +0 -12
- package/dist/config/abi/bond.json +0 -450
- package/dist/config/abi/erc20.json +0 -117
- package/dist/config/abi/multicallv2.json +0 -143
- package/dist/config/abi/types/Banana.js +0 -1
- package/dist/config/abi/types/Bond.js +0 -1
- package/dist/config/abi/types/BondNft.js +0 -1
- package/dist/config/abi/types/EnsPublicResolver.js +0 -1
- package/dist/config/abi/types/EnsRegistrar.js +0 -1
- package/dist/config/abi/types/Erc20.js +0 -1
- package/dist/config/abi/types/Erc20_bytes32.js +0 -1
- package/dist/config/abi/types/JungleChef.js +0 -1
- package/dist/config/abi/types/LaunchBonds.js +0 -1
- package/dist/config/abi/types/LensContract.js +0 -1
- package/dist/config/abi/types/LockVeAbond.js +0 -1
- package/dist/config/abi/types/MigrationBond.js +0 -1
- package/dist/config/abi/types/MigrationFveAbond.js +0 -1
- package/dist/config/abi/types/MiniComplexRewarder.js +0 -1
- package/dist/config/abi/types/Multicallv2.js +0 -1
- package/dist/config/abi/types/Multicallv3.js +0 -1
- package/dist/config/abi/types/NonFungibleApes.js +0 -1
- package/dist/config/abi/types/NonFungibleBananas.js +0 -1
- package/dist/config/abi/types/PriceGetter.js +0 -1
- package/dist/config/abi/types/PriceGetterLinea.js +0 -1
- package/dist/config/abi/types/PriceGetterV2.js +0 -1
- package/dist/config/abi/types/SousChef.js +0 -1
- package/dist/config/abi/types/Treasury.js +0 -1
- package/dist/config/abi/types/Weth.js +0 -1
- package/dist/config/abi/types/Zap.js +0 -1
- package/dist/config/abi/types/common.js +0 -1
- package/dist/config/abi/types/factories/Banana__factory.js +0 -628
- package/dist/config/abi/types/factories/BondNft__factory.js +0 -951
- package/dist/config/abi/types/factories/Bond__factory.js +0 -1042
- package/dist/config/abi/types/factories/EnsPublicResolver__factory.js +0 -833
- package/dist/config/abi/types/factories/EnsRegistrar__factory.js +0 -439
- package/dist/config/abi/types/factories/Erc20__factory.js +0 -239
- package/dist/config/abi/types/factories/Erc20_bytes32__factory.js +0 -47
- package/dist/config/abi/types/factories/JungleChef__factory.js +0 -326
- package/dist/config/abi/types/factories/LaunchBonds__factory.js +0 -2031
- package/dist/config/abi/types/factories/LensContract__factory.js +0 -338
- package/dist/config/abi/types/factories/LockVeAbond__factory.js +0 -2215
- package/dist/config/abi/types/factories/MigrationBond__factory.js +0 -1656
- package/dist/config/abi/types/factories/MigrationFveAbond__factory.js +0 -346
- package/dist/config/abi/types/factories/MiniComplexRewarder__factory.js +0 -586
- package/dist/config/abi/types/factories/Multicallv2__factory.js +0 -160
- package/dist/config/abi/types/factories/Multicallv3__factory.js +0 -109
- package/dist/config/abi/types/factories/NonFungibleApes__factory.js +0 -810
- package/dist/config/abi/types/factories/NonFungibleBananas__factory.js +0 -756
- package/dist/config/abi/types/factories/PriceGetterLinea__factory.js +0 -1465
- package/dist/config/abi/types/factories/PriceGetterV2__factory.js +0 -1364
- package/dist/config/abi/types/factories/PriceGetter__factory.js +0 -1326
- package/dist/config/abi/types/factories/SousChef__factory.js +0 -666
- package/dist/config/abi/types/factories/Treasury__factory.js +0 -309
- package/dist/config/abi/types/factories/Weth__factory.js +0 -296
- package/dist/config/abi/types/factories/Zap__factory.js +0 -889
- package/dist/config/abi/types/factories/index.js +0 -28
- package/dist/config/abi/types/index.js +0 -26
- package/dist/config/constants/addresses.js +0 -116
- package/dist/config/constants/api.js +0 -6
- package/dist/config/constants/chains.js +0 -436
- package/dist/config/constants/lifiRouting.js +0 -6
- package/dist/config/constants/lists.js +0 -21
- package/dist/config/constants/meta.js +0 -92
- package/dist/config/constants/misc.js +0 -4
- package/dist/config/constants/networks.js +0 -44
- package/dist/config/constants/products.js +0 -58
- package/dist/config/constants/queryKeys.js +0 -24
- package/dist/config/constants/tokens.js +0 -452
- package/dist/config/constants/tutorials.js +0 -80
- package/dist/config/localization/languages.js +0 -83
- package/dist/config/localization/translations.json +0 -918
- package/dist/contexts/Localization/Provider.js +0 -134
- package/dist/contexts/Localization/helpers.js +0 -63
- package/dist/contexts/Localization/index.js +0 -2
- package/dist/contexts/Localization/types.js +0 -1
- package/dist/contexts/Localization/useTranslation.js +0 -10
- package/dist/contexts/ModalContext.js +0 -67
- package/dist/contexts/RefreshContext.js +0 -78
- package/dist/enum/apeswaplists.d.ts +0 -418
- package/dist/enum/apeswaplists.js +0 -152
- package/dist/enum/tooltips.js +0 -13
- package/dist/hooks/useCookie.js +0 -29
- package/dist/hooks/useIsAbond.js +0 -10
- package/dist/hooks/useModal.js +0 -39
- package/dist/hooks/usePendingVesting.js +0 -13
- package/dist/hooks/useRefresh.js +0 -7
- package/dist/hooks/useTimer.js +0 -13
- package/dist/hooks/useTopThreeTags.js +0 -25
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -6
- package/dist/providers/index.js +0 -12
- package/dist/theme/base.js +0 -123
- package/dist/theme/colors.js +0 -93
- package/dist/theme/components.js +0 -338
- package/dist/theme/display.js +0 -2
- package/dist/theme/index.js +0 -15
- package/dist/theme/types.js +0 -1
- package/dist/types/bonds.js +0 -1
- package/dist/types/yourbonds.js +0 -1
- package/dist/utils/convertToTokenValue.js +0 -24
- package/dist/utils/formatNumber.js +0 -34
- package/dist/utils/formatNumbers.js +0 -148
- package/dist/utils/getBalanceNumber.js +0 -18
- package/dist/utils/getTimePeriods.js +0 -44
- package/dist/utils/index.js +0 -127
- package/dist/utils/localStorageHelpers.js +0 -47
- package/dist/utils/multicall.js +0 -90
- package/dist/utils/numbers.js +0 -111
- package/dist/utils/roundNumber.js +0 -14
- package/dist/utils/track.js +0 -17
- package/dist/views/BondModal/BondModal.js +0 -277
- package/dist/views/BondModal/helper.js +0 -54
- package/dist/views/BondModal/index.js +0 -18
- package/dist/views/Bonds/Bonds.js +0 -174
- package/dist/views/YourBonds/YourBonds.js +0 -276
- package/dist/views/YourBonds/fetchBillsUser.js +0 -235
- package/dist/views/YourBonds/getBillNftData.js +0 -109
- package/dist/views/YourBondsModal/YourBondsModal.js +0 -173
- package/dist/views/YourBondsModal/styles.js +0 -12
- /package/dist/{enum → config/constants}/tooltips.d.ts +0 -0
|
@@ -1,918 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
" total harvest value": " total harvest value",
|
|
3
|
-
"1 GNANA calculated as 1.389 BANANA": "1 GNANA calculated as 1.389 BANANA",
|
|
4
|
-
"1d": "1d",
|
|
5
|
-
"Reflect Fee": "Reflect Fee",
|
|
6
|
-
"2 WAYS TO PARTICIPATE": "2 WAYS TO PARTICIPATE",
|
|
7
|
-
"25 % of tokens unlock immediately and the remaining 75% vest linearly over 90 days.": "25 % of tokens unlock immediately and the remaining 75% vest linearly over 90 days.",
|
|
8
|
-
"Burn Fee": "Burn Fee",
|
|
9
|
-
"30d": "30d",
|
|
10
|
-
"365d": "365d",
|
|
11
|
-
"7d": "7d",
|
|
12
|
-
"95% goes to the seller, 4% goes to the NFA Community, and 1% goes to the ApeSwap Treasury.": "95% goes to the seller, 4% goes to the NFA Community, and 1% goes to the ApeSwap Treasury.",
|
|
13
|
-
"99Starz": "99Starz",
|
|
14
|
-
"A new array of pools will be made available only to GNANA holders": "A new array of pools will be made available only to GNANA holders",
|
|
15
|
-
"APE HARDER": "APE HARDER",
|
|
16
|
-
"APPROVE": "APPROVE",
|
|
17
|
-
"APPROVE CONTRACT": "APPROVE CONTRACT",
|
|
18
|
-
"APPROVED": "APPROVED",
|
|
19
|
-
"APR": "APR",
|
|
20
|
-
"APR:": "APR:",
|
|
21
|
-
"APY": "APY",
|
|
22
|
-
"About": "About",
|
|
23
|
-
"Accept": "Accept",
|
|
24
|
-
"Access to secondary offerings for a higher token allocations": "Access to secondary offerings for a higher token allocations",
|
|
25
|
-
"Access unique pools with higher APRs": "Access unique pools with higher APRs",
|
|
26
|
-
"Accounts": "Accounts",
|
|
27
|
-
"Active": "Active",
|
|
28
|
-
"Add": "Add",
|
|
29
|
-
"Add Liquidity": "Add Liquidity",
|
|
30
|
-
"Add Liquidity To Receive LP Tokens": "Add Liquidity To Receive LP Tokens",
|
|
31
|
-
"Add liquidity to receive LP tokens": "Add liquidity to receive LP tokens",
|
|
32
|
-
"Add to Metamask": "Add to Metamask",
|
|
33
|
-
"Added by user •": "Added by user •",
|
|
34
|
-
"Admin Pools": "Admin Pools",
|
|
35
|
-
"Admins will be allocated OBIE tokens from grandpa Obie Dobo.": "Admins will be allocated OBIE tokens from grandpa Obie Dobo.",
|
|
36
|
-
"All Sales are Final": "All Sales are Final",
|
|
37
|
-
"Amount": "Amount",
|
|
38
|
-
"Amount contributed": "Amount contributed",
|
|
39
|
-
"Ape Stats": "Ape Stats",
|
|
40
|
-
"ApeLabs": "ApeLabs",
|
|
41
|
-
"ApeRocket": "ApeRocket",
|
|
42
|
-
"ApeSwap Stats": "ApeSwap Stats",
|
|
43
|
-
"ApeTV": "ApeTV",
|
|
44
|
-
"ApeZone": "ApeZone",
|
|
45
|
-
"Apeswap pair to be created": "Apeswap pair to be created",
|
|
46
|
-
"Apply to be listed today!": "Apply to be listed today!",
|
|
47
|
-
"Approve": "Approve",
|
|
48
|
-
"Approved!": "Approved!",
|
|
49
|
-
"Auction": "Auction",
|
|
50
|
-
"Auction Order": "Auction Order",
|
|
51
|
-
"Auction Start Length": "Auction Start Length",
|
|
52
|
-
"Audits": "Audits",
|
|
53
|
-
"Authorization Error": "Authorization Error",
|
|
54
|
-
"Available": "Available",
|
|
55
|
-
"BALANCE": "BALANCE",
|
|
56
|
-
"BANANA": "BANANA",
|
|
57
|
-
"BANANA Burns": "BANANA Burns",
|
|
58
|
-
"BANANA IN CIRCULATION": "BANANA IN CIRCULATION",
|
|
59
|
-
"BANANA Price": "BANANA Price",
|
|
60
|
-
"BECOME A PARTNER": "BECOME A PARTNER",
|
|
61
|
-
"BEGINNER APE? START HERE": "BEGINNER APE? START HERE",
|
|
62
|
-
"BPD": "BPD",
|
|
63
|
-
"BRIDGE": "BRIDGE",
|
|
64
|
-
"BUILD": "BUILD",
|
|
65
|
-
"Back": "Back",
|
|
66
|
-
"Back Home": "Back Home",
|
|
67
|
-
"Back to Self-Serve Launchpad": "Back to Self-Serve Launchpad",
|
|
68
|
-
"Balance": "Balance",
|
|
69
|
-
"Banana Pools": "Banana Pools",
|
|
70
|
-
"Base Color": "Base Color",
|
|
71
|
-
"BiShares": "BiShares",
|
|
72
|
-
"Bid": "Bid",
|
|
73
|
-
"Bidder": "Bidder",
|
|
74
|
-
"Bidding Error": "Bidding Error",
|
|
75
|
-
"Binance": "Binance",
|
|
76
|
-
"Bitfresh": "Bitfresh",
|
|
77
|
-
"Block": "Block",
|
|
78
|
-
"Block Number": "Block Number",
|
|
79
|
-
"Blog": "Blog",
|
|
80
|
-
"Bought For": "Bought For",
|
|
81
|
-
"BscScan": "BscScan",
|
|
82
|
-
"Bug Bounty Program": "Bug Bounty Program",
|
|
83
|
-
"Burn": "Burn",
|
|
84
|
-
"Burning": "Burning",
|
|
85
|
-
"Burning Vaults": "Burning Vaults",
|
|
86
|
-
"Burns at least 50% of every harvest in the form of $BANANA": "Burns at least 50% of every harvest in the form of $BANANA",
|
|
87
|
-
"Buying Golden Banana has a 30% cost.": "Buying Golden Banana has a 30% cost.",
|
|
88
|
-
"CLAIM": "CLAIM",
|
|
89
|
-
"CLAIMED": "CLAIMED",
|
|
90
|
-
"COLLECTING BANANA": "COLLECTING BANANA",
|
|
91
|
-
"CONTRIBUTE": "CONTRIBUTE",
|
|
92
|
-
"CONTRIBUTION WINDOW": "CONTRIBUTION WINDOW",
|
|
93
|
-
"CONVERT": "CONVERT",
|
|
94
|
-
"CREATE PRESALE": "CREATE PRESALE",
|
|
95
|
-
"Cancel": "Cancel",
|
|
96
|
-
"Cancel Your Listing": "Cancel Your Listing",
|
|
97
|
-
"Checkout the NFA aftermarket on NFTKEY!": "Checkout the NFA aftermarket on NFTKEY!",
|
|
98
|
-
"Claim": "Claim",
|
|
99
|
-
"Claimed": "Claimed",
|
|
100
|
-
"Clear all": "Clear all",
|
|
101
|
-
"Click here or Drop your PNG/SVG file here!": "Click here or Drop your PNG/SVG file here!",
|
|
102
|
-
"Close": "Close",
|
|
103
|
-
"Collect a 2% Reflect Fee on all GNANA Transactions": "Collect a 2% Reflect Fee on all GNANA Transactions",
|
|
104
|
-
"Collection": "Collection",
|
|
105
|
-
"Coming Soon": "Coming Soon",
|
|
106
|
-
"Commit": "Commit",
|
|
107
|
-
"Committed value": "Committed value",
|
|
108
|
-
"Common bases": "Common bases",
|
|
109
|
-
"Community": "Community",
|
|
110
|
-
"Confirm": "Confirm",
|
|
111
|
-
"Confirm Swap": "Confirm Swap",
|
|
112
|
-
"Confirm this transaction in your wallet": "Confirm this transaction in your wallet",
|
|
113
|
-
"Connect to a wallet to find pools": "Connect to a wallet to find pools",
|
|
114
|
-
"Continue": "Continue",
|
|
115
|
-
"Contribute": "Contribute",
|
|
116
|
-
"Converting": "Converting",
|
|
117
|
-
"Cool Pools": "Cool Pools",
|
|
118
|
-
"Core": "Core",
|
|
119
|
-
"Create": "Create",
|
|
120
|
-
"Create Pool & Supply": "Create Pool & Supply",
|
|
121
|
-
"Create Your Presale": "Create Your Presale",
|
|
122
|
-
"Create pool.": "Create pool.",
|
|
123
|
-
"Current": "Current",
|
|
124
|
-
"Custom Token": "Custom Token",
|
|
125
|
-
"DEVELOPMENT": "DEVELOPMENT",
|
|
126
|
-
"DISTRIBUTED BANANA/BLOCK": "DISTRIBUTED BANANA/BLOCK",
|
|
127
|
-
"DOCUMENTATION": "DOCUMENTATION",
|
|
128
|
-
"Daily": "Daily",
|
|
129
|
-
"Daily APY": "Daily APY",
|
|
130
|
-
"Vaulting Platform": "Vaulting Platform",
|
|
131
|
-
"Decentralized Index Funds": "Decentralized Index Funds",
|
|
132
|
-
"Hatch Your Destiny": "Hatch Your Destiny",
|
|
133
|
-
"An NFT Gating Ecosystem": "An NFT Gating Ecosystem",
|
|
134
|
-
"Decentralized Retro Gaming": "Decentralized Retro Gaming",
|
|
135
|
-
"Deposit": "Deposit",
|
|
136
|
-
"Deposit Fee": "Deposit Fee",
|
|
137
|
-
"Dev/Other": "Dev/Other",
|
|
138
|
-
"Did Not Sell": "Did Not Sell",
|
|
139
|
-
"Disable Multihops": "Disable Multihops",
|
|
140
|
-
"Dismiss": "Dismiss",
|
|
141
|
-
"Documentation": "Documentation",
|
|
142
|
-
"Don’t show this again": "Don’t show this again",
|
|
143
|
-
"Dragonary": "Dragonary",
|
|
144
|
-
"Dual": "Dual",
|
|
145
|
-
"Duration": "Duration",
|
|
146
|
-
"ENABLE": "ENABLE",
|
|
147
|
-
"EXPERIMENT": "EXPERIMENT",
|
|
148
|
-
"EXPLORE": "EXPLORE",
|
|
149
|
-
"Earned": "Earned",
|
|
150
|
-
"Earned Value": "Earned Value",
|
|
151
|
-
"Earnings": "Earnings",
|
|
152
|
-
"Enable": "Enable",
|
|
153
|
-
"Enabled": "Enabled",
|
|
154
|
-
"Enabling": "Enabling",
|
|
155
|
-
"End": "End",
|
|
156
|
-
"Ends in": "Ends in",
|
|
157
|
-
"Enter a valid slippage percentage": "Enter a valid slippage percentage",
|
|
158
|
-
"Enter valid list location": "Enter valid list location",
|
|
159
|
-
"Error importing list": "Error importing list",
|
|
160
|
-
"Exchange": "Exchange",
|
|
161
|
-
"Exclusive IAO Access": "Exclusive IAO Access",
|
|
162
|
-
"Exclusive Pools": "Exclusive Pools",
|
|
163
|
-
"Exclusive perks": "Exclusive perks",
|
|
164
|
-
"Expanded results from inactive Token Lists": "Expanded results from inactive Token Lists",
|
|
165
|
-
"Expert Mode": "Expert Mode",
|
|
166
|
-
"Eyes": "Eyes",
|
|
167
|
-
"FAQ": "FAQ",
|
|
168
|
-
"Face Color": "Face Color",
|
|
169
|
-
"Farms": "Farms",
|
|
170
|
-
"Fee": "Fee",
|
|
171
|
-
"Fee1": "Fee1",
|
|
172
|
-
"Fees": "Fees",
|
|
173
|
-
"Find other LP tokens": "Find other LP tokens",
|
|
174
|
-
"For sale": "For sale",
|
|
175
|
-
"Frame": "Frame",
|
|
176
|
-
"GNANA": "GNANA",
|
|
177
|
-
"GNANA Holdings": "GNANA Holdings",
|
|
178
|
-
"GNANA IN CIRCULATION": "GNANA IN CIRCULATION",
|
|
179
|
-
"GNANA is a reflect token with a 2% transfer fee": "GNANA is a reflect token with a 2% transfer fee",
|
|
180
|
-
"GNANA is being lined up to be the official governance token of ApeSwap": "GNANA is being lined up to be the official governance token of ApeSwap",
|
|
181
|
-
"GO TO IAOs": "GO TO IAOs",
|
|
182
|
-
"GO TO POOLS": "GO TO POOLS",
|
|
183
|
-
"GOLDEN BANANA": "GOLDEN BANANA",
|
|
184
|
-
"Gain access to GNANA only IAO allocation": "Gain access to GNANA only IAO allocation",
|
|
185
|
-
"Galactic Arena": "Galactic Arena",
|
|
186
|
-
"Get": "Get",
|
|
187
|
-
"Github": "Github",
|
|
188
|
-
"Gnana Breakdown": "Gnana Breakdown",
|
|
189
|
-
"Gnana Utility": "Gnana Utility",
|
|
190
|
-
"Good Project": "Good Project",
|
|
191
|
-
"Governance Proposals": "Governance Proposals",
|
|
192
|
-
"HARVEST": "HARVEST",
|
|
193
|
-
"HEADS UP, APES!": "HEADS UP, APES!",
|
|
194
|
-
"HOLD": "HOLD",
|
|
195
|
-
"HOW IT WORKS": "HOW IT WORKS",
|
|
196
|
-
"Hardcap": "Hardcap",
|
|
197
|
-
"Hat": "Hat",
|
|
198
|
-
"Have any other burning questions about SS-IAOs? Check out our": "Have any other burning questions about SS-IAOs? Check out our",
|
|
199
|
-
"Hide": "Hide",
|
|
200
|
-
"Hide or show expandable content": "Hide or show expandable content",
|
|
201
|
-
"Hifi": "Hifi",
|
|
202
|
-
"History": "History",
|
|
203
|
-
"Home": "Home",
|
|
204
|
-
"Hot": "Hot",
|
|
205
|
-
"Hot Farms": "Hot Farms",
|
|
206
|
-
"How are winners selected?": "How are winners selected?",
|
|
207
|
-
"How it works": "How it works",
|
|
208
|
-
"How the Clock Works": "How the Clock Works",
|
|
209
|
-
"How to Create an SS-IAO": "How to Create an SS-IAO",
|
|
210
|
-
"I understand": "I understand",
|
|
211
|
-
"I understand what I am doing and want to enable unlimited conversion.": "I understand what I am doing and want to enable unlimited conversion.",
|
|
212
|
-
"IAO": "IAO",
|
|
213
|
-
"IAOs run anywhere from 12-24 hours to ensure everyone across the globe has time to enter with ease.": "IAOs run anywhere from 12-24 hours to ensure everyone across the globe has time to enter with ease.",
|
|
214
|
-
"IAZO failed please claim your refund": "IAZO failed please claim your refund",
|
|
215
|
-
"IAZOs": "IAZOs",
|
|
216
|
-
"INNOVATION": "INNOVATION",
|
|
217
|
-
"COMMITMENT": "COMMITMENT",
|
|
218
|
-
"If softcap is met, but hardcap is not, burn the remaining tokens allocated to the token sale.": "If softcap is met, but hardcap is not, burn the remaining tokens allocated to the token sale.",
|
|
219
|
-
"If you purchase a token from this list, you may not be able to sell it back.": "If you purchase a token from this list, you may not be able to sell it back.",
|
|
220
|
-
"If you’re not selected, you won’t be able to claim. Better luck next time!": "If you’re not selected, you won’t be able to claim. Better luck next time!",
|
|
221
|
-
"Import": "Import",
|
|
222
|
-
"Import at your own risk": "Import at your own risk",
|
|
223
|
-
"Inactive": "Inactive",
|
|
224
|
-
"Info": "Info",
|
|
225
|
-
"Information": "Information",
|
|
226
|
-
"Initial Ape Offerings": "Initial Ape Offerings",
|
|
227
|
-
"Official Initial Ape Offerings": "Official Initial Ape Offerings",
|
|
228
|
-
"Invalid pair.": "Invalid pair.",
|
|
229
|
-
"Invalid recipient": "Invalid recipient",
|
|
230
|
-
"JDI": "JDI",
|
|
231
|
-
"Key Disclaimers": "Key Disclaimers",
|
|
232
|
-
"LAUNCH YOUR OWN": "LAUNCH YOUR OWN",
|
|
233
|
-
"LEARN MORE": "LEARN MORE",
|
|
234
|
-
"LIQUIDITY": "LIQUIDITY",
|
|
235
|
-
"LIST YOUR NFA": "LIST YOUR NFA",
|
|
236
|
-
"LP OFFERING": "LP OFFERING",
|
|
237
|
-
"LPs to Remove": "LPs to Remove",
|
|
238
|
-
"LP tokens in your wallet": "LP tokens in your wallet",
|
|
239
|
-
"Last for": "Last for",
|
|
240
|
-
"Leaderboard": "Leaderboard",
|
|
241
|
-
"Learn more": "Learn more",
|
|
242
|
-
"Limit Per User Missing": "Limit Per User Missing",
|
|
243
|
-
"Liquidity": "Liquidity",
|
|
244
|
-
"Liquidity Listing Price Missing": "Liquidity Listing Price Missing",
|
|
245
|
-
"Liquidity Listing Price Too High": "Liquidity Listing Price Too High",
|
|
246
|
-
"Liquidity Listing Price Too Low": "Liquidity Listing Price Too Low",
|
|
247
|
-
"Liquidity Lock": "Liquidity Lock",
|
|
248
|
-
"Liquidity Lock Missing": "Liquidity Lock Missing",
|
|
249
|
-
"Liquidity Percent Missing": "Liquidity Percent Missing",
|
|
250
|
-
"Liquidity Provider Fee": "Liquidity Provider Fee",
|
|
251
|
-
"List": "List",
|
|
252
|
-
"Lists": "Lists",
|
|
253
|
-
"Loaded": "Loaded",
|
|
254
|
-
"Loading": "Loading",
|
|
255
|
-
"Loading...": "Loading...",
|
|
256
|
-
"Lock Liquidity for": "Lock Liquidity for",
|
|
257
|
-
"Locked": "Locked",
|
|
258
|
-
"Lottery": "Lottery",
|
|
259
|
-
"Manage Tokens": "Manage Tokens",
|
|
260
|
-
"Manage this pool.": "Manage this pool.",
|
|
261
|
-
"Marketplace": "Marketplace",
|
|
262
|
-
"Max": "Max",
|
|
263
|
-
"Max Spend": "Max Spend",
|
|
264
|
-
"Medium Is Not a Valid URL": "Medium Is Not a Valid URL",
|
|
265
|
-
"Medium URL Missing": "Medium URL Missing",
|
|
266
|
-
"Min": "Min",
|
|
267
|
-
"Minimum received": "Minimum received",
|
|
268
|
-
"Missing dependencies": "Missing dependencies",
|
|
269
|
-
"Monthly": "Monthly",
|
|
270
|
-
"More": "More",
|
|
271
|
-
"More Info": "More Info",
|
|
272
|
-
"Mouth": "Mouth",
|
|
273
|
-
"Multiplier": "Multiplier",
|
|
274
|
-
"Multiplier:": "Multiplier:",
|
|
275
|
-
"NFA": "NFA",
|
|
276
|
-
"NFA Auction": "NFA Auction",
|
|
277
|
-
"NFA Index": "NFA Index",
|
|
278
|
-
"NFA Staking": "NFA Staking",
|
|
279
|
-
"Nfa Staking Pools": "Nfa Staking Pools",
|
|
280
|
-
"NFA Selected": "NFA Selected",
|
|
281
|
-
"NFAs Selected": "NFAs Selected",
|
|
282
|
-
"NFAs will be auctioned in the order they are submitted.": "NFAs will be auctioned in the order they are submitted.",
|
|
283
|
-
"NFT in wallet": "NFT in wallet",
|
|
284
|
-
"NFTY Network": "NFTY Network",
|
|
285
|
-
"NO": "NO",
|
|
286
|
-
"Never": "Never",
|
|
287
|
-
"Next": "Next",
|
|
288
|
-
"Next Sale": "Next Sale",
|
|
289
|
-
"No NFTs to claim": "No NFTs to claim",
|
|
290
|
-
"No liquidity found.": "No liquidity found.",
|
|
291
|
-
"No recent transactions": "No recent transactions",
|
|
292
|
-
"No results found": "No results found",
|
|
293
|
-
"Non Fungible Apes": "Non Fungible Apes",
|
|
294
|
-
"OUR IAO IDEOLOGY": "OUR IAO IDEOLOGY",
|
|
295
|
-
"OVERFLOW MODEL": "OVERFLOW MODEL",
|
|
296
|
-
"Official": "Official",
|
|
297
|
-
"On": "On",
|
|
298
|
-
"Once you are happy with the rate click supply to review.": "Once you are happy with the rate click supply to review.",
|
|
299
|
-
"Only use this mode if you know what you’re doing": "Only use this mode if you know what you’re doing",
|
|
300
|
-
"Oops, page not found.": "Oops, page not found.",
|
|
301
|
-
"Option 1": "Option 1",
|
|
302
|
-
"Option 2": "Option 2",
|
|
303
|
-
"Output will be sent to": "Output will be sent to",
|
|
304
|
-
"Overview": "Overview",
|
|
305
|
-
"PARTICIPATE NOW": "PARTICIPATE NOW",
|
|
306
|
-
"Pacoca": "Pacoca",
|
|
307
|
-
"Pairs": "Pairs",
|
|
308
|
-
"Partners Supporting The Jungle": "Partners Supporting The Jungle",
|
|
309
|
-
"Partnership Application": "Partnership Application",
|
|
310
|
-
"Passive Farming": "Passive Farming",
|
|
311
|
-
"Past": "Past",
|
|
312
|
-
"Paste address": "Paste address",
|
|
313
|
-
"Pending Confirmation": "Pending Confirmation",
|
|
314
|
-
"Percentage of raise to lock in liquidity": "Percentage of raise to lock in liquidity",
|
|
315
|
-
"Please be informed": "Please be informed",
|
|
316
|
-
"Please choose a liquidity listing price": "Please choose a liquidity listing price",
|
|
317
|
-
"Please choose a liquidity lock percentage": "Please choose a liquidity lock percentage",
|
|
318
|
-
"Please choose higher your liquidity listing price": "Please choose higher your liquidity listing price",
|
|
319
|
-
"Please enter a longer IAZO time than the minimum": "Please enter a longer IAZO time than the minimum",
|
|
320
|
-
"Please enter a shorter IAZO time than the maximum": "Please enter a shorter IAZO time than the maximum",
|
|
321
|
-
"Please enter a softcap less than the hardcap": "Please enter a softcap less than the hardcap",
|
|
322
|
-
"Please enter a valid url": "Please enter a valid url",
|
|
323
|
-
"Please enter a valid wallet address": "Please enter a valid wallet address",
|
|
324
|
-
"Please enter the amount of tokens for sale": "Please enter the amount of tokens for sale",
|
|
325
|
-
"Please raise your liquidity listing price": "Please raise your liquidity listing price",
|
|
326
|
-
"Please type the word \"confirm\" to enable expert mode.": "Please type the word \"confirm\" to enable expert mode.",
|
|
327
|
-
"Please upload a file size under 1MB": "Please upload a file size under 1MB",
|
|
328
|
-
"Please wait...": "Please wait...",
|
|
329
|
-
"Pool Found!": "Pool Found!",
|
|
330
|
-
"Pool Tokens": "Pool Tokens",
|
|
331
|
-
"Pooled": "Pooled",
|
|
332
|
-
"Pools": "Pools",
|
|
333
|
-
"Post sale liquidity": "Post sale liquidity",
|
|
334
|
-
"Presale Creator": "Presale Creator",
|
|
335
|
-
"Presale info": "Presale info",
|
|
336
|
-
"Presale price": "Presale price",
|
|
337
|
-
"Price": "Price",
|
|
338
|
-
"Price Impact": "Price Impact",
|
|
339
|
-
"Price Per Token Missing": "Price Per Token Missing",
|
|
340
|
-
"Price Updated": "Price Updated",
|
|
341
|
-
"Price of 1": "Price of 1",
|
|
342
|
-
"Proceeds": "Proceeds",
|
|
343
|
-
"Propose and Vote on platform decisions": "Propose and Vote on platform decisions",
|
|
344
|
-
"Provider Error": "Provider Error",
|
|
345
|
-
"Put Your NFA Up For Auction!": "Put Your NFA Up For Auction!",
|
|
346
|
-
"READ MORE": "READ MORE",
|
|
347
|
-
"REFUND": "REFUND",
|
|
348
|
-
"REFUNDED": "REFUNDED",
|
|
349
|
-
"RETURN": "RETURN",
|
|
350
|
-
"CURRENT RATES": "CURRENT RATES",
|
|
351
|
-
"Raised": "Raised",
|
|
352
|
-
"Rarity": "Rarity",
|
|
353
|
-
"Read More": "Read More",
|
|
354
|
-
"Read more about unsupported assets": "Read more about unsupported assets",
|
|
355
|
-
"Read the": "Read the",
|
|
356
|
-
"Receiving address": "Receiving address",
|
|
357
|
-
"Recent Transactions": "Recent Transactions",
|
|
358
|
-
"Recipient": "Recipient",
|
|
359
|
-
"Register for a chance to win": "Register for a chance to win",
|
|
360
|
-
"Register your interest in winning an NFT below.": "Register your interest in winning an NFT below.",
|
|
361
|
-
"Remove": "Remove",
|
|
362
|
-
"Remove Liquidity": "Remove Liquidity",
|
|
363
|
-
"Removing": "Removing",
|
|
364
|
-
"Returning": "Returning",
|
|
365
|
-
"Reward Tokens": "Reward Tokens",
|
|
366
|
-
"Route": "Route",
|
|
367
|
-
"SS-IAO Best Practices": "SS-IAO Best Practices",
|
|
368
|
-
"STAKE": "STAKE",
|
|
369
|
-
"STAKE LP": "STAKE LP",
|
|
370
|
-
"SWAP": "SWAP",
|
|
371
|
-
"Safety Alert": "Safety Alert",
|
|
372
|
-
"Search": "Search",
|
|
373
|
-
"Search by ape name": "Search by ape name",
|
|
374
|
-
"Search name or paste address": "Search name or paste address",
|
|
375
|
-
"See your Liquidity Positons": "See your Liquidity Positons",
|
|
376
|
-
"Select a Token": "Select a Token",
|
|
377
|
-
"Select a token": "Select a token",
|
|
378
|
-
"Self - Serve Launchpad": "Self - Serve Launchpad",
|
|
379
|
-
"Self-Serve": "Self-Serve",
|
|
380
|
-
"Self-Serve Launchpad Info": "Self-Serve Launchpad Info",
|
|
381
|
-
"Sell your Non-Fungible Ape to the highest bidder": "Sell your Non-Fungible Ape to the highest bidder",
|
|
382
|
-
"Share of Pool": "Share of Pool",
|
|
383
|
-
"Share of pool": "Share of pool",
|
|
384
|
-
"Soft Cap": "Soft Cap",
|
|
385
|
-
"Softcap": "Softcap",
|
|
386
|
-
"Softcap Missing": "Softcap Missing",
|
|
387
|
-
"Softcap Must Be Less Than Hardcap": "Softcap Must Be Less Than Hardcap",
|
|
388
|
-
"Something went wrong": "Something went wrong",
|
|
389
|
-
"Stake": "Stake",
|
|
390
|
-
"Stake LP tokens": "Stake LP tokens",
|
|
391
|
-
"Stake LP tokens to earn BANANA": "Stake LP tokens to earn BANANA",
|
|
392
|
-
"Stake LP tokens to earn Rewards": "Stake LP tokens to earn Rewards",
|
|
393
|
-
"Stake OBIE to earn new tokens.": "Stake OBIE to earn new tokens.",
|
|
394
|
-
"Stake your Non-Fungible Ape for profits from the auction": "Stake your Non-Fungible Ape for profits from the auction",
|
|
395
|
-
"Stake:": "Stake:",
|
|
396
|
-
"Staked": "Staked",
|
|
397
|
-
"Staked Amount": "Staked Amount",
|
|
398
|
-
"Staked Value": "Staked Value",
|
|
399
|
-
"Staking": "Staking",
|
|
400
|
-
"Staking / Committing": "Staking / Committing",
|
|
401
|
-
"Start": "Start",
|
|
402
|
-
"Start earning passive income with your cryptocurrency!": "Start earning passive income with your cryptocurrency!",
|
|
403
|
-
"Starts in": "Starts in",
|
|
404
|
-
"Supply": "Supply",
|
|
405
|
-
"Swap Anyway": "Swap Anyway",
|
|
406
|
-
"Swapping": "Swapping",
|
|
407
|
-
"Swiper not found": "Swiper not found",
|
|
408
|
-
"TOTAL BANANA BURNED": "TOTAL BANANA BURNED",
|
|
409
|
-
"Total Value Locked": "Total Value Locked",
|
|
410
|
-
"TVL All Pools": "TVL All Pools",
|
|
411
|
-
"Teams & Profile": "Teams & Profile",
|
|
412
|
-
"Telegram Is Not a Valid URL": "Telegram Is Not a Valid URL",
|
|
413
|
-
"Telegram URL Missing": "Telegram URL Missing",
|
|
414
|
-
"The Rules are the Same": "The Rules are the Same",
|
|
415
|
-
"Community-Driven iGaming Platform": "Community-Driven iGaming Platform",
|
|
416
|
-
"The funds raised are used to finalize development and launch the project": "The funds raised are used to finalize development and launch the project",
|
|
417
|
-
"The ratio of tokens you add will set the price of this pool.": "The ratio of tokens you add will set the price of this pool.",
|
|
418
|
-
"These projects are meant to be unique and push the boundaries of crypto forward": "These projects are meant to be unique and push the boundaries of crypto forward",
|
|
419
|
-
"Tier": "Tier",
|
|
420
|
-
"Tier 1": "Tier 1",
|
|
421
|
-
"Tier 2": "Tier 2",
|
|
422
|
-
"Tier 3": "Tier 3",
|
|
423
|
-
"Tier 4": "Tier 4",
|
|
424
|
-
"Tier 5": "Tier 5",
|
|
425
|
-
"Timeframe": "Timeframe",
|
|
426
|
-
"To raise (USD)": "To raise (USD)",
|
|
427
|
-
"Token": "Token",
|
|
428
|
-
"Token Address...": "Token Address...",
|
|
429
|
-
"Token Logo": "Token Logo",
|
|
430
|
-
"Token Logo File Not Valid": "Token Logo File Not Valid",
|
|
431
|
-
"Token Logo File Size To Large": "Token Logo File Size To Large",
|
|
432
|
-
"Token Logo Missing": "Token Logo Missing",
|
|
433
|
-
"Token Sale Exceeds User Balance": "Token Sale Exceeds User Balance",
|
|
434
|
-
"Tokenomics": "Tokenomics",
|
|
435
|
-
"Tokens": "Tokens",
|
|
436
|
-
"Tokens For Sale Missing": "Tokens For Sale Missing",
|
|
437
|
-
"Tokens Withdrawn": "Tokens Withdrawn",
|
|
438
|
-
"Tokens available": "Tokens available",
|
|
439
|
-
"Tokens bought": "Tokens bought",
|
|
440
|
-
"Tokens harvested": "Tokens harvested",
|
|
441
|
-
"Tokens vested": "Tokens vested",
|
|
442
|
-
"Total Staked": "Total Staked",
|
|
443
|
-
"Total Staked Amount": "Total Staked Amount",
|
|
444
|
-
"Total Staked Value": "Total Staked Value",
|
|
445
|
-
"Total pooled tokens": "Total pooled tokens",
|
|
446
|
-
"Total raised (% of target)": "Total raised (% of target)",
|
|
447
|
-
"Trade": "Trade",
|
|
448
|
-
"Trade in for BANANA, or keep for your collection!": "Trade in for BANANA, or keep for your collection!",
|
|
449
|
-
"Trade in your NFT for BANANA, or just keep it for your collection.": "Trade in your NFT for BANANA, or just keep it for your collection.",
|
|
450
|
-
"Transaction Error": "Transaction Error",
|
|
451
|
-
"Transaction Settings": "Transaction Settings",
|
|
452
|
-
"Transaction Submitted": "Transaction Submitted",
|
|
453
|
-
"Transaction rejected.": "Transaction rejected.",
|
|
454
|
-
"Transfer": "Transfer",
|
|
455
|
-
"Transfer NFT": "Transfer NFT",
|
|
456
|
-
"Transferring": "Transferring",
|
|
457
|
-
"Trust NFT": "Trust NFT",
|
|
458
|
-
"Turn On Expert Mode": "Turn On Expert Mode",
|
|
459
|
-
"Twitter Is Not a Valid URL": "Twitter Is Not a Valid URL",
|
|
460
|
-
"Twitter URL Missing": "Twitter URL Missing",
|
|
461
|
-
"Tx deadline (mins)": "Tx deadline (mins)",
|
|
462
|
-
"UNLOCK WALLET": "UNLOCK WALLET",
|
|
463
|
-
"USD": "USD",
|
|
464
|
-
"USD MARKET CAP": "USD MARKET CAP",
|
|
465
|
-
"Unexpected error. Please contact support: none of the calls threw an error": "Unexpected error. Please contact support: none of the calls threw an error",
|
|
466
|
-
"Unexpected issue with estimating the gas. Please try again.": "Unexpected issue with estimating the gas. Please try again.",
|
|
467
|
-
"Unknown Source": "Unknown Source",
|
|
468
|
-
"Unstake": "Unstake",
|
|
469
|
-
"Unstake LP tokens": "Unstake LP tokens",
|
|
470
|
-
"Unsupported Assets": "Unsupported Assets",
|
|
471
|
-
"VESTING SCHEDULE": "VESTING SCHEDULE",
|
|
472
|
-
"Valuable Vaults": "Valuable Vaults",
|
|
473
|
-
"Value": "Value",
|
|
474
|
-
"Value must be greater than": "Value must be greater than",
|
|
475
|
-
"Value must be less than": "Value must be less than",
|
|
476
|
-
"Vaults": "Vaults",
|
|
477
|
-
"Very Nice": "Very Nice",
|
|
478
|
-
"Vesting time": "Vesting time",
|
|
479
|
-
"View Project Site": "View Project Site",
|
|
480
|
-
"View on BscScan": "View on BscScan",
|
|
481
|
-
"View on explorer": "View on explorer",
|
|
482
|
-
"View project site": "View project site",
|
|
483
|
-
"WARNING": "WARNING",
|
|
484
|
-
"WITHDRAW": "WITHDRAW",
|
|
485
|
-
"Waiting For Confirmation": "Waiting For Confirmation",
|
|
486
|
-
"Wallet Address or ENS name": "Wallet Address or ENS name",
|
|
487
|
-
"We thoroughly vet applicants to choose projects we believe in as long term partners": "We thoroughly vet applicants to choose projects we believe in as long term partners",
|
|
488
|
-
"Website": "Website",
|
|
489
|
-
"Website Is Not a Valid URL": "Website Is Not a Valid URL",
|
|
490
|
-
"Website URL Missing": "Website URL Missing",
|
|
491
|
-
"Weekly": "Weekly",
|
|
492
|
-
"Welcome all Apes!": "Welcome all Apes!",
|
|
493
|
-
"A Play-to-Earn NFT Battleground": "A Play-to-Earn NFT Battleground",
|
|
494
|
-
"Welcome to the Self-Serve Auction House!": "Welcome to the Self-Serve Auction House!",
|
|
495
|
-
"What is it good for?": "What is it good for?",
|
|
496
|
-
"When News Ser?": "When News Ser?",
|
|
497
|
-
"When the auction ends the NFA will be sent to the highest bidder. No execptions!": "When the auction ends the NFA will be sent to the highest bidder. No execptions!",
|
|
498
|
-
"Why be a human, when you can be an ape?": "Why be a human, when you can be an ape?",
|
|
499
|
-
"Winners are selected at random! Good luck!": "Winners are selected at random! Good luck!",
|
|
500
|
-
"Winners will be able to claim an NFT on this page once the claiming period starts.": "Winners will be able to claim an NFT on this page once the claiming period starts.",
|
|
501
|
-
"Withdraw Fee": "Withdraw Fee",
|
|
502
|
-
"Withdraw Tokens": "Withdraw Tokens",
|
|
503
|
-
"YES": "YES",
|
|
504
|
-
"Yearly": "Yearly",
|
|
505
|
-
"Yearly APY": "Yearly APY",
|
|
506
|
-
"You are the first liquidity provider.": "You are the first liquidity provider.",
|
|
507
|
-
"You do not accumulate reflect fees when your GNANA is staked in a pool": "You do not accumulate reflect fees when your GNANA is staked in a pool",
|
|
508
|
-
"You do not have any NFAs in your wallet": "You do not have any NFAs in your wallet",
|
|
509
|
-
"You do not have any NFAs staked": "You do not have any NFAs staked",
|
|
510
|
-
"You don’t have liquidity in this pool yet.": "You don’t have liquidity in this pool yet.",
|
|
511
|
-
"You have no NFTs to claim at this time, but you can still see the NFTs in this series below.": "You have no NFTs to claim at this time, but you can still see the NFTs in this series below.",
|
|
512
|
-
"You may cancel your entry any time before your auction begins.": "You may cancel your entry any time before your auction begins.",
|
|
513
|
-
"Your APR": "Your APR",
|
|
514
|
-
"Your APR (%)": "Your APR (%)",
|
|
515
|
-
"Your Ape Stats": "Your Ape Stats",
|
|
516
|
-
"Your Apes": "Your Apes",
|
|
517
|
-
"Your BANANA earnings ($)": "Your BANANA earnings ($)",
|
|
518
|
-
"Your IAZO Length Is Too Long": "Your IAZO Length Is Too Long",
|
|
519
|
-
"Your IAZO Length Is Too Short": "Your IAZO Length Is Too Short",
|
|
520
|
-
"Your Pending Rewards": "Your Pending Rewards",
|
|
521
|
-
"Your Profile": "Your Profile",
|
|
522
|
-
"Your SS-IAO encountered an error. Please contact the ApeSwap team for help.": "Your SS-IAO encountered an error. Please contact the ApeSwap team for help.",
|
|
523
|
-
"Your SS-IAO was successfully created!": "Your SS-IAO was successfully created!",
|
|
524
|
-
"Your TVL": "Your TVL",
|
|
525
|
-
"Your contributions": "Your contributions",
|
|
526
|
-
"Your own personal pools page to reward your hard work": "Your own personal pools page to reward your hard work",
|
|
527
|
-
"Your transaction may be frontrun": "Your transaction may be frontrun",
|
|
528
|
-
"Your transaction may fail": "Your transaction may fail",
|
|
529
|
-
"documentation": "documentation",
|
|
530
|
-
"done": "done",
|
|
531
|
-
"fake-url": "fake-url",
|
|
532
|
-
"fake-url-invalid": "fake-url-invalid",
|
|
533
|
-
"for alternative dashboards!": "for alternative dashboards!",
|
|
534
|
-
"from our own due diligence expert Alpha Rho.": "from our own due diligence expert Alpha Rho.",
|
|
535
|
-
"get": "get",
|
|
536
|
-
"hours": "hours",
|
|
537
|
-
"in BANANA in Wallet": "in BANANA in Wallet",
|
|
538
|
-
"index": "index",
|
|
539
|
-
"limit per user": "limit per user",
|
|
540
|
-
"list-id": "list-id",
|
|
541
|
-
"live": "live",
|
|
542
|
-
"Lock Time:": "Lock Time:",
|
|
543
|
-
"Completed": "Completed",
|
|
544
|
-
"GitHub Info": "GitHub Info",
|
|
545
|
-
"not-supported": "not-supported",
|
|
546
|
-
"our guide": "our guide",
|
|
547
|
-
"per": "per",
|
|
548
|
-
"valued at": "valued at",
|
|
549
|
-
"rarity": "rarity",
|
|
550
|
-
"swap-currency-output": "swap-currency-output",
|
|
551
|
-
"to get all the answers!": "to get all the answers!",
|
|
552
|
-
"upcoming": "upcoming",
|
|
553
|
-
"Some assets are not available through this interface because they may not work well with our smart contract or we are unable to allow trading for legal reasons.": "Some assets are not available through this interface because they may not work well with our smart contract or we are unable to allow trading for legal reasons.",
|
|
554
|
-
"By adding this list you are implicitly trusting that the data is correct. Anyone can create a list, including creating fake versions of existing lists and lists that claim to represent projects that do not have one.": "By adding this list you are implicitly trusting that the data is correct. Anyone can create a list, including creating fake versions of existing lists and lists that claim to represent projects that do not have one.",
|
|
555
|
-
"The claiming period hasn't started yet. Check back soon.": "The claiming period hasn't started yet. Check back soon.",
|
|
556
|
-
"Welcome to ApeSwap's Lending Network": "Welcome to ApeSwap's Lending Network",
|
|
557
|
-
"Welcome to ApeSwap's Farms": "Welcome to ApeSwap's Farms",
|
|
558
|
-
"Welcome to ApeSwap's Pools": "Welcome to ApeSwap's Pools",
|
|
559
|
-
"Level %rarityTierNumber% | Rarity %rarityOverallRank% / 1000": "Level %rarityTierNumber% | Rarity %rarityOverallRank% / 1000",
|
|
560
|
-
"By adding liquidity you'll earn 0.2% of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.": "By adding liquidity you'll earn 0.2% of all trades on this pair proportional to your share of the pool. Fees are added to the pool, accrue in real time and can be claimed by withdrawing your liquidity.",
|
|
561
|
-
"ApeSwap is a Decentralized Exchange. By nature, this means anyone can create a token and add liquidity. Unlisted tokens may unfortunately be a scam.": "ApeSwap is a Decentralized Exchange. By nature, this means anyone can create a token and add liquidity. Unlisted tokens may unfortunately be a scam.",
|
|
562
|
-
"Are you a project owner?": "Are you a project owner?",
|
|
563
|
-
"Add %symbol% to Metamask": "Add %symbol% to Metamask",
|
|
564
|
-
"Swap failed: %message%": "Swap failed: %message%",
|
|
565
|
-
"Converting from BANANA to GNANA involves paying a 28% burn fee and a 2% reflect fee for a total cost of 30% per conversion. For every 1 BANANA you convert, you will receive 0.7 GNANA.": "Converting from BANANA to GNANA involves paying a 28% burn fee and a 2% reflect fee for a total cost of 30% per conversion. For every 1 BANANA you convert, you will receive 0.7 GNANA.",
|
|
566
|
-
"Buying GNANA involves paying a 28% burn fee and a 2% reflect fee for a total cost of 30%. This means that for every 1 BANANA you trade in, you will receive 0.7 GNANA": "Buying GNANA involves paying a 28% burn fee and a 2% reflect fee for a total cost of 30%. This means that for every 1 BANANA you trade in, you will receive 0.7 GNANA",
|
|
567
|
-
"View on %chain% Scan": "View on %chain% Scan",
|
|
568
|
-
"HARVEST ALL (%length%)": "HARVEST ALL (%length%)",
|
|
569
|
-
"Please Note: This account will be the only account capable of retrieving funds raised from the SS-IAO. If this account gets compromised in ANY capacity, ApeSwap has no ability to help. In addition, this is a fully decentralized product, please make sure you understand the risks and procedures before you begin to deploy your SS-IAO.": "Please Note: This account will be the only account capable of retrieving funds raised from the SS-IAO. If this account gets compromised in ANY capacity, ApeSwap has no ability to help. In addition, this is a fully decentralized product, please make sure you understand the risks and procedures before you begin to deploy your SS-IAO.",
|
|
570
|
-
"You cannot make any changes once you deploy your SS-IAO, and everything is final. All details are included in our documentation and FAQ above.": "You cannot make any changes once you deploy your SS-IAO, and everything is final. All details are included in our documentation and FAQ above.",
|
|
571
|
-
"SS-IAO's Tokenomics": "SS-IAO's Tokenomics",
|
|
572
|
-
"before you begin to make sure you understand how SS-IAOs work, what you should have in place before create your presale, and the associated risks.": "before you begin to make sure you understand how SS-IAOs work, what you should have in place before create your presale, and the associated risks.",
|
|
573
|
-
"Looking for tips on what the best projects do? Or want to quickly gain support from ApeSwap post launch? Read": "Looking for tips on what the best projects do? Or want to quickly gain support from ApeSwap post launch? Read",
|
|
574
|
-
"Run your own decentralized Self-Serve Initial Ape Offering (SS-IAO) to raise funds and liquidity for your project!": "Run your own decentralized Self-Serve Initial Ape Offering (SS-IAO) to raise funds and liquidity for your project!",
|
|
575
|
-
"SS - IAOs are NOT ApeSwap endorsed or official ApeSwap partners. Always DYOR. Be sure to read our medium article on DYOR best practices before aping in and always talk with your fellow Apes on the project Reddit thread!": "SS - IAOs are NOT ApeSwap endorsed or official ApeSwap partners. Always DYOR. Be sure to read our medium article on DYOR best practices before aping in and always talk with your fellow Apes on the project Reddit thread!",
|
|
576
|
-
"This is a fully decentralized and open launchpad, anyone can create an SS-IAO, under any token name, with any capabilities. Also, there is no control of what happens post launch (projects could leave with your money, have an unlimited mint function to extract all liquidity, and/or perform other malicious activity).": "This is a fully decentralized and open launchpad, anyone can create an SS-IAO, under any token name, with any capabilities. Also, there is no control of what happens post launch (projects could leave with your money, have an unlimited mint function to extract all liquidity, and/or perform other malicious activity).",
|
|
577
|
-
"Your final IAO token allocation is based on your percentage of the total committed tokens. Any overflow contributions are refunded proportionally at the end of the raise.": "Your final IAO token allocation is based on your percentage of the total committed tokens. Any overflow contributions are refunded proportionally at the end of the raise.",
|
|
578
|
-
"STAKE NFA": "STAKE NFA",
|
|
579
|
-
"STAKE %stakingTokenName%": "STAKE %stakingTokenName%",
|
|
580
|
-
"The data on this page is not always up to date. Please do not rely on it for an accurate representation of your holdings. For similar services, consider our partners such as": "The data on this page is not always up to date. Please do not rely on it for an accurate representation of your holdings. For similar services, consider our partners such as",
|
|
581
|
-
"Winners can trade in their NFTs for a BANANA value until the expiry date written below. If you don't trade in your NFT by then, don’t worry: you’ll still keep it in your wallet!": "Winners can trade in their NFTs for a BANANA value until the expiry date written below. If you don't trade in your NFT by then, don’t worry: you’ll still keep it in your wallet!",
|
|
582
|
-
"Returns are calculated based on current rates, assuming daily compounding. Estimated returns are not guaranteed and are provided for convenience only.": "Returns are calculated based on current rates, assuming daily compounding. Estimated returns are not guaranteed and are provided for convenience only.",
|
|
583
|
-
"Expert mode turns off the Confirm transaction prompt, and allows high slippage trades that often result in bad rates and lost funds": "Expert mode turns off the Confirm transaction prompt, and allows high slippage trades that often result in bad rates and lost funds",
|
|
584
|
-
"Output is estimated. If the price changes by more than %allowedSlippage%% your transaction will revert.": "Output is estimated. If the price changes by more than %allowedSlippage%% your transaction will revert.",
|
|
585
|
-
"GNANA holders get a share of the fee proportional to their holdings just by having it in their wallets": "GNANA holders get a share of the fee proportional to their holdings just by having it in their wallets",
|
|
586
|
-
"The 2% reflect fee applies to all GNANA transactions, including transfers, staking in pools, unstaking from pools, and IAO participation": "The 2% reflect fee applies to all GNANA transactions, including transfers, staking in pools, unstaking from pools, and IAO participation",
|
|
587
|
-
"During the last 6 hours each bid extends the clock by 30 minutes. The clock will never increase over 6 hours.": "During the last 6 hours each bid extends the clock by 30 minutes. The clock will never increase over 6 hours.",
|
|
588
|
-
"days": "days",
|
|
589
|
-
"TrustNFT is using AI and big data to accurately evaluate NFTs and unlock their potential for use as loan collateral. Users can combine DeFi with NFTs to earn yield on selected NFT-backed loans. The project addresses major problems in the NFT ecosystem, including low liquidity, investment risk, and the monetization of assets.": "TrustNFT is using AI and big data to accurately evaluate NFTs and unlock their potential for use as loan collateral. Users can combine DeFi with NFTs to earn yield on selected NFT-backed loans. The project addresses major problems in the NFT ecosystem, including low liquidity, investment risk, and the monetization of assets.",
|
|
590
|
-
"99Starz is creating a results-driven, cross-chain GameFi ecosystem that will allow game studios, gamers, and collectors to participate and win in different ways together. Through their unique GameFi guild model and NFT leasing marketplace, 99Starz will cater to all aspects of the most popular blockchain gaming economies, including Axie Infinity, F1 Delta, and Sorare.": "99Starz is creating a results-driven, cross-chain GameFi ecosystem that will allow game studios, gamers, and collectors to participate and win in different ways together. Through their unique GameFi guild model and NFT leasing marketplace, 99Starz will cater to all aspects of the most popular blockchain gaming economies, including Axie Infinity, F1 Delta, and Sorare.",
|
|
591
|
-
"Galactic Arena is creating a democratized NFT gaming battlefield! It doesn't matter where your NFT comes from, in this NFTverse, you can bring your favorite heroes with you! Make wagers on PvP battles in real time to top the leaderboard and earn prizes that include BNB, BUSD, and GAN!": "Galactic Arena is creating a democratized NFT gaming battlefield! It doesn't matter where your NFT comes from, in this NFTverse, you can bring your favorite heroes with you! Make wagers on PvP battles in real time to top the leaderboard and earn prizes that include BNB, BUSD, and GAN!",
|
|
592
|
-
"NFTY Network is building a decentralized NFT ecosystem built to facilitate Access-to-Earn, powering digital asset ownership rewards. Their goal is to unlock the true potential of NFTs through gated experiences that connect Web2 and Web3 infrastructures.": "NFTY Network is building a decentralized NFT ecosystem built to facilitate Access-to-Earn, powering digital asset ownership rewards. Their goal is to unlock the true potential of NFTs through gated experiences that connect Web2 and Web3 infrastructures.",
|
|
593
|
-
"CoinaryTV is developing a brand new game called Dragonary for Desktop, iPhone, and Android, where users can play to earn in-game currency. Users will be able to collect, trade, and breed various dragon NFTs and battle against the game or other players to win!": "CoinaryTV is developing a brand new game called Dragonary for Desktop, iPhone, and Android, where users can play to earn in-game currency. Users will be able to collect, trade, and breed various dragon NFTs and battle against the game or other players to win!",
|
|
594
|
-
"BiShares is creating BNB Chain’s first index fund for safely diversifying across multiple crypto assets. Use BNB to purchase a wide basket of assets and gain exposure to the broader crypto market and never miss out on a moon again.": "BiShares is creating BNB Chain’s first index fund for safely diversifying across multiple crypto assets. Use BNB to purchase a wide basket of assets and gain exposure to the broader crypto market and never miss out on a moon again.",
|
|
595
|
-
"HiFi is developing a decentralized retro gaming ecosystem driven by its community. It uses staking and play-to-earn rewards to create a completely new DeFi gaming experience.": "HiFi is developing a decentralized retro gaming ecosystem driven by its community. It uses staking and play-to-earn rewards to create a completely new DeFi gaming experience.",
|
|
596
|
-
"ApeRocket is building a suite of products that provide automated yield optimization strategies for BNB Chain leveraging ApeSwap liquidity.": "ApeRocket is building a suite of products that provide automated yield optimization strategies for BNB Chain leveraging ApeSwap liquidity.",
|
|
597
|
-
"Bitfresh is developing a blockchain-based community driven social iGaming experience that pays dividends to players and token holders. The platform will be filled with reward systems to give players many ways to win and earn over time.": "Bitfresh is developing a blockchain-based community driven social iGaming experience that pays dividends to players and token holders. The platform will be filled with reward systems to give players many ways to win and earn over time.",
|
|
598
|
-
"Transaction Error, Something went wrong submitting transaction": "Transaction Error, Something went wrong submitting transaction",
|
|
599
|
-
"Bidding Error, It is likely you were outbid": "Bidding Error, It is likely you were outbid",
|
|
600
|
-
"Use a crypto wallet app’s browser to connect to ApeSwap.": "Use a crypto wallet app’s browser to connect to ApeSwap.",
|
|
601
|
-
"Authorization Error, Please authorize to access your account": "Authorization Error, Please authorize to access your account",
|
|
602
|
-
"Step 1": "Step 1",
|
|
603
|
-
"Connect Your Wallet": "Connect Your Wallet",
|
|
604
|
-
"Click here": "Click here",
|
|
605
|
-
"to connect your wallet to ApeSwap.": "to connect your wallet to ApeSwap.",
|
|
606
|
-
"Welcome to the Most Connected DeFi Hub": "Welcome to the Most Connected DeFi Hub",
|
|
607
|
-
"Whether you are new to crypto or you are a DeFi veteran, ApeSwap has the tools, community, and connections to support your decentralized finance needs.": "Whether you are new to crypto or you are a DeFi veteran, ApeSwap has the tools, community, and connections to support your decentralized finance needs.",
|
|
608
|
-
"Buy Banana": "Buy Banana",
|
|
609
|
-
"Learn More": "Learn More",
|
|
610
|
-
"Offerings": "Offerings",
|
|
611
|
-
"BANANA Farms": "BANANA Farms",
|
|
612
|
-
"Jungle Farms": "Jungle Farms",
|
|
613
|
-
"NFTs": "NFTs",
|
|
614
|
-
"NFA Collection": "NFA Collection",
|
|
615
|
-
"Liquid Collectibles": "Liquid Collectibles",
|
|
616
|
-
"Lending Network": "Lending Network",
|
|
617
|
-
"Charts": "Charts",
|
|
618
|
-
"Total Trade Volume": "Total Trade Volume",
|
|
619
|
-
"Market Cap": "Market Cap",
|
|
620
|
-
"Partners": "Partners",
|
|
621
|
-
"Staking Pools": "Staking Pools",
|
|
622
|
-
"Yield Farms": "Yield Farms",
|
|
623
|
-
"Earn partner tokens by staking BANANA or GNANA": "Earn partner tokens by staking BANANA or GNANA",
|
|
624
|
-
"Earn BANANA or partner tokens by staking LP tokens": "Earn BANANA or partner tokens by staking LP tokens",
|
|
625
|
-
"Earn interest by supplying popular tokens": "Earn interest by supplying popular tokens",
|
|
626
|
-
"Our Values": "Our Values",
|
|
627
|
-
"Accessibility": "Accessibility",
|
|
628
|
-
"Transparency": "Transparency",
|
|
629
|
-
"Security": "Security",
|
|
630
|
-
"We create tools for users to leverage DeFi opportunities, regardless of location, background, wealth, or experience.": "We create tools for users to leverage DeFi opportunities, regardless of location, background, wealth, or experience.",
|
|
631
|
-
"We build together through transparent governance and processes that ensure our community understands our goals.": "We build together through transparent governance and processes that ensure our community understands our goals.",
|
|
632
|
-
"We ensure that the safety of the funds of our users and partners is our highest priority.": "We ensure that the safety of the funds of our users and partners is our highest priority.",
|
|
633
|
-
"Launch Calendar": "Launch Calendar",
|
|
634
|
-
"Primary": "Primary",
|
|
635
|
-
"Partner": "Partner",
|
|
636
|
-
"See All": "See All",
|
|
637
|
-
"Enter an amount": "Enter an amount",
|
|
638
|
-
"Enter a recipient": "Enter a recipient",
|
|
639
|
-
"Connect Wallet": "Connect Wallet",
|
|
640
|
-
"Insufficient": "Insufficient",
|
|
641
|
-
"balance": "balance",
|
|
642
|
-
"Invalid pair": "Invalid pair",
|
|
643
|
-
"Slippage Tolerance": "Slippage Tolerance",
|
|
644
|
-
"+ Add a send (optional)": "+ Add a send (optional)",
|
|
645
|
-
"From (estimated)": "From (estimated)",
|
|
646
|
-
"From": "From",
|
|
647
|
-
"To (estimated)": "To (estimated)",
|
|
648
|
-
"To": "To",
|
|
649
|
-
"-Remove send": "-Remove send",
|
|
650
|
-
"Unsupported Asset": "Unsupported Asset",
|
|
651
|
-
"Wrap": "Wrap",
|
|
652
|
-
"Unwrap": "Unwrap",
|
|
653
|
-
"Insufficient liquidity for this trade": "Insufficient liquidity for this trade",
|
|
654
|
-
"Try enabling multi-hop trades.": "Try enabling multi-hop trades.",
|
|
655
|
-
"Price Impact High": "Price Impact High",
|
|
656
|
-
"Swap": "Swap",
|
|
657
|
-
"Price Impact Too High": "Price Impact Too High",
|
|
658
|
-
"https:// or ipfs:// or ENS name": "https:// or ipfs:// or ENS name",
|
|
659
|
-
"Custom Tokens": "Custom Tokens",
|
|
660
|
-
"MAX": "MAX",
|
|
661
|
-
"Balance: %balance%": "Balance: %balance%",
|
|
662
|
-
"LP Balance: %balance%": "LP Balance: %balance%",
|
|
663
|
-
"All": "All",
|
|
664
|
-
"Blue Chips": "Blue Chips",
|
|
665
|
-
"Stables": "Stables",
|
|
666
|
-
"HARVEST ALL": "HARVEST ALL",
|
|
667
|
-
"Stake BANANA to earn new tokens.": "Stake BANANA to earn new tokens.",
|
|
668
|
-
"You can unstake at any time.": "You can unstake at any time.",
|
|
669
|
-
"Rewards are calculated per block.": "Rewards are calculated per block.",
|
|
670
|
-
"CURRENT": "CURRENT",
|
|
671
|
-
"PAST": "PAST",
|
|
672
|
-
"Stake APE-LPs to earn new tokens.": "Stake APE-LPs to earn new tokens.",
|
|
673
|
-
"*Current max conversion is %displayMax%": "*Current max conversion is %displayMax%",
|
|
674
|
-
"OUTPUT": "OUTPUT",
|
|
675
|
-
"GNANA BREAKDOWN": "GNANA BREAKDOWN",
|
|
676
|
-
"Animal Concerts": "Animal Concerts",
|
|
677
|
-
"The Next Generation of Live Events in the Metaverse": "The Next Generation of Live Events in the Metaverse",
|
|
678
|
-
"Animal Concerts is streaming interactive metaverse concerts, enabling both established and emerging artists to deliver amazing next-generation fan experiences. The protocol welcomes a new paradigm for music distribution, working closely with artists to design and mint unique NFTs to personalize and enhance the fan experience while generating new and direct revenue for the artists involved.": "Animal Concerts is streaming interactive metaverse concerts, enabling both established and emerging artists to deliver amazing next-generation fan experiences. The protocol welcomes a new paradigm for music distribution, working closely with artists to design and mint unique NFTs to personalize and enhance the fan experience while generating new and direct revenue for the artists involved.",
|
|
679
|
-
"TrustNFT": "TrustNFT",
|
|
680
|
-
"Decentralized NFT Loans & Marketplace": "Decentralized NFT Loans & Marketplace",
|
|
681
|
-
"The World's Largest NFT Yield Ecosystem": "The World's Largest NFT Yield Ecosystem",
|
|
682
|
-
"Jedi Yield": "Jedi Yield",
|
|
683
|
-
"Yield Farm Aggregator": "Yield Farm Aggregator",
|
|
684
|
-
"JDIYield is building a smart portal to increase convenience and security for BNB Chain yield farmers. Users will be able to freely stake or unstake their funds regardless of their accessibility to yield farming dapps. Moreover, users can monitor their portfolios, look at token graphs, and harvest their farms all in one place.": "JDIYield is building a smart portal to increase convenience and security for BNB Chain yield farmers. Users will be able to freely stake or unstake their funds regardless of their accessibility to yield farming dapps. Moreover, users can monitor their portfolios, look at token graphs, and harvest their farms all in one place.",
|
|
685
|
-
"Astronaut": "Astronaut",
|
|
686
|
-
"Hybrid Launchpad": "Hybrid Launchpad",
|
|
687
|
-
"Astronaut is building a decentralized launchpad that enables projects to raise capital via crowdsourced fundraising.": "Astronaut is building a decentralized launchpad that enables projects to raise capital via crowdsourced fundraising.",
|
|
688
|
-
"Total vesting time": "Total vesting time",
|
|
689
|
-
"OFFERING": "OFFERING",
|
|
690
|
-
"Coming Soon!": "Coming Soon!",
|
|
691
|
-
"Finished": "Finished",
|
|
692
|
-
"LIVE NOW!": "LIVE NOW!",
|
|
693
|
-
"25% of tokens unlock immediately. The remaining 75% vest linearly over a timeframe specific to each IAO.": "25% of tokens unlock immediately. The remaining 75% vest linearly over a timeframe specific to each IAO.",
|
|
694
|
-
"CREATE": "CREATE",
|
|
695
|
-
"Self - Serve IAO": "Self - Serve IAO",
|
|
696
|
-
"Upcoming": "Upcoming",
|
|
697
|
-
"Live": "Live",
|
|
698
|
-
"Done": "Done",
|
|
699
|
-
"Search token name or address....": "Search token name or address....",
|
|
700
|
-
"Presales": "Presales",
|
|
701
|
-
"Check out the NFA aftermarket on NFTKEY!": "Check out the NFA aftermarket on NFTKEY!",
|
|
702
|
-
"Ape #": "Ape #",
|
|
703
|
-
"Sort": "Sort",
|
|
704
|
-
"Filter": "Filter",
|
|
705
|
-
"Stake Non Fungible Apes to earn BANANA": "Stake Non Fungible Apes to earn BANANA",
|
|
706
|
-
"ApeSwap is a DeFi Hub on BNB Chain & Polygon focused on offering an accessible, transparent and secure experience for everyone.": "ApeSwap is a DeFi Hub on BNB Chain & Polygon focused on offering an accessible, transparent and secure experience for everyone.",
|
|
707
|
-
"BUY BANANA": "BUY BANANA",
|
|
708
|
-
"Support": "Support",
|
|
709
|
-
"Engage": "Engage",
|
|
710
|
-
"Learn": "Learn",
|
|
711
|
-
"©2022 All rights reserved": "©2022 All rights reserved",
|
|
712
|
-
"Discord": "Discord",
|
|
713
|
-
"Partner Application": "Partner Application",
|
|
714
|
-
"Bug Bounty": "Bug Bounty",
|
|
715
|
-
"Developer Grants": "Developer Grants",
|
|
716
|
-
"ApeTV Podcast": "ApeTV Podcast",
|
|
717
|
-
"Your wallet": "Your wallet",
|
|
718
|
-
"Logout": "Logout",
|
|
719
|
-
"Connect to a wallet": "Connect to a wallet",
|
|
720
|
-
"Metamask": "Metamask",
|
|
721
|
-
"TrustWallet": "TrustWallet",
|
|
722
|
-
"WalletConnect": "WalletConnect",
|
|
723
|
-
"SafePal Wallet": "SafePal Wallet",
|
|
724
|
-
"TokenPocket": "TokenPocket",
|
|
725
|
-
"Coinbase Wallet": "Coinbase Wallet",
|
|
726
|
-
"Binance Chain Wallet": "Binance Chain Wallet",
|
|
727
|
-
"NABOX Wallet": "NABOX Wallet",
|
|
728
|
-
"ONTO Wallet": "ONTO Wallet",
|
|
729
|
-
"MathWallet": "MathWallet",
|
|
730
|
-
"Learn how to connect": "Learn how to connect",
|
|
731
|
-
"Network": "Network",
|
|
732
|
-
"Connect": "Connect",
|
|
733
|
-
"Copy Address": "Copy Address",
|
|
734
|
-
"BANANA reward APRs are calculated in real time. DEX swap fee APRs are calculated based on previous 24 hours of trading volume. Note: APRs are provided for your convenience. APRs are constantly changing and do not represent guaranteed returns.": "BANANA reward APRs are calculated in real time. DEX swap fee APRs are calculated based on previous 24 hours of trading volume. Note: APRs are provided for your convenience. APRs are constantly changing and do not represent guaranteed returns.",
|
|
735
|
-
"APY includes annualized BANANA rewards and rewards for providing liquidity (DEX swap fees), compounded daily.": "APY includes annualized BANANA rewards and rewards for providing liquidity (DEX swap fees), compounded daily.",
|
|
736
|
-
"The total value of the LP tokens currently staked in this farm.": "The total value of the LP tokens currently staked in this farm.",
|
|
737
|
-
"Available LP": "Available LP",
|
|
738
|
-
"GET LP": "GET LP",
|
|
739
|
-
"Staked LP": "Staked LP",
|
|
740
|
-
"DEPOSIT": "DEPOSIT",
|
|
741
|
-
"Deposit Successful": "Deposit Successful",
|
|
742
|
-
"Withdraw Successful": "Withdraw Successful",
|
|
743
|
-
"LP": "LP",
|
|
744
|
-
"Telegram": "Telegram",
|
|
745
|
-
"Medium": "Medium",
|
|
746
|
-
"Description": "Description",
|
|
747
|
-
"Listing Price": "Listing Price",
|
|
748
|
-
"Withdraw NFAs": "Withdraw NFAs",
|
|
749
|
-
"Hold in Wallet": "Hold in Wallet",
|
|
750
|
-
"Option 3": "Option 3",
|
|
751
|
-
"Token Amount": "Token Amount",
|
|
752
|
-
"You will receive": "You will receive",
|
|
753
|
-
"Output is estimated. You will receive at least %amount% %symbol% or the transaction will be cancelled.": "Output is estimated. You will receive at least %amount% %symbol% or the transaction will be cancelled.",
|
|
754
|
-
"Input is estimated. You will sell at most %amount% %symbol% or the transaction will be cancelled.": "Input is estimated. You will sell at most %amount% %symbol% or the transaction will be cancelled.",
|
|
755
|
-
"You are creating a pool": "You are creating a pool",
|
|
756
|
-
"Deposited": "Deposited",
|
|
757
|
-
"Rates": "Rates",
|
|
758
|
-
"Confirm Supply": "Confirm Supply",
|
|
759
|
-
"IAZO Failed. Please withdraw all tokens.": "IAZO Failed. Please withdraw all tokens.",
|
|
760
|
-
"MY STATS": "MY STATS",
|
|
761
|
-
"OVERALL STATS": "OVERALL STATS",
|
|
762
|
-
"Official IAO": "Official IAO",
|
|
763
|
-
"Self-Serve IAO": "Self-Serve IAO",
|
|
764
|
-
"Raise": "Raise",
|
|
765
|
-
"NFA Liquidity": "NFA Liquidity",
|
|
766
|
-
"NFB Collection": "NFB Collection",
|
|
767
|
-
"NFB Liquidity": "NFB Liquidity",
|
|
768
|
-
"ORDERS": "ORDERS",
|
|
769
|
-
"ACTIVE": "ACTIVE",
|
|
770
|
-
"INACTIVE": "INACTIVE",
|
|
771
|
-
"Start Earning": "Start Earning",
|
|
772
|
-
"I'M READY": "I'M READY",
|
|
773
|
-
"Maximum sold": "Maximum sold",
|
|
774
|
-
"This swap has a price impact of at least %percent%%. Please type the word \"%confirmWord%\" to continue with this swap.": "This swap has a price impact of at least %percent%%. Please type the word \"%confirmWord%\" to continue with this swap.",
|
|
775
|
-
"Placing order of %tradeInputAmt%%tradeInputSymbol% for %tradeOutputAmt%%tradeOutputSymbol%": "Placing order of %tradeInputAmt%%tradeInputSymbol% for %tradeOutputAmt%%tradeOutputSymbol%",
|
|
776
|
-
"Import Token": "Import Token",
|
|
777
|
-
"Open": "Open",
|
|
778
|
-
"OPEN": "OPEN",
|
|
779
|
-
"CLOSED": "CLOSED",
|
|
780
|
-
"CANCELLED": "CANCELLED",
|
|
781
|
-
"No %orderLabel% orders": "No %orderLabel% orders",
|
|
782
|
-
"Placed": "Placed",
|
|
783
|
-
"For": "For",
|
|
784
|
-
"At": "At",
|
|
785
|
-
"Target Order Price": "Target Order Price",
|
|
786
|
-
"Confirm Order": "Confirm Order",
|
|
787
|
-
"Output will be sent to %receipt%": "Output will be sent to %receipt%",
|
|
788
|
-
"Trade tokens in an instant": "Trade tokens in an instant",
|
|
789
|
-
"Remove send": "Remove send",
|
|
790
|
-
"Required %symbol1%/%symbol2% change": "Required %symbol1%/%symbol2% change",
|
|
791
|
-
"Place Order Anyway": "Place Order Anyway",
|
|
792
|
-
"Place Order": "Place Order",
|
|
793
|
-
"Approve Successful": "Approve Successful",
|
|
794
|
-
"View Transaction": "View Transaction",
|
|
795
|
-
"Harvest Successful": "Harvest Successful",
|
|
796
|
-
"Ape Harder Successful": "Ape Harder Successful",
|
|
797
|
-
"All Tokens": "All Tokens",
|
|
798
|
-
"The total value of the tokens currently staked in this pool.": "The total value of the tokens currently staked in this pool.",
|
|
799
|
-
"GET": "GET",
|
|
800
|
-
"Twitter": "Twitter",
|
|
801
|
-
"View Token Contract": "View Token Contract",
|
|
802
|
-
"Autonomy Prepay": "Autonomy Prepay",
|
|
803
|
-
"When": "When",
|
|
804
|
-
"equals": "equals",
|
|
805
|
-
"will be swapped for": "will be swapped for",
|
|
806
|
-
"Something went wrong please try again": "Something went wrong please try again",
|
|
807
|
-
"Buy Successful": "Buy Successful",
|
|
808
|
-
"Get LP": "Get LP",
|
|
809
|
-
"Claim All": "Claim All",
|
|
810
|
-
"Transfer Successful": "Transfer Successful",
|
|
811
|
-
"CONFIRM": "CONFIRM",
|
|
812
|
-
"Vesting Term": "Vesting Term",
|
|
813
|
-
"Bill Value": "Bill Value",
|
|
814
|
-
"Market Price": "Market Price",
|
|
815
|
-
"Transfering": "Transfering",
|
|
816
|
-
"Pending": "Pending",
|
|
817
|
-
"Recieving Address": "Recieving Address",
|
|
818
|
-
"Paste the address here": "Paste the address here",
|
|
819
|
-
"When transfering the NFT all pending rewards will also be transfered to the receiver address.": "When transfering the NFT all pending rewards will also be transfered to the receiver address.",
|
|
820
|
-
"I understand the new wallet gains ownership of all unclaimed assets.": "I understand the new wallet gains ownership of all unclaimed assets.",
|
|
821
|
-
"The Legend": "The Legend",
|
|
822
|
-
"The Location": "The Location",
|
|
823
|
-
"The Moment": "The Moment",
|
|
824
|
-
"The Trend": "The Trend",
|
|
825
|
-
"The Innovation": "The Innovation",
|
|
826
|
-
"I understand that I am purchasing {bill.earnToken.symbol} at a price above the current market rate, and would like to continue.": "I understand that I am purchasing {bill.earnToken.symbol} at a price above the current market rate, and would like to continue.",
|
|
827
|
-
"Banana Bill": "Banana Bill",
|
|
828
|
-
"Claimable": "Claimable",
|
|
829
|
-
"Treasury Bill": "Treasury Bill",
|
|
830
|
-
"BUY BELOW": "BUY BELOW",
|
|
831
|
-
"Treasury Bills allows users to access tokens at a discount in exchange for their liquidity provider (LP) tokens. Each Treasury Bill is a unique NFT that represents the contract and its respective reward tokens, which vest over a certain amount of time.": "Treasury Bills allows users to access tokens at a discount in exchange for their liquidity provider (LP) tokens. Each Treasury Bill is a unique NFT that represents the contract and its respective reward tokens, which vest over a certain amount of time.",
|
|
832
|
-
"For more info, visit the Treasury Bills page in our Documentation.": "For more info, visit the Treasury Bills page in our Documentation.",
|
|
833
|
-
"Your Treasury Bills": "Your Treasury Bills",
|
|
834
|
-
"List View": "List View",
|
|
835
|
-
"All Your Treasury Bills": "All Your Treasury Bills",
|
|
836
|
-
"Show expired": "Show expired",
|
|
837
|
-
"This is the amount of tokens that have vested and available to claim.": "This is the amount of tokens that have vested and available to claim.",
|
|
838
|
-
"This is the amount of unvested tokens that cannot be claimed yet.": "This is the amount of unvested tokens that cannot be claimed yet.",
|
|
839
|
-
"VIEW": "VIEW",
|
|
840
|
-
"This is the current discounted price of the tokens.": "This is the current discounted price of the tokens.",
|
|
841
|
-
"This is the percentage discount relative to the token's current market price.": "This is the percentage discount relative to the token's current market price.",
|
|
842
|
-
"This is how long it will take for all tokens in the Bill to fully vest.": "This is how long it will take for all tokens in the Bill to fully vest.",
|
|
843
|
-
"Available Treasury Bills": "Available Treasury Bills",
|
|
844
|
-
"This is the time remaining until all tokens from the bill are available to claim.": "This is the time remaining until all tokens from the bill are available to claim.",
|
|
845
|
-
"Fully Vested": "Fully Vested",
|
|
846
|
-
"Treasury Bills": "Treasury Bills",
|
|
847
|
-
"Compound": "Compound",
|
|
848
|
-
"to go to the liquidity provider page. Select the desired bill tokens (i.e. BANANA & BNB) and add liquidity.": "to go to the liquidity provider page. Select the desired bill tokens (i.e. BANANA & BNB) and add liquidity.",
|
|
849
|
-
"Select and Buy": "Select and Buy",
|
|
850
|
-
"Select the Bill of your preference, and click the buy button.": "Select the Bill of your preference, and click the buy button.",
|
|
851
|
-
"Receive and Claim": "Receive and Claim",
|
|
852
|
-
"Receive your NFT, claim vested tokens or trade the NFT.": "Receive your NFT, claim vested tokens or trade the NFT.",
|
|
853
|
-
"Name or Address": "Name or Address",
|
|
854
|
-
"Token 2": "Token 2",
|
|
855
|
-
"Education": "Education",
|
|
856
|
-
"Self-Serve Iao": "Self-Serve Iao",
|
|
857
|
-
"APRs are calculated based on current value of the token, reward rate, and share of pool.": "APRs are calculated based on current value of the token, reward rate, and share of pool.",
|
|
858
|
-
"Self Serve Offerings": "Self Serve Offerings",
|
|
859
|
-
"Golden Banana": "Golden Banana",
|
|
860
|
-
"Polygon Farms": "Polygon Farms",
|
|
861
|
-
"View on PolygonScan": "View on PolygonScan",
|
|
862
|
-
"Banana Farms": "Banana Farms",
|
|
863
|
-
"Welcome to ApeSwap Treasury Bills": "Welcome to ApeSwap Treasury Bills",
|
|
864
|
-
"Dont see a pool you joined?": "Dont see a pool you joined?",
|
|
865
|
-
"Create protocol-owned liquidity with yield-generating NFTs": "Create protocol-owned liquidity with yield-generating NFTs",
|
|
866
|
-
"Collect": "Collect",
|
|
867
|
-
"Lend": "Lend",
|
|
868
|
-
"HOL UP DEVZ": "THE ITEMS BELOW NEED TO BE TRANSLATED",
|
|
869
|
-
"Ape In": "Ape In",
|
|
870
|
-
"Annual APY includes annualized BANANA rewards (calculated based on token value, reward rate, and percentage of vault owned) and DEX swap fees, compounded daily.": "Annual APY includes annualized BANANA rewards (calculated based on token value, reward rate, and percentage of vault owned) and DEX swap fees, compounded daily.",
|
|
871
|
-
"Daily APY includes BANANA rewards (calculated based on token value, reward rate, and percentage of vault owned) and DEX swap fees, compounded daily.": "Daily APY includes BANANA rewards (calculated based on token value, reward rate, and percentage of vault owned) and DEX swap fees, compounded daily.",
|
|
872
|
-
"BANANA Maximizers": "BANANA Maximizers",
|
|
873
|
-
"AUTO": "AUTO",
|
|
874
|
-
"Smart Router": "Smart Router",
|
|
875
|
-
"The native router that powers the majority of trades on the ApeSwap DEX.": "The native router that powers the majority of trades on the ApeSwap DEX.",
|
|
876
|
-
"The router used to upgrade transactions and return a swap bonus if the trade meets certain conditions.": "The router used to upgrade transactions and return a swap bonus if the trade meets certain conditions.",
|
|
877
|
-
"The router used to facilitate transactions through other DEXs if ApeSwap’s DEX cannot fulfill them.": "The router used to facilitate transactions through other DEXs if ApeSwap’s DEX cannot fulfill them.",
|
|
878
|
-
"Return Calculator": "Return Calculator",
|
|
879
|
-
"STAKING PERIOD": "STAKING PERIOD",
|
|
880
|
-
"COMPOUNDING FREQUENCY": "COMPOUNDING FREQUENCY",
|
|
881
|
-
"RETURN AT CURRENT RATES": "RETURN AT CURRENT RATES",
|
|
882
|
-
"Details": "Details",
|
|
883
|
-
"APR (incl. LP rewards)": "APR (incl. LP rewards)",
|
|
884
|
-
"rewards": "rewards",
|
|
885
|
-
"Base APR (BANANA yield only)": "Base APR (BANANA yield only)",
|
|
886
|
-
"Calculated based on current rates.": "Calculated based on current rates.",
|
|
887
|
-
"LP Rewards: 0.15% of trading fees on BNB Chain, 0.05% on Polygon. Distributed proportionally among LP token holders.": "LP Rewards: 0.15% of trading fees on BNB Chain, 0.05% on Polygon. Distributed proportionally among LP token holders.",
|
|
888
|
-
"Returns are calculated based on current rates. Estimated returns are not guaranteed and are provided for convenience only.": "Returns are calculated based on current rates. Estimated returns are not guaranteed and are provided for convenience only.",
|
|
889
|
-
"D": "D",
|
|
890
|
-
"Letter D above is abbreviation for Days": "Letter D above is abbreviation for Days",
|
|
891
|
-
"Browser Error: Please use a crypto wallet app's built-in browser to connect to ApeSwap.": "Browser Error: Please use a crypto wallet app's built-in browser to connect to ApeSwap.",
|
|
892
|
-
"Error: Please enter a valid URL.": "Error: Please enter a valid URL.",
|
|
893
|
-
"Wallet Connection Error: Please complete the authorization using your wallet.": "Wallet Connection Error: Please complete the authorization using your wallet.",
|
|
894
|
-
"Chain Select Error: Torus Wallet is only available on BNB Chain.": "Chain Select Error: Torus Wallet is only available on BNB Chain.",
|
|
895
|
-
"Bidding Error: It is likely you were outbid. Please try again.": "Bidding Error: It is likely you were outbid. Please try again.",
|
|
896
|
-
"Transaction Error: Please attempt your transaction again.": "Transaction Error: Please attempt your transaction again.",
|
|
897
|
-
"Error: Please try again.": "Error: Please try again.",
|
|
898
|
-
"LP Creation Error: Please try again.": "LP Creation Error: Please try again.",
|
|
899
|
-
"SS-IAO Error: Please contact the ApeSwap team for assistance.": "SS-IAO Error: Please contact the ApeSwap team for assistance.",
|
|
900
|
-
"Error: Value must be greater than": "Error: Value must be greater than",
|
|
901
|
-
"Error: Value must be less than": "Error: Value must be less than",
|
|
902
|
-
"Slippage Error: Please check your slippage using the ⚙️ icon & try again!": "Slippage Error: Please check your slippage using the ⚙️ icon & try again!",
|
|
903
|
-
"Pending Rewards": "Pending Rewards",
|
|
904
|
-
"Asset Breakdown": "Asset Breakdown",
|
|
905
|
-
"Asset Price": "Asset Price",
|
|
906
|
-
"Earnings are calculated at current, real-time market rates, are not guaranteed, and are intended for illustrative purposes only.": "Earnings are calculated at current, real-time market rates, are not guaranteed, and are intended for illustrative purposes only.",
|
|
907
|
-
"Earnings are vested over predefined timeframes based on your commitments to various ApeSwap products.": "Earnings are vested over predefined timeframes based on your commitments to various ApeSwap products.",
|
|
908
|
-
"Time remaining until an asset is fully vested.": "Time remaining until an asset is fully vested.",
|
|
909
|
-
"Estimated Earnings": "Estimated Earnings",
|
|
910
|
-
"Total Holdings": "Total Holdings",
|
|
911
|
-
"Total Funds": "Total Funds",
|
|
912
|
-
"Funds Breakdown": "Funds Breakdown",
|
|
913
|
-
"Capital that ApeSwap has on hand to use for DAO expenses.": "Capital that ApeSwap has on hand to use for DAO expenses.",
|
|
914
|
-
"Total value of the liquidity that ApeSwap Partners own in the form of LP tokens.": "Total value of the liquidity that ApeSwap Partners own in the form of LP tokens.",
|
|
915
|
-
"Includes the number of wallets that actively hold or stake BANANA or GNANA.": "Includes the number of wallets that actively hold or stake BANANA or GNANA.",
|
|
916
|
-
"Total value of BANANA tokens in circulation, based on current BANANA price.": "Total value of BANANA tokens in circulation, based on current BANANA price.",
|
|
917
|
-
"Total number of BANANA tokens burned through manual and protocol burns.": "Total number of BANANA tokens burned through manual and protocol burns."
|
|
918
|
-
}
|