├── .env.sample ├── .eslintrc.json ├── .github └── workflows │ └── lint.yml ├── .gitignore ├── .npmrc ├── .nvmrc ├── .prettierrc ├── .yarnrc ├── .yarnrc.yml ├── Dockerfile ├── LICENSE ├── README.md ├── config-overrides.js ├── cypress.json ├── cypress ├── integration │ ├── add-liquidity.test.ts │ ├── landing.test.ts │ ├── lists.test.ts │ ├── migrate-v1.test.ts │ ├── pool.test.ts │ ├── remove-liquidity.test.ts │ ├── send.test.ts │ ├── swap.test.ts │ └── token-warning.ts ├── support │ ├── commands.d.ts │ ├── commands.js │ └── index.js └── tsconfig.json ├── package.json ├── public ├── 451.html ├── favicon.ico ├── favicon.png ├── images │ ├── 192x192_App_Icon.png │ ├── 512x512_App_Icon.png │ └── favicon.png ├── index.html ├── locales │ ├── de.json │ ├── en.json │ ├── es-AR.json │ ├── es-US.json │ ├── it-IT.json │ ├── iw.json │ ├── ro.json │ ├── ru.json │ ├── vi.json │ ├── zh-CN.json │ └── zh-TW.json └── manifest.json ├── src ├── assets │ ├── images │ │ ├── arbitrum-logo.jpg │ │ ├── arrow-down-blue.svg │ │ ├── arrow-down-grey.svg │ │ ├── arrow-right-white.png │ │ ├── arrow-right.svg │ │ ├── authereum.svg │ │ ├── baoswap-logo.png │ │ ├── big_unicorn.png │ │ ├── bitkeep.svg │ │ ├── blue-loader.svg │ │ ├── border-8px-radius.png │ │ ├── brave_logo.svg │ │ ├── circle-grey.svg │ │ ├── circle.svg │ │ ├── coinbaseWalletIcon.svg │ │ ├── default-icon-UD.png │ │ ├── dropdown-blue.svg │ │ ├── dropdown.svg │ │ ├── dropup-blue.svg │ │ ├── ethereum-logo.png │ │ ├── favicon.png │ │ ├── gnosis-chain-logo.png │ │ ├── levinswap-logo.svg │ │ ├── link.svg │ │ ├── magnifying-glass.svg │ │ ├── matic-logo.png │ │ ├── menu.svg │ │ ├── metamask.png │ │ ├── noise.png │ │ ├── plus-blue.svg │ │ ├── plus-grey.svg │ │ ├── poa-logo.png │ │ ├── polygon-logo.png │ │ ├── question-mark.svg │ │ ├── question.svg │ │ ├── quickswap-logo.png │ │ ├── spinner.svg │ │ ├── token-list │ │ │ ├── lists-dark.png │ │ │ └── lists-light.png │ │ ├── token-logo.png │ │ ├── trustWallet.png │ │ ├── wallet-connect.svg │ │ ├── x.svg │ │ ├── xdai-logo.png │ │ ├── xdai-stake-logo.png │ │ └── xl_uni.png │ └── svg │ │ ├── QR.svg │ │ ├── bee-eth.svg │ │ ├── blurred-circle.svg │ │ ├── diamond.svg │ │ ├── diamonds.svg │ │ ├── dxd.svg │ │ ├── dxdao.svg │ │ ├── honeyswap-logo.svg │ │ ├── lightcircle.svg │ │ ├── logo.svg │ │ ├── logo_pink.svg │ │ ├── logo_purple.svg │ │ ├── logo_purple_white_bg.svg │ │ ├── logo_white.svg │ │ ├── sushiswap-logo.svg │ │ ├── swapr-logo.svg │ │ ├── swapr.svg │ │ ├── swapr_white.svg │ │ ├── three-blurred-circles.svg │ │ ├── uniswap-logo.svg │ │ ├── wordmark.svg │ │ ├── wordmark_pink.svg │ │ └── wordmark_white.svg ├── components │ ├── AccountDetails │ │ ├── Copy.tsx │ │ ├── Transaction.tsx │ │ └── index.tsx │ ├── AddressInputPanel │ │ └── index.tsx │ ├── Badge │ │ └── index.tsx │ ├── Button │ │ └── index.tsx │ ├── Card │ │ └── index.tsx │ ├── Column │ │ └── index.tsx │ ├── Countdown │ │ └── index.tsx │ ├── CurrencyInputPanel │ │ └── index.tsx │ ├── CurrencyLogo │ │ └── index.tsx │ ├── DoubleLogo │ │ └── index.tsx │ ├── Footer │ │ └── index.tsx │ ├── FormattedCurrencyAmount │ │ └── index.tsx │ ├── Header │ │ ├── MobileOptions.tsx │ │ ├── Polling.tsx │ │ ├── index.tsx │ │ └── styleds.ts │ ├── Input │ │ ├── DateTimeInput │ │ │ └── index.tsx │ │ ├── NumericalInput │ │ │ └── index.tsx │ │ └── styleds.ts │ ├── Loader │ │ └── index.tsx │ ├── Logo │ │ └── index.tsx │ ├── Marquee │ │ └── index.tsx │ ├── Modal │ │ └── index.tsx │ ├── ModalViews │ │ └── index.tsx │ ├── NavigationTabs │ │ └── index.tsx │ ├── NetworkSwitcherPopover │ │ ├── Option.tsx │ │ └── index.tsx │ ├── NetworkWarningModal │ │ └── index.tsx │ ├── Option │ │ └── index.tsx │ ├── Pagination │ │ └── index.tsx │ ├── Pool │ │ ├── ApyBadge │ │ │ └── index.tsx │ │ ├── Empty │ │ │ └── index.tsx │ │ ├── ListFilter │ │ │ └── index.tsx │ │ ├── LoadingList │ │ │ ├── LoadingCard │ │ │ │ └── index.tsx │ │ │ └── index.tsx │ │ ├── PairView │ │ │ ├── ConfirmClaimModal │ │ │ │ ├── Header │ │ │ │ │ └── index.tsx │ │ │ │ └── index.tsx │ │ │ ├── ConfirmExitModal │ │ │ │ └── index.tsx │ │ │ ├── ConfirmStakingModal │ │ │ │ └── index.tsx │ │ │ ├── ConfirmWithdrawalModal │ │ │ │ └── index.tsx │ │ │ ├── ModalBase │ │ │ │ ├── Footer │ │ │ │ │ └── index.tsx │ │ │ │ └── Header │ │ │ │ │ └── index.tsx │ │ │ └── index.tsx │ │ └── PairsList │ │ │ ├── MyPairs │ │ │ └── index.tsx │ │ │ ├── Pair │ │ │ └── index.tsx │ │ │ └── index.tsx │ ├── Popover │ │ └── index.tsx │ ├── Popups │ │ ├── NewNetworkPopup.tsx │ │ ├── PopupItem.tsx │ │ ├── TransactionPopup.tsx │ │ └── index.tsx │ ├── PositionCard │ │ └── index.tsx │ ├── ProgressSteps │ │ └── index.tsx │ ├── QuestionHelper │ │ └── index.tsx │ ├── Radio │ │ └── index.tsx │ ├── Row │ │ └── index.tsx │ ├── SearchModal │ │ ├── CommonBases.tsx │ │ ├── CurrencyList.tsx │ │ ├── CurrencySearch.tsx │ │ ├── CurrencySearchModal.tsx │ │ ├── PairList.tsx │ │ ├── PairSearch.tsx │ │ ├── PairSearchModal.tsx │ │ ├── SortButton.tsx │ │ ├── filtering.ts │ │ ├── sorting.ts │ │ └── styleds.tsx │ ├── Settings │ │ └── index.tsx │ ├── Slider │ │ └── index.tsx │ ├── StackedCards │ │ └── index.tsx │ ├── TabBar │ │ └── index.tsx │ ├── Toggle │ │ └── index.tsx │ ├── TokenWarningModal │ │ └── index.tsx │ ├── Tooltip │ │ └── index.tsx │ ├── TransactionConfirmationModal │ │ └── index.tsx │ ├── TransactionSettings │ │ └── index.tsx │ ├── UndercoratedLink │ │ └── index.tsx │ ├── WalletModal │ │ ├── Option.tsx │ │ ├── PendingView.tsx │ │ └── index.tsx │ ├── Web3ReactManager │ │ ├── GnosisManager.tsx │ │ └── index.tsx │ ├── Web3Status │ │ └── index.tsx │ ├── earn │ │ └── styled.ts │ └── swap │ │ ├── AdvancedSwapDetails.tsx │ │ ├── AdvancedSwapDetailsDropdown.tsx │ │ ├── ConfirmSwapModal.tsx │ │ ├── FormattedPriceImpact.tsx │ │ ├── SwapModalFooter.tsx │ │ ├── SwapModalHeader.tsx │ │ ├── SwapPlatformSelector.tsx │ │ ├── SwapRoute.tsx │ │ ├── TradePrice.tsx │ │ ├── confirmPriceImpactWithoutFee.ts │ │ └── styleds.tsx ├── connectors │ ├── BitKeepConnector.ts │ ├── CustomNetworkConnector.ts │ └── index.ts ├── constants │ ├── abis │ │ ├── argent-wallet-detector.json │ │ ├── argent-wallet-detector.ts │ │ ├── ens-public-resolver.json │ │ ├── ens-registrar.json │ │ ├── erc20.json │ │ ├── erc20.ts │ │ ├── erc20_bytes32.json │ │ ├── weth.json │ │ ├── wmatic.json │ │ ├── wspoa.json │ │ └── wxdai.json │ ├── index.ts │ ├── multicall │ │ ├── abi.json │ │ └── index.ts │ └── tokens.ts ├── contracts │ ├── .env.sample │ ├── .gitignore │ ├── .gitmodules │ ├── addresses.json │ ├── broadcast │ │ └── deploy.anvil.s.sol │ │ │ └── 31337 │ │ │ └── run-latest.json │ ├── foundry.toml │ ├── out │ │ ├── Address.sol │ │ │ └── Address.json │ │ ├── AddressUpgradeable.sol │ │ │ └── AddressUpgradeable.json │ │ ├── Base.sol │ │ │ ├── CommonBase.json │ │ │ ├── ScriptBase.json │ │ │ └── TestBase.json │ │ ├── ContextUpgradeable.sol │ │ │ └── ContextUpgradeable.json │ │ ├── Counter.s.sol │ │ │ └── CounterScript.json │ │ ├── ERC1967Proxy.sol │ │ │ └── ERC1967Proxy.json │ │ ├── ERC1967Upgrade.sol │ │ │ └── ERC1967Upgrade.json │ │ ├── ERC1967UpgradeUpgradeable.sol │ │ │ └── ERC1967UpgradeUpgradeable.json │ │ ├── ERC1967UtilsUpgradeable.sol │ │ │ └── ERC1967UtilsUpgradeable.json │ │ ├── IBeacon.sol │ │ │ └── IBeacon.json │ │ ├── IBeaconUpgradeable.sol │ │ │ └── IBeaconUpgradeable.json │ │ ├── IERC1967.sol │ │ │ └── IERC1967.json │ │ ├── IERC1967Upgradeable.sol │ │ │ └── IERC1967Upgradeable.json │ │ ├── IMulticall3.sol │ │ │ └── IMulticall3.json │ │ ├── Initializable.sol │ │ │ └── Initializable.json │ │ ├── Marquee.sol │ │ │ └── Marquee.json │ │ ├── Marquee.t.sol │ │ │ └── MarqueeTest.json │ │ ├── OwnableUpgradeable.sol │ │ │ └── OwnableUpgradeable.json │ │ ├── PausableUpgradeable.sol │ │ │ └── PausableUpgradeable.json │ │ ├── Proxy.sol │ │ │ └── Proxy.json │ │ ├── Script.sol │ │ │ └── Script.json │ │ ├── StdAssertions.sol │ │ │ └── StdAssertions.json │ │ ├── StdChains.sol │ │ │ └── StdChains.json │ │ ├── StdCheats.sol │ │ │ ├── StdCheats.json │ │ │ └── StdCheatsSafe.json │ │ ├── StdError.sol │ │ │ └── stdError.json │ │ ├── StdInvariant.sol │ │ │ └── StdInvariant.json │ │ ├── StdJson.sol │ │ │ └── stdJson.json │ │ ├── StdMath.sol │ │ │ └── stdMath.json │ │ ├── StdStorage.sol │ │ │ ├── stdStorage.json │ │ │ └── stdStorageSafe.json │ │ ├── StdStyle.sol │ │ │ └── StdStyle.json │ │ ├── StdUtils.sol │ │ │ └── StdUtils.json │ │ ├── StorageSlot.sol │ │ │ └── StorageSlot.json │ │ ├── StorageSlotUpgradeable.sol │ │ │ └── StorageSlotUpgradeable.json │ │ ├── Test.sol │ │ │ └── Test.json │ │ ├── UUPSUpgradeable.sol │ │ │ └── UUPSUpgradeable.json │ │ ├── Vm.sol │ │ │ ├── Vm.json │ │ │ └── VmSafe.json │ │ ├── console.sol │ │ │ └── console.json │ │ ├── console2.sol │ │ │ └── console2.json │ │ ├── deploy.anvil.s.sol │ │ │ └── DeployAnvil.json │ │ ├── deploy.s.sol │ │ │ ├── Deploy.json │ │ │ └── DeployScript.json │ │ ├── draft-IERC1822.sol │ │ │ └── IERC1822Proxiable.json │ │ ├── draft-IERC1822Upgradeable.sol │ │ │ └── IERC1822ProxiableUpgradeable.json │ │ ├── safeconsole.sol │ │ │ └── safeconsole.json │ │ └── test.sol │ │ │ └── DSTest.json │ ├── remappings.txt │ ├── script │ │ ├── deploy.anvil.s.sol │ │ ├── deploy.anvil.sh │ │ ├── deploy.gnosis.sh │ │ ├── deploy.s.sol │ │ └── findAddresses.ts │ ├── src │ │ └── Marquee.sol │ ├── test │ │ └── Marquee.t.sol │ └── tsconfig.json ├── data │ ├── Allowances.ts │ ├── Reserves.ts │ └── TotalSupply.ts ├── hooks │ ├── Tokens.ts │ ├── Trades.ts │ ├── index.ts │ ├── useAllPairs.ts │ ├── useApproveCallback.ts │ ├── useColor.ts │ ├── useContract.ts │ ├── useCopyClipboard.ts │ ├── useCurrentBlockTimestamp.ts │ ├── useDebounce.ts │ ├── useENS.ts │ ├── useENSAddress.ts │ ├── useENSContentHash.ts │ ├── useENSName.ts │ ├── useHttpLocations.ts │ ├── useInterval.ts │ ├── useIsArgentWallet.ts │ ├── useIsWindowVisible.ts │ ├── useLast.ts │ ├── useNativeCurrency.ts │ ├── useNativeCurrencyUSDPrice.ts │ ├── useOnClickOutside.tsx │ ├── usePage.ts │ ├── usePairLiquidityUSD.ts │ ├── usePairReserveNativeCurrency.ts │ ├── usePairVolume24hUSD.ts │ ├── useParsedQueryString.ts │ ├── usePrevious.ts │ ├── useResponsiveItemsPerPage.ts │ ├── useRouter.ts │ ├── useSwapCallback.ts │ ├── useTargetedChainIdFromUrl.ts │ ├── useTimestampFromBlock.ts │ ├── useToggle.ts │ ├── useTokenDerivedNativeCurrency.ts │ ├── useTokensDerivedNativeCurrency.ts │ ├── useTransactionDeadline.ts │ ├── useUAuthUser.ts │ ├── useWindowSize.ts │ └── useWrapCallback.ts ├── i18n.ts ├── index.tsx ├── pages │ ├── AddLiquidity │ │ ├── ConfirmAddModalBottom.tsx │ │ ├── PoolPriceBar.tsx │ │ ├── ProtocolFeeBar.tsx │ │ ├── index.tsx │ │ └── redirects.tsx │ ├── App.tsx │ ├── AppBody.tsx │ ├── GovPages │ │ ├── Card.tsx │ │ ├── Container.tsx │ │ ├── constant.ts │ │ └── index.tsx │ ├── Pool │ │ ├── index.tsx │ │ └── styleds.tsx │ ├── PoolFinder │ │ └── index.tsx │ ├── RemoveLiquidity │ │ ├── PoolPriceBar.tsx │ │ ├── index.tsx │ │ └── redirects.tsx │ └── Swap │ │ ├── index.tsx │ │ └── redirects.tsx ├── react-app-env.d.ts ├── state │ ├── application │ │ ├── actions.ts │ │ ├── hooks.ts │ │ ├── reducer.test.ts │ │ ├── reducer.ts │ │ └── updater.ts │ ├── burn │ │ ├── actions.ts │ │ ├── hooks.ts │ │ └── reducer.ts │ ├── fees │ │ ├── actions.ts │ │ ├── hooks.ts │ │ ├── reducer.ts │ │ └── updater.ts │ ├── global │ │ └── actions.ts │ ├── index.ts │ ├── lists │ │ ├── actions.ts │ │ ├── hooks.ts │ │ ├── reducer.ts │ │ └── updater.ts │ ├── mint │ │ ├── actions.ts │ │ ├── hooks.ts │ │ ├── reducer.test.ts │ │ └── reducer.ts │ ├── multicall │ │ ├── actions.test.ts │ │ ├── actions.ts │ │ ├── hooks.ts │ │ ├── reducer.test.ts │ │ ├── reducer.ts │ │ ├── updater.test.ts │ │ └── updater.tsx │ ├── swap │ │ ├── actions.ts │ │ ├── hooks.test.ts │ │ ├── hooks.ts │ │ ├── reducer.test.ts │ │ └── reducer.ts │ ├── token-icons │ │ └── updater.tsx │ ├── transactions │ │ ├── actions.ts │ │ ├── hooks.tsx │ │ ├── reducer.test.ts │ │ ├── reducer.ts │ │ ├── updater.test.ts │ │ └── updater.tsx │ ├── user │ │ ├── actions.ts │ │ ├── hooks.tsx │ │ ├── reducer.test.ts │ │ ├── reducer.ts │ │ └── updater.tsx │ └── wallet │ │ └── hooks.ts ├── theme │ ├── DarkModeQueryParamReader.tsx │ ├── components.tsx │ ├── index.tsx │ └── styled.d.ts └── utils │ ├── chunkArray.test.ts │ ├── chunkArray.ts │ ├── contenthashToUri.test.skip.ts │ ├── contenthashToUri.ts │ ├── currencyId.ts │ ├── getLibrary.ts │ ├── index.test.ts │ ├── index.ts │ ├── isZero.ts │ ├── maxAmountSpend.ts │ ├── parseENSAddress.test.ts │ ├── parseENSAddress.ts │ ├── prices.test.ts │ ├── prices.ts │ ├── resolveENSContentHash.ts │ ├── retry.test.ts │ ├── retry.ts │ ├── uriToHttp.test.ts │ ├── uriToHttp.ts │ ├── useDebouncedChangeHandler.tsx │ └── wrappedCurrency.ts ├── tsconfig.json └── yarn.lock /.env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/.env.sample -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/workflows/lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/.github/workflows/lint.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | node-options="--openssl-legacy-provider" -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | v16.17.0 2 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/.prettierrc -------------------------------------------------------------------------------- /.yarnrc: -------------------------------------------------------------------------------- 1 | ignore-scripts true 2 | network-concurrency 1 -------------------------------------------------------------------------------- /.yarnrc.yml: -------------------------------------------------------------------------------- 1 | nodeLinker: node-modules 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/README.md -------------------------------------------------------------------------------- /config-overrides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/config-overrides.js -------------------------------------------------------------------------------- /cypress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress.json -------------------------------------------------------------------------------- /cypress/integration/add-liquidity.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/add-liquidity.test.ts -------------------------------------------------------------------------------- /cypress/integration/landing.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/landing.test.ts -------------------------------------------------------------------------------- /cypress/integration/lists.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/lists.test.ts -------------------------------------------------------------------------------- /cypress/integration/migrate-v1.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/migrate-v1.test.ts -------------------------------------------------------------------------------- /cypress/integration/pool.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/pool.test.ts -------------------------------------------------------------------------------- /cypress/integration/remove-liquidity.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/remove-liquidity.test.ts -------------------------------------------------------------------------------- /cypress/integration/send.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/send.test.ts -------------------------------------------------------------------------------- /cypress/integration/swap.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/swap.test.ts -------------------------------------------------------------------------------- /cypress/integration/token-warning.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/integration/token-warning.ts -------------------------------------------------------------------------------- /cypress/support/commands.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/support/commands.d.ts -------------------------------------------------------------------------------- /cypress/support/commands.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/support/commands.js -------------------------------------------------------------------------------- /cypress/support/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/support/index.js -------------------------------------------------------------------------------- /cypress/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/cypress/tsconfig.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/package.json -------------------------------------------------------------------------------- /public/451.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/451.html -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/favicon.png -------------------------------------------------------------------------------- /public/images/192x192_App_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/images/192x192_App_Icon.png -------------------------------------------------------------------------------- /public/images/512x512_App_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/images/512x512_App_Icon.png -------------------------------------------------------------------------------- /public/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/images/favicon.png -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/index.html -------------------------------------------------------------------------------- /public/locales/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/de.json -------------------------------------------------------------------------------- /public/locales/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/en.json -------------------------------------------------------------------------------- /public/locales/es-AR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/es-AR.json -------------------------------------------------------------------------------- /public/locales/es-US.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/es-US.json -------------------------------------------------------------------------------- /public/locales/it-IT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/it-IT.json -------------------------------------------------------------------------------- /public/locales/iw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/iw.json -------------------------------------------------------------------------------- /public/locales/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/ro.json -------------------------------------------------------------------------------- /public/locales/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/ru.json -------------------------------------------------------------------------------- /public/locales/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/vi.json -------------------------------------------------------------------------------- /public/locales/zh-CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/zh-CN.json -------------------------------------------------------------------------------- /public/locales/zh-TW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/locales/zh-TW.json -------------------------------------------------------------------------------- /public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/public/manifest.json -------------------------------------------------------------------------------- /src/assets/images/arbitrum-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/arbitrum-logo.jpg -------------------------------------------------------------------------------- /src/assets/images/arrow-down-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/arrow-down-blue.svg -------------------------------------------------------------------------------- /src/assets/images/arrow-down-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/arrow-down-grey.svg -------------------------------------------------------------------------------- /src/assets/images/arrow-right-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/arrow-right-white.png -------------------------------------------------------------------------------- /src/assets/images/arrow-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/arrow-right.svg -------------------------------------------------------------------------------- /src/assets/images/authereum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/authereum.svg -------------------------------------------------------------------------------- /src/assets/images/baoswap-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/baoswap-logo.png -------------------------------------------------------------------------------- /src/assets/images/big_unicorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/big_unicorn.png -------------------------------------------------------------------------------- /src/assets/images/bitkeep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/bitkeep.svg -------------------------------------------------------------------------------- /src/assets/images/blue-loader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/blue-loader.svg -------------------------------------------------------------------------------- /src/assets/images/border-8px-radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/border-8px-radius.png -------------------------------------------------------------------------------- /src/assets/images/brave_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/brave_logo.svg -------------------------------------------------------------------------------- /src/assets/images/circle-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/circle-grey.svg -------------------------------------------------------------------------------- /src/assets/images/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/circle.svg -------------------------------------------------------------------------------- /src/assets/images/coinbaseWalletIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/coinbaseWalletIcon.svg -------------------------------------------------------------------------------- /src/assets/images/default-icon-UD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/default-icon-UD.png -------------------------------------------------------------------------------- /src/assets/images/dropdown-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/dropdown-blue.svg -------------------------------------------------------------------------------- /src/assets/images/dropdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/dropdown.svg -------------------------------------------------------------------------------- /src/assets/images/dropup-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/dropup-blue.svg -------------------------------------------------------------------------------- /src/assets/images/ethereum-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/ethereum-logo.png -------------------------------------------------------------------------------- /src/assets/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/favicon.png -------------------------------------------------------------------------------- /src/assets/images/gnosis-chain-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/gnosis-chain-logo.png -------------------------------------------------------------------------------- /src/assets/images/levinswap-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/levinswap-logo.svg -------------------------------------------------------------------------------- /src/assets/images/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/link.svg -------------------------------------------------------------------------------- /src/assets/images/magnifying-glass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/magnifying-glass.svg -------------------------------------------------------------------------------- /src/assets/images/matic-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/matic-logo.png -------------------------------------------------------------------------------- /src/assets/images/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/menu.svg -------------------------------------------------------------------------------- /src/assets/images/metamask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/metamask.png -------------------------------------------------------------------------------- /src/assets/images/noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/noise.png -------------------------------------------------------------------------------- /src/assets/images/plus-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/plus-blue.svg -------------------------------------------------------------------------------- /src/assets/images/plus-grey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/plus-grey.svg -------------------------------------------------------------------------------- /src/assets/images/poa-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/poa-logo.png -------------------------------------------------------------------------------- /src/assets/images/polygon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/polygon-logo.png -------------------------------------------------------------------------------- /src/assets/images/question-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/question-mark.svg -------------------------------------------------------------------------------- /src/assets/images/question.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/question.svg -------------------------------------------------------------------------------- /src/assets/images/quickswap-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/quickswap-logo.png -------------------------------------------------------------------------------- /src/assets/images/spinner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/spinner.svg -------------------------------------------------------------------------------- /src/assets/images/token-list/lists-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/token-list/lists-dark.png -------------------------------------------------------------------------------- /src/assets/images/token-list/lists-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/token-list/lists-light.png -------------------------------------------------------------------------------- /src/assets/images/token-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/token-logo.png -------------------------------------------------------------------------------- /src/assets/images/trustWallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/trustWallet.png -------------------------------------------------------------------------------- /src/assets/images/wallet-connect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/wallet-connect.svg -------------------------------------------------------------------------------- /src/assets/images/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/x.svg -------------------------------------------------------------------------------- /src/assets/images/xdai-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/xdai-logo.png -------------------------------------------------------------------------------- /src/assets/images/xdai-stake-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/xdai-stake-logo.png -------------------------------------------------------------------------------- /src/assets/images/xl_uni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/images/xl_uni.png -------------------------------------------------------------------------------- /src/assets/svg/QR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/QR.svg -------------------------------------------------------------------------------- /src/assets/svg/bee-eth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/bee-eth.svg -------------------------------------------------------------------------------- /src/assets/svg/blurred-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/blurred-circle.svg -------------------------------------------------------------------------------- /src/assets/svg/diamond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/diamond.svg -------------------------------------------------------------------------------- /src/assets/svg/diamonds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/diamonds.svg -------------------------------------------------------------------------------- /src/assets/svg/dxd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/dxd.svg -------------------------------------------------------------------------------- /src/assets/svg/dxdao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/dxdao.svg -------------------------------------------------------------------------------- /src/assets/svg/honeyswap-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/honeyswap-logo.svg -------------------------------------------------------------------------------- /src/assets/svg/lightcircle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/lightcircle.svg -------------------------------------------------------------------------------- /src/assets/svg/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/logo.svg -------------------------------------------------------------------------------- /src/assets/svg/logo_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/logo_pink.svg -------------------------------------------------------------------------------- /src/assets/svg/logo_purple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/logo_purple.svg -------------------------------------------------------------------------------- /src/assets/svg/logo_purple_white_bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/logo_purple_white_bg.svg -------------------------------------------------------------------------------- /src/assets/svg/logo_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/logo_white.svg -------------------------------------------------------------------------------- /src/assets/svg/sushiswap-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/sushiswap-logo.svg -------------------------------------------------------------------------------- /src/assets/svg/swapr-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/swapr-logo.svg -------------------------------------------------------------------------------- /src/assets/svg/swapr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/swapr.svg -------------------------------------------------------------------------------- /src/assets/svg/swapr_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/swapr_white.svg -------------------------------------------------------------------------------- /src/assets/svg/three-blurred-circles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/three-blurred-circles.svg -------------------------------------------------------------------------------- /src/assets/svg/uniswap-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/uniswap-logo.svg -------------------------------------------------------------------------------- /src/assets/svg/wordmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/wordmark.svg -------------------------------------------------------------------------------- /src/assets/svg/wordmark_pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/wordmark_pink.svg -------------------------------------------------------------------------------- /src/assets/svg/wordmark_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/assets/svg/wordmark_white.svg -------------------------------------------------------------------------------- /src/components/AccountDetails/Copy.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/AccountDetails/Copy.tsx -------------------------------------------------------------------------------- /src/components/AccountDetails/Transaction.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/AccountDetails/Transaction.tsx -------------------------------------------------------------------------------- /src/components/AccountDetails/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/AccountDetails/index.tsx -------------------------------------------------------------------------------- /src/components/AddressInputPanel/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/AddressInputPanel/index.tsx -------------------------------------------------------------------------------- /src/components/Badge/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Badge/index.tsx -------------------------------------------------------------------------------- /src/components/Button/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Button/index.tsx -------------------------------------------------------------------------------- /src/components/Card/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Card/index.tsx -------------------------------------------------------------------------------- /src/components/Column/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Column/index.tsx -------------------------------------------------------------------------------- /src/components/Countdown/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Countdown/index.tsx -------------------------------------------------------------------------------- /src/components/CurrencyInputPanel/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/CurrencyInputPanel/index.tsx -------------------------------------------------------------------------------- /src/components/CurrencyLogo/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/CurrencyLogo/index.tsx -------------------------------------------------------------------------------- /src/components/DoubleLogo/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/DoubleLogo/index.tsx -------------------------------------------------------------------------------- /src/components/Footer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Footer/index.tsx -------------------------------------------------------------------------------- /src/components/FormattedCurrencyAmount/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/FormattedCurrencyAmount/index.tsx -------------------------------------------------------------------------------- /src/components/Header/MobileOptions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Header/MobileOptions.tsx -------------------------------------------------------------------------------- /src/components/Header/Polling.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Header/Polling.tsx -------------------------------------------------------------------------------- /src/components/Header/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Header/index.tsx -------------------------------------------------------------------------------- /src/components/Header/styleds.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Header/styleds.ts -------------------------------------------------------------------------------- /src/components/Input/DateTimeInput/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Input/DateTimeInput/index.tsx -------------------------------------------------------------------------------- /src/components/Input/NumericalInput/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Input/NumericalInput/index.tsx -------------------------------------------------------------------------------- /src/components/Input/styleds.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Input/styleds.ts -------------------------------------------------------------------------------- /src/components/Loader/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Loader/index.tsx -------------------------------------------------------------------------------- /src/components/Logo/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Logo/index.tsx -------------------------------------------------------------------------------- /src/components/Marquee/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Marquee/index.tsx -------------------------------------------------------------------------------- /src/components/Modal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Modal/index.tsx -------------------------------------------------------------------------------- /src/components/ModalViews/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/ModalViews/index.tsx -------------------------------------------------------------------------------- /src/components/NavigationTabs/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/NavigationTabs/index.tsx -------------------------------------------------------------------------------- /src/components/NetworkSwitcherPopover/Option.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/NetworkSwitcherPopover/Option.tsx -------------------------------------------------------------------------------- /src/components/NetworkSwitcherPopover/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/NetworkSwitcherPopover/index.tsx -------------------------------------------------------------------------------- /src/components/NetworkWarningModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/NetworkWarningModal/index.tsx -------------------------------------------------------------------------------- /src/components/Option/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Option/index.tsx -------------------------------------------------------------------------------- /src/components/Pagination/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pagination/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/ApyBadge/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/ApyBadge/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/Empty/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/Empty/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/ListFilter/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/ListFilter/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/LoadingList/LoadingCard/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/LoadingList/LoadingCard/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/LoadingList/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/LoadingList/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/ConfirmClaimModal/Header/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/ConfirmClaimModal/Header/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/ConfirmClaimModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/ConfirmClaimModal/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/ConfirmExitModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/ConfirmExitModal/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/ConfirmStakingModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/ConfirmStakingModal/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/ConfirmWithdrawalModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/ConfirmWithdrawalModal/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/ModalBase/Footer/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/ModalBase/Footer/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/ModalBase/Header/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/ModalBase/Header/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairView/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairView/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairsList/MyPairs/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairsList/MyPairs/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairsList/Pair/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairsList/Pair/index.tsx -------------------------------------------------------------------------------- /src/components/Pool/PairsList/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Pool/PairsList/index.tsx -------------------------------------------------------------------------------- /src/components/Popover/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Popover/index.tsx -------------------------------------------------------------------------------- /src/components/Popups/NewNetworkPopup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Popups/NewNetworkPopup.tsx -------------------------------------------------------------------------------- /src/components/Popups/PopupItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Popups/PopupItem.tsx -------------------------------------------------------------------------------- /src/components/Popups/TransactionPopup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Popups/TransactionPopup.tsx -------------------------------------------------------------------------------- /src/components/Popups/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Popups/index.tsx -------------------------------------------------------------------------------- /src/components/PositionCard/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/PositionCard/index.tsx -------------------------------------------------------------------------------- /src/components/ProgressSteps/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/ProgressSteps/index.tsx -------------------------------------------------------------------------------- /src/components/QuestionHelper/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/QuestionHelper/index.tsx -------------------------------------------------------------------------------- /src/components/Radio/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Radio/index.tsx -------------------------------------------------------------------------------- /src/components/Row/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Row/index.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/CommonBases.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/CommonBases.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/CurrencyList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/CurrencyList.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/CurrencySearch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/CurrencySearch.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/CurrencySearchModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/CurrencySearchModal.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/PairList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/PairList.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/PairSearch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/PairSearch.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/PairSearchModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/PairSearchModal.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/SortButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/SortButton.tsx -------------------------------------------------------------------------------- /src/components/SearchModal/filtering.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/filtering.ts -------------------------------------------------------------------------------- /src/components/SearchModal/sorting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/sorting.ts -------------------------------------------------------------------------------- /src/components/SearchModal/styleds.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/SearchModal/styleds.tsx -------------------------------------------------------------------------------- /src/components/Settings/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Settings/index.tsx -------------------------------------------------------------------------------- /src/components/Slider/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Slider/index.tsx -------------------------------------------------------------------------------- /src/components/StackedCards/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/StackedCards/index.tsx -------------------------------------------------------------------------------- /src/components/TabBar/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/TabBar/index.tsx -------------------------------------------------------------------------------- /src/components/Toggle/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Toggle/index.tsx -------------------------------------------------------------------------------- /src/components/TokenWarningModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/TokenWarningModal/index.tsx -------------------------------------------------------------------------------- /src/components/Tooltip/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Tooltip/index.tsx -------------------------------------------------------------------------------- /src/components/TransactionConfirmationModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/TransactionConfirmationModal/index.tsx -------------------------------------------------------------------------------- /src/components/TransactionSettings/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/TransactionSettings/index.tsx -------------------------------------------------------------------------------- /src/components/UndercoratedLink/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/UndercoratedLink/index.tsx -------------------------------------------------------------------------------- /src/components/WalletModal/Option.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/WalletModal/Option.tsx -------------------------------------------------------------------------------- /src/components/WalletModal/PendingView.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/WalletModal/PendingView.tsx -------------------------------------------------------------------------------- /src/components/WalletModal/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/WalletModal/index.tsx -------------------------------------------------------------------------------- /src/components/Web3ReactManager/GnosisManager.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Web3ReactManager/GnosisManager.tsx -------------------------------------------------------------------------------- /src/components/Web3ReactManager/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Web3ReactManager/index.tsx -------------------------------------------------------------------------------- /src/components/Web3Status/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/Web3Status/index.tsx -------------------------------------------------------------------------------- /src/components/earn/styled.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/earn/styled.ts -------------------------------------------------------------------------------- /src/components/swap/AdvancedSwapDetails.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/AdvancedSwapDetails.tsx -------------------------------------------------------------------------------- /src/components/swap/AdvancedSwapDetailsDropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/AdvancedSwapDetailsDropdown.tsx -------------------------------------------------------------------------------- /src/components/swap/ConfirmSwapModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/ConfirmSwapModal.tsx -------------------------------------------------------------------------------- /src/components/swap/FormattedPriceImpact.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/FormattedPriceImpact.tsx -------------------------------------------------------------------------------- /src/components/swap/SwapModalFooter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/SwapModalFooter.tsx -------------------------------------------------------------------------------- /src/components/swap/SwapModalHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/SwapModalHeader.tsx -------------------------------------------------------------------------------- /src/components/swap/SwapPlatformSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/SwapPlatformSelector.tsx -------------------------------------------------------------------------------- /src/components/swap/SwapRoute.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/SwapRoute.tsx -------------------------------------------------------------------------------- /src/components/swap/TradePrice.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/TradePrice.tsx -------------------------------------------------------------------------------- /src/components/swap/confirmPriceImpactWithoutFee.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/confirmPriceImpactWithoutFee.ts -------------------------------------------------------------------------------- /src/components/swap/styleds.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/components/swap/styleds.tsx -------------------------------------------------------------------------------- /src/connectors/BitKeepConnector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/connectors/BitKeepConnector.ts -------------------------------------------------------------------------------- /src/connectors/CustomNetworkConnector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/connectors/CustomNetworkConnector.ts -------------------------------------------------------------------------------- /src/connectors/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/connectors/index.ts -------------------------------------------------------------------------------- /src/constants/abis/argent-wallet-detector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/argent-wallet-detector.json -------------------------------------------------------------------------------- /src/constants/abis/argent-wallet-detector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/argent-wallet-detector.ts -------------------------------------------------------------------------------- /src/constants/abis/ens-public-resolver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/ens-public-resolver.json -------------------------------------------------------------------------------- /src/constants/abis/ens-registrar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/ens-registrar.json -------------------------------------------------------------------------------- /src/constants/abis/erc20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/erc20.json -------------------------------------------------------------------------------- /src/constants/abis/erc20.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/erc20.ts -------------------------------------------------------------------------------- /src/constants/abis/erc20_bytes32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/erc20_bytes32.json -------------------------------------------------------------------------------- /src/constants/abis/weth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/weth.json -------------------------------------------------------------------------------- /src/constants/abis/wmatic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/wmatic.json -------------------------------------------------------------------------------- /src/constants/abis/wspoa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/wspoa.json -------------------------------------------------------------------------------- /src/constants/abis/wxdai.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/abis/wxdai.json -------------------------------------------------------------------------------- /src/constants/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/index.ts -------------------------------------------------------------------------------- /src/constants/multicall/abi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/multicall/abi.json -------------------------------------------------------------------------------- /src/constants/multicall/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/multicall/index.ts -------------------------------------------------------------------------------- /src/constants/tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/constants/tokens.ts -------------------------------------------------------------------------------- /src/contracts/.env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/.env.sample -------------------------------------------------------------------------------- /src/contracts/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/.gitignore -------------------------------------------------------------------------------- /src/contracts/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/.gitmodules -------------------------------------------------------------------------------- /src/contracts/addresses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/addresses.json -------------------------------------------------------------------------------- /src/contracts/broadcast/deploy.anvil.s.sol/31337/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/broadcast/deploy.anvil.s.sol/31337/run-latest.json -------------------------------------------------------------------------------- /src/contracts/foundry.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/foundry.toml -------------------------------------------------------------------------------- /src/contracts/out/Address.sol/Address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Address.sol/Address.json -------------------------------------------------------------------------------- /src/contracts/out/AddressUpgradeable.sol/AddressUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/AddressUpgradeable.sol/AddressUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/Base.sol/CommonBase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Base.sol/CommonBase.json -------------------------------------------------------------------------------- /src/contracts/out/Base.sol/ScriptBase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Base.sol/ScriptBase.json -------------------------------------------------------------------------------- /src/contracts/out/Base.sol/TestBase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Base.sol/TestBase.json -------------------------------------------------------------------------------- /src/contracts/out/ContextUpgradeable.sol/ContextUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/ContextUpgradeable.sol/ContextUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/Counter.s.sol/CounterScript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Counter.s.sol/CounterScript.json -------------------------------------------------------------------------------- /src/contracts/out/ERC1967Proxy.sol/ERC1967Proxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/ERC1967Proxy.sol/ERC1967Proxy.json -------------------------------------------------------------------------------- /src/contracts/out/ERC1967Upgrade.sol/ERC1967Upgrade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/ERC1967Upgrade.sol/ERC1967Upgrade.json -------------------------------------------------------------------------------- /src/contracts/out/ERC1967UpgradeUpgradeable.sol/ERC1967UpgradeUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/ERC1967UpgradeUpgradeable.sol/ERC1967UpgradeUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/ERC1967UtilsUpgradeable.sol/ERC1967UtilsUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/ERC1967UtilsUpgradeable.sol/ERC1967UtilsUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/IBeacon.sol/IBeacon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/IBeacon.sol/IBeacon.json -------------------------------------------------------------------------------- /src/contracts/out/IBeaconUpgradeable.sol/IBeaconUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/IBeaconUpgradeable.sol/IBeaconUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/IERC1967.sol/IERC1967.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/IERC1967.sol/IERC1967.json -------------------------------------------------------------------------------- /src/contracts/out/IERC1967Upgradeable.sol/IERC1967Upgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/IERC1967Upgradeable.sol/IERC1967Upgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/IMulticall3.sol/IMulticall3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/IMulticall3.sol/IMulticall3.json -------------------------------------------------------------------------------- /src/contracts/out/Initializable.sol/Initializable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Initializable.sol/Initializable.json -------------------------------------------------------------------------------- /src/contracts/out/Marquee.sol/Marquee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Marquee.sol/Marquee.json -------------------------------------------------------------------------------- /src/contracts/out/Marquee.t.sol/MarqueeTest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Marquee.t.sol/MarqueeTest.json -------------------------------------------------------------------------------- /src/contracts/out/OwnableUpgradeable.sol/OwnableUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/OwnableUpgradeable.sol/OwnableUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/PausableUpgradeable.sol/PausableUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/PausableUpgradeable.sol/PausableUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/Proxy.sol/Proxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Proxy.sol/Proxy.json -------------------------------------------------------------------------------- /src/contracts/out/Script.sol/Script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Script.sol/Script.json -------------------------------------------------------------------------------- /src/contracts/out/StdAssertions.sol/StdAssertions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdAssertions.sol/StdAssertions.json -------------------------------------------------------------------------------- /src/contracts/out/StdChains.sol/StdChains.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdChains.sol/StdChains.json -------------------------------------------------------------------------------- /src/contracts/out/StdCheats.sol/StdCheats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdCheats.sol/StdCheats.json -------------------------------------------------------------------------------- /src/contracts/out/StdCheats.sol/StdCheatsSafe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdCheats.sol/StdCheatsSafe.json -------------------------------------------------------------------------------- /src/contracts/out/StdError.sol/stdError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdError.sol/stdError.json -------------------------------------------------------------------------------- /src/contracts/out/StdInvariant.sol/StdInvariant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdInvariant.sol/StdInvariant.json -------------------------------------------------------------------------------- /src/contracts/out/StdJson.sol/stdJson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdJson.sol/stdJson.json -------------------------------------------------------------------------------- /src/contracts/out/StdMath.sol/stdMath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdMath.sol/stdMath.json -------------------------------------------------------------------------------- /src/contracts/out/StdStorage.sol/stdStorage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdStorage.sol/stdStorage.json -------------------------------------------------------------------------------- /src/contracts/out/StdStorage.sol/stdStorageSafe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdStorage.sol/stdStorageSafe.json -------------------------------------------------------------------------------- /src/contracts/out/StdStyle.sol/StdStyle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdStyle.sol/StdStyle.json -------------------------------------------------------------------------------- /src/contracts/out/StdUtils.sol/StdUtils.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StdUtils.sol/StdUtils.json -------------------------------------------------------------------------------- /src/contracts/out/StorageSlot.sol/StorageSlot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StorageSlot.sol/StorageSlot.json -------------------------------------------------------------------------------- /src/contracts/out/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/Test.sol/Test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Test.sol/Test.json -------------------------------------------------------------------------------- /src/contracts/out/UUPSUpgradeable.sol/UUPSUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/UUPSUpgradeable.sol/UUPSUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/Vm.sol/Vm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Vm.sol/Vm.json -------------------------------------------------------------------------------- /src/contracts/out/Vm.sol/VmSafe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/Vm.sol/VmSafe.json -------------------------------------------------------------------------------- /src/contracts/out/console.sol/console.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/console.sol/console.json -------------------------------------------------------------------------------- /src/contracts/out/console2.sol/console2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/console2.sol/console2.json -------------------------------------------------------------------------------- /src/contracts/out/deploy.anvil.s.sol/DeployAnvil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/deploy.anvil.s.sol/DeployAnvil.json -------------------------------------------------------------------------------- /src/contracts/out/deploy.s.sol/Deploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/deploy.s.sol/Deploy.json -------------------------------------------------------------------------------- /src/contracts/out/deploy.s.sol/DeployScript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/deploy.s.sol/DeployScript.json -------------------------------------------------------------------------------- /src/contracts/out/draft-IERC1822.sol/IERC1822Proxiable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/draft-IERC1822.sol/IERC1822Proxiable.json -------------------------------------------------------------------------------- /src/contracts/out/draft-IERC1822Upgradeable.sol/IERC1822ProxiableUpgradeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/draft-IERC1822Upgradeable.sol/IERC1822ProxiableUpgradeable.json -------------------------------------------------------------------------------- /src/contracts/out/safeconsole.sol/safeconsole.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/safeconsole.sol/safeconsole.json -------------------------------------------------------------------------------- /src/contracts/out/test.sol/DSTest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/out/test.sol/DSTest.json -------------------------------------------------------------------------------- /src/contracts/remappings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/remappings.txt -------------------------------------------------------------------------------- /src/contracts/script/deploy.anvil.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/script/deploy.anvil.s.sol -------------------------------------------------------------------------------- /src/contracts/script/deploy.anvil.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/script/deploy.anvil.sh -------------------------------------------------------------------------------- /src/contracts/script/deploy.gnosis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/script/deploy.gnosis.sh -------------------------------------------------------------------------------- /src/contracts/script/deploy.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/script/deploy.s.sol -------------------------------------------------------------------------------- /src/contracts/script/findAddresses.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/script/findAddresses.ts -------------------------------------------------------------------------------- /src/contracts/src/Marquee.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/src/Marquee.sol -------------------------------------------------------------------------------- /src/contracts/test/Marquee.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/test/Marquee.t.sol -------------------------------------------------------------------------------- /src/contracts/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/contracts/tsconfig.json -------------------------------------------------------------------------------- /src/data/Allowances.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/data/Allowances.ts -------------------------------------------------------------------------------- /src/data/Reserves.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/data/Reserves.ts -------------------------------------------------------------------------------- /src/data/TotalSupply.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/data/TotalSupply.ts -------------------------------------------------------------------------------- /src/hooks/Tokens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/Tokens.ts -------------------------------------------------------------------------------- /src/hooks/Trades.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/Trades.ts -------------------------------------------------------------------------------- /src/hooks/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/index.ts -------------------------------------------------------------------------------- /src/hooks/useAllPairs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useAllPairs.ts -------------------------------------------------------------------------------- /src/hooks/useApproveCallback.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useApproveCallback.ts -------------------------------------------------------------------------------- /src/hooks/useColor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useColor.ts -------------------------------------------------------------------------------- /src/hooks/useContract.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useContract.ts -------------------------------------------------------------------------------- /src/hooks/useCopyClipboard.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useCopyClipboard.ts -------------------------------------------------------------------------------- /src/hooks/useCurrentBlockTimestamp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useCurrentBlockTimestamp.ts -------------------------------------------------------------------------------- /src/hooks/useDebounce.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useDebounce.ts -------------------------------------------------------------------------------- /src/hooks/useENS.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useENS.ts -------------------------------------------------------------------------------- /src/hooks/useENSAddress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useENSAddress.ts -------------------------------------------------------------------------------- /src/hooks/useENSContentHash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useENSContentHash.ts -------------------------------------------------------------------------------- /src/hooks/useENSName.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useENSName.ts -------------------------------------------------------------------------------- /src/hooks/useHttpLocations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useHttpLocations.ts -------------------------------------------------------------------------------- /src/hooks/useInterval.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useInterval.ts -------------------------------------------------------------------------------- /src/hooks/useIsArgentWallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useIsArgentWallet.ts -------------------------------------------------------------------------------- /src/hooks/useIsWindowVisible.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useIsWindowVisible.ts -------------------------------------------------------------------------------- /src/hooks/useLast.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useLast.ts -------------------------------------------------------------------------------- /src/hooks/useNativeCurrency.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useNativeCurrency.ts -------------------------------------------------------------------------------- /src/hooks/useNativeCurrencyUSDPrice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useNativeCurrencyUSDPrice.ts -------------------------------------------------------------------------------- /src/hooks/useOnClickOutside.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useOnClickOutside.tsx -------------------------------------------------------------------------------- /src/hooks/usePage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/usePage.ts -------------------------------------------------------------------------------- /src/hooks/usePairLiquidityUSD.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/usePairLiquidityUSD.ts -------------------------------------------------------------------------------- /src/hooks/usePairReserveNativeCurrency.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/usePairReserveNativeCurrency.ts -------------------------------------------------------------------------------- /src/hooks/usePairVolume24hUSD.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/usePairVolume24hUSD.ts -------------------------------------------------------------------------------- /src/hooks/useParsedQueryString.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useParsedQueryString.ts -------------------------------------------------------------------------------- /src/hooks/usePrevious.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/usePrevious.ts -------------------------------------------------------------------------------- /src/hooks/useResponsiveItemsPerPage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useResponsiveItemsPerPage.ts -------------------------------------------------------------------------------- /src/hooks/useRouter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useRouter.ts -------------------------------------------------------------------------------- /src/hooks/useSwapCallback.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useSwapCallback.ts -------------------------------------------------------------------------------- /src/hooks/useTargetedChainIdFromUrl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useTargetedChainIdFromUrl.ts -------------------------------------------------------------------------------- /src/hooks/useTimestampFromBlock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useTimestampFromBlock.ts -------------------------------------------------------------------------------- /src/hooks/useToggle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useToggle.ts -------------------------------------------------------------------------------- /src/hooks/useTokenDerivedNativeCurrency.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useTokenDerivedNativeCurrency.ts -------------------------------------------------------------------------------- /src/hooks/useTokensDerivedNativeCurrency.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useTokensDerivedNativeCurrency.ts -------------------------------------------------------------------------------- /src/hooks/useTransactionDeadline.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useTransactionDeadline.ts -------------------------------------------------------------------------------- /src/hooks/useUAuthUser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useUAuthUser.ts -------------------------------------------------------------------------------- /src/hooks/useWindowSize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useWindowSize.ts -------------------------------------------------------------------------------- /src/hooks/useWrapCallback.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/hooks/useWrapCallback.ts -------------------------------------------------------------------------------- /src/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/i18n.ts -------------------------------------------------------------------------------- /src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/index.tsx -------------------------------------------------------------------------------- /src/pages/AddLiquidity/ConfirmAddModalBottom.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/AddLiquidity/ConfirmAddModalBottom.tsx -------------------------------------------------------------------------------- /src/pages/AddLiquidity/PoolPriceBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/AddLiquidity/PoolPriceBar.tsx -------------------------------------------------------------------------------- /src/pages/AddLiquidity/ProtocolFeeBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/AddLiquidity/ProtocolFeeBar.tsx -------------------------------------------------------------------------------- /src/pages/AddLiquidity/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/AddLiquidity/index.tsx -------------------------------------------------------------------------------- /src/pages/AddLiquidity/redirects.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/AddLiquidity/redirects.tsx -------------------------------------------------------------------------------- /src/pages/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/App.tsx -------------------------------------------------------------------------------- /src/pages/AppBody.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/AppBody.tsx -------------------------------------------------------------------------------- /src/pages/GovPages/Card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/GovPages/Card.tsx -------------------------------------------------------------------------------- /src/pages/GovPages/Container.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/GovPages/Container.tsx -------------------------------------------------------------------------------- /src/pages/GovPages/constant.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/GovPages/constant.ts -------------------------------------------------------------------------------- /src/pages/GovPages/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/GovPages/index.tsx -------------------------------------------------------------------------------- /src/pages/Pool/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/Pool/index.tsx -------------------------------------------------------------------------------- /src/pages/Pool/styleds.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/Pool/styleds.tsx -------------------------------------------------------------------------------- /src/pages/PoolFinder/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/PoolFinder/index.tsx -------------------------------------------------------------------------------- /src/pages/RemoveLiquidity/PoolPriceBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/RemoveLiquidity/PoolPriceBar.tsx -------------------------------------------------------------------------------- /src/pages/RemoveLiquidity/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/RemoveLiquidity/index.tsx -------------------------------------------------------------------------------- /src/pages/RemoveLiquidity/redirects.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/RemoveLiquidity/redirects.tsx -------------------------------------------------------------------------------- /src/pages/Swap/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/Swap/index.tsx -------------------------------------------------------------------------------- /src/pages/Swap/redirects.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/pages/Swap/redirects.tsx -------------------------------------------------------------------------------- /src/react-app-env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/react-app-env.d.ts -------------------------------------------------------------------------------- /src/state/application/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/application/actions.ts -------------------------------------------------------------------------------- /src/state/application/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/application/hooks.ts -------------------------------------------------------------------------------- /src/state/application/reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/application/reducer.test.ts -------------------------------------------------------------------------------- /src/state/application/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/application/reducer.ts -------------------------------------------------------------------------------- /src/state/application/updater.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/application/updater.ts -------------------------------------------------------------------------------- /src/state/burn/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/burn/actions.ts -------------------------------------------------------------------------------- /src/state/burn/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/burn/hooks.ts -------------------------------------------------------------------------------- /src/state/burn/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/burn/reducer.ts -------------------------------------------------------------------------------- /src/state/fees/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/fees/actions.ts -------------------------------------------------------------------------------- /src/state/fees/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/fees/hooks.ts -------------------------------------------------------------------------------- /src/state/fees/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/fees/reducer.ts -------------------------------------------------------------------------------- /src/state/fees/updater.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/fees/updater.ts -------------------------------------------------------------------------------- /src/state/global/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/global/actions.ts -------------------------------------------------------------------------------- /src/state/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/index.ts -------------------------------------------------------------------------------- /src/state/lists/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/lists/actions.ts -------------------------------------------------------------------------------- /src/state/lists/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/lists/hooks.ts -------------------------------------------------------------------------------- /src/state/lists/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/lists/reducer.ts -------------------------------------------------------------------------------- /src/state/lists/updater.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/lists/updater.ts -------------------------------------------------------------------------------- /src/state/mint/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/mint/actions.ts -------------------------------------------------------------------------------- /src/state/mint/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/mint/hooks.ts -------------------------------------------------------------------------------- /src/state/mint/reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/mint/reducer.test.ts -------------------------------------------------------------------------------- /src/state/mint/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/mint/reducer.ts -------------------------------------------------------------------------------- /src/state/multicall/actions.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/multicall/actions.test.ts -------------------------------------------------------------------------------- /src/state/multicall/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/multicall/actions.ts -------------------------------------------------------------------------------- /src/state/multicall/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/multicall/hooks.ts -------------------------------------------------------------------------------- /src/state/multicall/reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/multicall/reducer.test.ts -------------------------------------------------------------------------------- /src/state/multicall/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/multicall/reducer.ts -------------------------------------------------------------------------------- /src/state/multicall/updater.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/multicall/updater.test.ts -------------------------------------------------------------------------------- /src/state/multicall/updater.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/multicall/updater.tsx -------------------------------------------------------------------------------- /src/state/swap/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/swap/actions.ts -------------------------------------------------------------------------------- /src/state/swap/hooks.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/swap/hooks.test.ts -------------------------------------------------------------------------------- /src/state/swap/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/swap/hooks.ts -------------------------------------------------------------------------------- /src/state/swap/reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/swap/reducer.test.ts -------------------------------------------------------------------------------- /src/state/swap/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/swap/reducer.ts -------------------------------------------------------------------------------- /src/state/token-icons/updater.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/token-icons/updater.tsx -------------------------------------------------------------------------------- /src/state/transactions/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/transactions/actions.ts -------------------------------------------------------------------------------- /src/state/transactions/hooks.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/transactions/hooks.tsx -------------------------------------------------------------------------------- /src/state/transactions/reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/transactions/reducer.test.ts -------------------------------------------------------------------------------- /src/state/transactions/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/transactions/reducer.ts -------------------------------------------------------------------------------- /src/state/transactions/updater.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/transactions/updater.test.ts -------------------------------------------------------------------------------- /src/state/transactions/updater.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/transactions/updater.tsx -------------------------------------------------------------------------------- /src/state/user/actions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/user/actions.ts -------------------------------------------------------------------------------- /src/state/user/hooks.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/user/hooks.tsx -------------------------------------------------------------------------------- /src/state/user/reducer.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/user/reducer.test.ts -------------------------------------------------------------------------------- /src/state/user/reducer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/user/reducer.ts -------------------------------------------------------------------------------- /src/state/user/updater.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/user/updater.tsx -------------------------------------------------------------------------------- /src/state/wallet/hooks.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/state/wallet/hooks.ts -------------------------------------------------------------------------------- /src/theme/DarkModeQueryParamReader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/theme/DarkModeQueryParamReader.tsx -------------------------------------------------------------------------------- /src/theme/components.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/theme/components.tsx -------------------------------------------------------------------------------- /src/theme/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/theme/index.tsx -------------------------------------------------------------------------------- /src/theme/styled.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/theme/styled.d.ts -------------------------------------------------------------------------------- /src/utils/chunkArray.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/chunkArray.test.ts -------------------------------------------------------------------------------- /src/utils/chunkArray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/chunkArray.ts -------------------------------------------------------------------------------- /src/utils/contenthashToUri.test.skip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/contenthashToUri.test.skip.ts -------------------------------------------------------------------------------- /src/utils/contenthashToUri.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/contenthashToUri.ts -------------------------------------------------------------------------------- /src/utils/currencyId.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/currencyId.ts -------------------------------------------------------------------------------- /src/utils/getLibrary.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/getLibrary.ts -------------------------------------------------------------------------------- /src/utils/index.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/index.test.ts -------------------------------------------------------------------------------- /src/utils/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/index.ts -------------------------------------------------------------------------------- /src/utils/isZero.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/isZero.ts -------------------------------------------------------------------------------- /src/utils/maxAmountSpend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/maxAmountSpend.ts -------------------------------------------------------------------------------- /src/utils/parseENSAddress.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/parseENSAddress.test.ts -------------------------------------------------------------------------------- /src/utils/parseENSAddress.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/parseENSAddress.ts -------------------------------------------------------------------------------- /src/utils/prices.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/prices.test.ts -------------------------------------------------------------------------------- /src/utils/prices.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/prices.ts -------------------------------------------------------------------------------- /src/utils/resolveENSContentHash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/resolveENSContentHash.ts -------------------------------------------------------------------------------- /src/utils/retry.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/retry.test.ts -------------------------------------------------------------------------------- /src/utils/retry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/retry.ts -------------------------------------------------------------------------------- /src/utils/uriToHttp.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/uriToHttp.test.ts -------------------------------------------------------------------------------- /src/utils/uriToHttp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/uriToHttp.ts -------------------------------------------------------------------------------- /src/utils/useDebouncedChangeHandler.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/useDebouncedChangeHandler.tsx -------------------------------------------------------------------------------- /src/utils/wrappedCurrency.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/src/utils/wrappedCurrency.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/tsconfig.json -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1Hive/honeyswap-interface/HEAD/yarn.lock --------------------------------------------------------------------------------