@rango-dev/ui 0.5.1-next.9 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +4 -4
- package/dist/translations/en.d.ts +2 -0
- package/dist/translations/en.d.ts.map +1 -0
- package/dist/translations/es.d.ts +2 -0
- package/dist/translations/es.d.ts.map +1 -0
- package/dist/translations/fr.d.ts +2 -0
- package/dist/translations/fr.d.ts.map +1 -0
- package/dist/translations/jp.d.ts +2 -0
- package/dist/translations/jp.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/Alert.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/LoadingFailedAlert.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/NotFoundAlert.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsList/mockData.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Button.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Checkbox/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Chip/Chip.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Chip/Chip.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Chip/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ColorPicker/ColorPicker.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ColorPicker/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Divider/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/Header.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +14 -0
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -0
- package/dist/widget/ui/src/components/I18nManager/index.d.ts +3 -0
- package/dist/widget/ui/src/components/I18nManager/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/AddCircleIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/AddIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/AddWalletIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/AngleDownIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/AngleLeftIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/AngleRightIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/AngleUpIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/ArrowRightIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/BagIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/BanIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/CheckCircleIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/CheckIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/CheckSquareIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/CheckWalletIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/ChevronRightIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/CopyIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/DeleteCircleIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/DeleteWalletIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/DisconnectIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/DownloadIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/GasIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/HistoryIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/HorizontalSwapIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/Icons.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/InfoCircleIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/MinusCircleIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/RetryIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/RetryLeftIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/RetryRightIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/SearchIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/SearchMinusIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/SettingIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/SignatureIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/SwapWalletIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/TimeIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/TrashIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/TryAgainIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/VerticalSwapIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/WalletIconIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/WarningIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Icon/types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySource.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySourceList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/LiquiditySourceList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/LiquiditySourceList/mockData.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/Modal.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/Radio.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/Radio.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SecondaryPage/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableWalletList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableWalletList/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Skeleton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Spinner/Spinner.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Spinner/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StatusDrawer/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetail/StepDetail.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetail/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapContainer/SwapContainer.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapContainer/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapDetail/Token.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapDetail/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapDetail/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Switch/Switch.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Switch/Switch.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Switch/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TextField/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenList/TokenItem.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenList/TokenList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenList/TokenList.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenList/mockData.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Typography/Typography.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Typography/Typography.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Typography/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/State.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -0
- package/dist/widget/ui/src/components/common/index.d.ts.map +1 -0
- package/dist/{components → widget/ui/src/components}/index.d.ts +1 -0
- package/dist/widget/ui/src/components/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/BlockchainSelector/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConfirmSwap/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConfirmSwap/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWallets.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConnectWalletsModal/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/ConnectWalletsModal/mockData.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/History/History.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/History/History.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/History/SwapsGroup.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/History/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/History/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/History/types.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/Settings/Settings.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/Settings/Settings.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/Settings/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapHistory/SwapMessages.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapHistory/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/TokenSelector/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/index.d.ts.map +1 -0
- package/dist/widget/ui/src/helper/index.d.ts.map +1 -0
- package/dist/widget/ui/src/hooks/index.d.ts.map +1 -0
- package/dist/widget/ui/src/hooks/useCopyToClipboard.d.ts.map +1 -0
- package/dist/widget/ui/src/index.d.ts.map +1 -0
- package/dist/{theme.d.ts → widget/ui/src/theme.d.ts} +4 -4
- package/dist/{theme.d.ts.map → widget/ui/src/theme.d.ts.map} +1 -1
- package/dist/widget/ui/src/types/index.d.ts.map +1 -0
- package/dist/widget/ui/src/types/meta.d.ts.map +1 -0
- package/dist/widget/ui/src/types/swaps.d.ts.map +1 -0
- package/dist/widget/ui/src/types/wallet.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/components/Alert/LoadingFailedAlert.tsx +4 -1
- package/src/components/BestRoute/BestRoute.tsx +5 -5
- package/src/components/I18nManager/I18nManager.tsx +40 -0
- package/src/components/I18nManager/index.ts +2 -0
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +5 -6
- package/src/components/TokenList/mockData.ts +641 -1502
- package/src/components/index.ts +1 -0
- package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +2 -1
- package/src/containers/Settings/Settings.tsx +12 -10
- package/dist/components/Alert/Alert.d.ts.map +0 -1
- package/dist/components/Alert/Alert.stories.d.ts.map +0 -1
- package/dist/components/Alert/LoadingFailedAlert.d.ts.map +0 -1
- package/dist/components/Alert/NotFoundAlert.d.ts.map +0 -1
- package/dist/components/Alert/index.d.ts.map +0 -1
- package/dist/components/BestRoute/BestRoute.d.ts.map +0 -1
- package/dist/components/BestRoute/BestRoute.stories.d.ts.map +0 -1
- package/dist/components/BestRoute/index.d.ts.map +0 -1
- package/dist/components/BestRoute/mock.d.ts.map +0 -1
- package/dist/components/BlockchainsList/BlockchainsList.d.ts.map +0 -1
- package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts.map +0 -1
- package/dist/components/BlockchainsList/index.d.ts.map +0 -1
- package/dist/components/BlockchainsList/mockData.d.ts.map +0 -1
- package/dist/components/Button/Button.d.ts.map +0 -1
- package/dist/components/Button/Button.stories.d.ts.map +0 -1
- package/dist/components/Button/index.d.ts.map +0 -1
- package/dist/components/Checkbox/Checkbox.d.ts.map +0 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts.map +0 -1
- package/dist/components/Checkbox/index.d.ts.map +0 -1
- package/dist/components/Chip/Chip.d.ts.map +0 -1
- package/dist/components/Chip/Chip.stories.d.ts.map +0 -1
- package/dist/components/Chip/index.d.ts.map +0 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts.map +0 -1
- package/dist/components/ColorPicker/ColorPicker.stories.d.ts.map +0 -1
- package/dist/components/ColorPicker/index.d.ts.map +0 -1
- package/dist/components/Divider/Divider.d.ts.map +0 -1
- package/dist/components/Divider/index.d.ts.map +0 -1
- package/dist/components/Drawer/Drawer.d.ts.map +0 -1
- package/dist/components/Drawer/Drawer.stories.d.ts.map +0 -1
- package/dist/components/Drawer/index.d.ts.map +0 -1
- package/dist/components/Header/Header.d.ts.map +0 -1
- package/dist/components/Header/index.d.ts.map +0 -1
- package/dist/components/Icon/AddCircleIcon.d.ts.map +0 -1
- package/dist/components/Icon/AddIcon.d.ts.map +0 -1
- package/dist/components/Icon/AddWalletIcon.d.ts.map +0 -1
- package/dist/components/Icon/AngleDownIcon.d.ts.map +0 -1
- package/dist/components/Icon/AngleLeftIcon.d.ts.map +0 -1
- package/dist/components/Icon/AngleRightIcon.d.ts.map +0 -1
- package/dist/components/Icon/AngleUpIcon.d.ts.map +0 -1
- package/dist/components/Icon/ArrowRightIcon.d.ts.map +0 -1
- package/dist/components/Icon/BagIcon.d.ts.map +0 -1
- package/dist/components/Icon/BanIcon.d.ts.map +0 -1
- package/dist/components/Icon/CheckCircleIcon.d.ts.map +0 -1
- package/dist/components/Icon/CheckIcon.d.ts.map +0 -1
- package/dist/components/Icon/CheckSquareIcon.d.ts.map +0 -1
- package/dist/components/Icon/CheckWalletIcon.d.ts.map +0 -1
- package/dist/components/Icon/ChevronRightIcon.d.ts.map +0 -1
- package/dist/components/Icon/CloseIcon.d.ts.map +0 -1
- package/dist/components/Icon/CopyIcon.d.ts.map +0 -1
- package/dist/components/Icon/DeleteCircleIcon.d.ts.map +0 -1
- package/dist/components/Icon/DeleteWalletIcon.d.ts.map +0 -1
- package/dist/components/Icon/DisconnectIcon.d.ts.map +0 -1
- package/dist/components/Icon/DownloadIcon.d.ts.map +0 -1
- package/dist/components/Icon/GasIcon.d.ts.map +0 -1
- package/dist/components/Icon/HistoryIcon.d.ts.map +0 -1
- package/dist/components/Icon/HorizontalSwapIcon.d.ts.map +0 -1
- package/dist/components/Icon/Icons.stories.d.ts.map +0 -1
- package/dist/components/Icon/InfoCircleIcon.d.ts.map +0 -1
- package/dist/components/Icon/MinusCircleIcon.d.ts.map +0 -1
- package/dist/components/Icon/RetryIcon.d.ts.map +0 -1
- package/dist/components/Icon/RetryLeftIcon.d.ts.map +0 -1
- package/dist/components/Icon/RetryRightIcon.d.ts.map +0 -1
- package/dist/components/Icon/SearchIcon.d.ts.map +0 -1
- package/dist/components/Icon/SearchMinusIcon.d.ts.map +0 -1
- package/dist/components/Icon/SettingIcon.d.ts.map +0 -1
- package/dist/components/Icon/SignatureIcon.d.ts.map +0 -1
- package/dist/components/Icon/SwapWalletIcon.d.ts.map +0 -1
- package/dist/components/Icon/TimeIcon.d.ts.map +0 -1
- package/dist/components/Icon/TrashIcon.d.ts.map +0 -1
- package/dist/components/Icon/TryAgainIcon.d.ts.map +0 -1
- package/dist/components/Icon/VerticalSwapIcon.d.ts.map +0 -1
- package/dist/components/Icon/WalletIconIcon.d.ts.map +0 -1
- package/dist/components/Icon/WarningIcon.d.ts.map +0 -1
- package/dist/components/Icon/common.d.ts.map +0 -1
- package/dist/components/Icon/index.d.ts.map +0 -1
- package/dist/components/Icon/types.d.ts.map +0 -1
- package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts.map +0 -1
- package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts.map +0 -1
- package/dist/components/LiquiditySourceList/index.d.ts.map +0 -1
- package/dist/components/LiquiditySourceList/mockData.d.ts.map +0 -1
- package/dist/components/Modal/Modal.d.ts.map +0 -1
- package/dist/components/Modal/Modal.stories.d.ts.map +0 -1
- package/dist/components/Modal/index.d.ts.map +0 -1
- package/dist/components/Radio/Radio.d.ts.map +0 -1
- package/dist/components/Radio/Radio.stories.d.ts.map +0 -1
- package/dist/components/Radio/index.d.ts.map +0 -1
- package/dist/components/SecondaryPage/SecondaryPage.d.ts.map +0 -1
- package/dist/components/SecondaryPage/SecondaryPage.stories.d.ts.map +0 -1
- package/dist/components/SecondaryPage/index.d.ts.map +0 -1
- package/dist/components/SelectableWalletList/SelectableWalletList.d.ts.map +0 -1
- package/dist/components/SelectableWalletList/SelectableWalletList.stories.d.ts.map +0 -1
- package/dist/components/SelectableWalletList/index.d.ts.map +0 -1
- package/dist/components/SelectableWalletList/mock.d.ts.map +0 -1
- package/dist/components/Skeleton/Skeleton.d.ts.map +0 -1
- package/dist/components/Skeleton/Skeleton.stories.d.ts.map +0 -1
- package/dist/components/Skeleton/index.d.ts.map +0 -1
- package/dist/components/Spinner/Spinner.d.ts.map +0 -1
- package/dist/components/Spinner/Spinner.stories.d.ts.map +0 -1
- package/dist/components/Spinner/index.d.ts.map +0 -1
- package/dist/components/StatusDrawer/StatusDrawer.d.ts.map +0 -1
- package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts.map +0 -1
- package/dist/components/StatusDrawer/index.d.ts.map +0 -1
- package/dist/components/StepDetail/StepDetail.d.ts.map +0 -1
- package/dist/components/StepDetail/StepDetail.stories.d.ts.map +0 -1
- package/dist/components/StepDetail/index.d.ts.map +0 -1
- package/dist/components/SwapContainer/SwapContainer.d.ts.map +0 -1
- package/dist/components/SwapContainer/index.d.ts.map +0 -1
- package/dist/components/SwapDetail/SwapDetail.d.ts.map +0 -1
- package/dist/components/SwapDetail/SwapDetail.stories.d.ts.map +0 -1
- package/dist/components/SwapDetail/Token.d.ts.map +0 -1
- package/dist/components/SwapDetail/index.d.ts.map +0 -1
- package/dist/components/SwapDetail/mock.d.ts.map +0 -1
- package/dist/components/Switch/Switch.d.ts.map +0 -1
- package/dist/components/Switch/Switch.stories.d.ts.map +0 -1
- package/dist/components/Switch/index.d.ts.map +0 -1
- package/dist/components/TextField/TextField.d.ts.map +0 -1
- package/dist/components/TextField/TextField.stories.d.ts.map +0 -1
- package/dist/components/TextField/index.d.ts.map +0 -1
- package/dist/components/TokenList/TokenItem.d.ts.map +0 -1
- package/dist/components/TokenList/TokenList.d.ts.map +0 -1
- package/dist/components/TokenList/TokenList.stories.d.ts.map +0 -1
- package/dist/components/TokenList/index.d.ts.map +0 -1
- package/dist/components/TokenList/mockData.d.ts.map +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts.map +0 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts.map +0 -1
- package/dist/components/Tooltip/index.d.ts.map +0 -1
- package/dist/components/Typography/Typography.d.ts.map +0 -1
- package/dist/components/Typography/Typography.stories.d.ts.map +0 -1
- package/dist/components/Typography/index.d.ts.map +0 -1
- package/dist/components/VirtualizedList/VirtualizedList.d.ts.map +0 -1
- package/dist/components/Wallet/State.d.ts.map +0 -1
- package/dist/components/Wallet/Wallet.d.ts.map +0 -1
- package/dist/components/Wallet/Wallet.stories.d.ts.map +0 -1
- package/dist/components/Wallet/index.d.ts.map +0 -1
- package/dist/components/common/FilledCircle.d.ts.map +0 -1
- package/dist/components/common/Image.d.ts.map +0 -1
- package/dist/components/common/index.d.ts.map +0 -1
- package/dist/components/index.d.ts.map +0 -1
- package/dist/containers/BlockchainSelector/BlockchainSelector.d.ts.map +0 -1
- package/dist/containers/BlockchainSelector/BlockchainSelector.stories.d.ts.map +0 -1
- package/dist/containers/BlockchainSelector/index.d.ts.map +0 -1
- package/dist/containers/ConfirmSwap/ConfirmSwap.d.ts.map +0 -1
- package/dist/containers/ConfirmSwap/ConfirmSwap.stories.d.ts.map +0 -1
- package/dist/containers/ConfirmSwap/index.d.ts.map +0 -1
- package/dist/containers/ConfirmSwap/mock.d.ts.map +0 -1
- package/dist/containers/ConnectWalletsModal/ConnectWallets.stories.d.ts.map +0 -1
- package/dist/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +0 -1
- package/dist/containers/ConnectWalletsModal/index.d.ts.map +0 -1
- package/dist/containers/ConnectWalletsModal/mockData.d.ts.map +0 -1
- package/dist/containers/History/History.d.ts.map +0 -1
- package/dist/containers/History/History.stories.d.ts.map +0 -1
- package/dist/containers/History/SwapsGroup.d.ts.map +0 -1
- package/dist/containers/History/index.d.ts.map +0 -1
- package/dist/containers/History/mock.d.ts.map +0 -1
- package/dist/containers/History/types.d.ts.map +0 -1
- package/dist/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts.map +0 -1
- package/dist/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts.map +0 -1
- package/dist/containers/LiquiditySourcesSelector/index.d.ts.map +0 -1
- package/dist/containers/Settings/Settings.d.ts.map +0 -1
- package/dist/containers/Settings/Settings.stories.d.ts.map +0 -1
- package/dist/containers/Settings/index.d.ts.map +0 -1
- package/dist/containers/SwapHistory/SwapHistory.d.ts.map +0 -1
- package/dist/containers/SwapHistory/SwapHistory.stories.d.ts.map +0 -1
- package/dist/containers/SwapHistory/SwapMessages.d.ts.map +0 -1
- package/dist/containers/SwapHistory/index.d.ts.map +0 -1
- package/dist/containers/SwapHistory/mock.d.ts.map +0 -1
- package/dist/containers/TokenSelector/TokenSelector.d.ts.map +0 -1
- package/dist/containers/TokenSelector/TokenSelector.stories.d.ts.map +0 -1
- package/dist/containers/TokenSelector/index.d.ts.map +0 -1
- package/dist/containers/index.d.ts.map +0 -1
- package/dist/helper/index.d.ts.map +0 -1
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/useCopyToClipboard.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/meta.d.ts.map +0 -1
- package/dist/types/swaps.d.ts.map +0 -1
- package/dist/types/wallet.d.ts.map +0 -1
- /package/dist/{components → widget/ui/src/components}/Alert/Alert.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Alert/Alert.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Alert/LoadingFailedAlert.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Alert/NotFoundAlert.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Alert/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BestRoute/BestRoute.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BestRoute/BestRoute.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BestRoute/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BestRoute/mock.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BlockchainsList/BlockchainsList.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BlockchainsList/BlockchainsList.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BlockchainsList/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/BlockchainsList/mockData.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Button/Button.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Button/Button.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Button/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Checkbox/Checkbox.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Checkbox/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Chip/Chip.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Chip/Chip.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Chip/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/ColorPicker/ColorPicker.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/ColorPicker/ColorPicker.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/ColorPicker/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Divider/Divider.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Divider/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Drawer/Drawer.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Drawer/Drawer.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Drawer/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Header/Header.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Header/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/AddCircleIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/AddIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/AddWalletIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/AngleDownIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/AngleLeftIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/AngleRightIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/AngleUpIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/ArrowRightIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/BagIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/BanIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/CheckCircleIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/CheckIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/CheckSquareIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/CheckWalletIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/ChevronRightIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/CloseIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/CopyIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/DeleteCircleIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/DeleteWalletIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/DisconnectIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/DownloadIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/GasIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/HistoryIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/HorizontalSwapIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/Icons.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/InfoCircleIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/MinusCircleIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/RetryIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/RetryLeftIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/RetryRightIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/SearchIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/SearchMinusIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/SettingIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/SignatureIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/SwapWalletIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/TimeIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/TrashIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/TryAgainIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/VerticalSwapIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/WalletIconIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/WarningIcon.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/common.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Icon/types.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/LiquiditySourceList/LiquiditySource.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/LiquiditySourceList/LiquiditySourceList.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/LiquiditySourceList/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/LiquiditySourceList/mockData.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Modal/Modal.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Modal/Modal.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Modal/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Radio/Radio.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Radio/Radio.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Radio/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SecondaryPage/SecondaryPage.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SecondaryPage/SecondaryPage.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SecondaryPage/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SelectableWalletList/SelectableWalletList.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SelectableWalletList/SelectableWalletList.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SelectableWalletList/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SelectableWalletList/mock.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Skeleton/Skeleton.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Skeleton/Skeleton.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Skeleton/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Spinner/Spinner.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Spinner/Spinner.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Spinner/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/StatusDrawer/StatusDrawer.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/StatusDrawer/StatusDrawer.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/StatusDrawer/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/StepDetail/StepDetail.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/StepDetail/StepDetail.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/StepDetail/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SwapContainer/SwapContainer.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SwapContainer/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SwapDetail/SwapDetail.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SwapDetail/SwapDetail.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SwapDetail/Token.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SwapDetail/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/SwapDetail/mock.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Switch/Switch.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Switch/Switch.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Switch/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TextField/TextField.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TextField/TextField.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TextField/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TokenList/TokenItem.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TokenList/TokenList.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TokenList/TokenList.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TokenList/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/TokenList/mockData.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Tooltip/Tooltip.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Tooltip/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Typography/Typography.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Typography/Typography.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Typography/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/VirtualizedList/VirtualizedList.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Wallet/State.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Wallet/Wallet.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Wallet/Wallet.stories.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/Wallet/index.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/common/FilledCircle.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/common/Image.d.ts +0 -0
- /package/dist/{components → widget/ui/src/components}/common/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/BlockchainSelector/BlockchainSelector.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/BlockchainSelector/BlockchainSelector.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/BlockchainSelector/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConfirmSwap/ConfirmSwap.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConfirmSwap/ConfirmSwap.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConfirmSwap/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConfirmSwap/mock.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConnectWalletsModal/ConnectWallets.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConnectWalletsModal/ConnectWalletsModal.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConnectWalletsModal/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/ConnectWalletsModal/mockData.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/History/History.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/History/History.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/History/SwapsGroup.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/History/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/History/mock.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/History/types.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/LiquiditySourcesSelector/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/Settings/Settings.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/Settings/Settings.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/Settings/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/SwapHistory/SwapHistory.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/SwapHistory/SwapHistory.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/SwapHistory/SwapMessages.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/SwapHistory/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/SwapHistory/mock.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/TokenSelector/TokenSelector.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/TokenSelector/TokenSelector.stories.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/TokenSelector/index.d.ts +0 -0
- /package/dist/{containers → widget/ui/src/containers}/index.d.ts +0 -0
- /package/dist/{helper → widget/ui/src/helper}/index.d.ts +0 -0
- /package/dist/{hooks → widget/ui/src/hooks}/index.d.ts +0 -0
- /package/dist/{hooks → widget/ui/src/hooks}/useCopyToClipboard.d.ts +0 -0
- /package/dist/{index.d.ts → widget/ui/src/index.d.ts} +0 -0
- /package/dist/{types → widget/ui/src/types}/index.d.ts +0 -0
- /package/dist/{types → widget/ui/src/types}/meta.d.ts +0 -0
- /package/dist/{types → widget/ui/src/types}/swaps.d.ts +0 -0
- /package/dist/{types → widget/ui/src/types}/wallet.d.ts +0 -0
|
@@ -2,1720 +2,859 @@ import { TokenWithAmount } from './TokenList';
|
|
|
2
2
|
|
|
3
3
|
export const tokensMeta: TokenWithAmount[] = [
|
|
4
4
|
{
|
|
5
|
-
blockchain: '
|
|
6
|
-
symbol: '
|
|
7
|
-
image: 'https://api.rango.exchange/i/
|
|
8
|
-
address:
|
|
9
|
-
usdPrice:
|
|
10
|
-
isSecondaryCoin: false,
|
|
11
|
-
coinSource: null,
|
|
12
|
-
coinSourceUrl: null,
|
|
13
|
-
name: 'Ethereum',
|
|
14
|
-
decimals: 18,
|
|
15
|
-
balance: { amount: '1', usdValue: '2000' },
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
blockchain: 'OPTIMISM',
|
|
19
|
-
symbol: 'USDT',
|
|
20
|
-
image: 'https://api.rango.exchange/i/K6j5VN',
|
|
21
|
-
address: '0x94b008aa00579c1307b0ef2c499ad98a8ce58e58',
|
|
22
|
-
usdPrice: 0.999,
|
|
23
|
-
isSecondaryCoin: false,
|
|
24
|
-
coinSource: null,
|
|
25
|
-
coinSourceUrl: null,
|
|
26
|
-
name: 'Tether USD',
|
|
27
|
-
decimals: 6,
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
blockchain: 'OPTIMISM',
|
|
31
|
-
symbol: 'USDC',
|
|
32
|
-
image: 'https://api.rango.exchange/i/e4x0s8',
|
|
33
|
-
address: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
34
|
-
usdPrice: 0.999,
|
|
35
|
-
isSecondaryCoin: false,
|
|
36
|
-
coinSource: null,
|
|
37
|
-
coinSourceUrl: null,
|
|
38
|
-
name: 'USD Coin',
|
|
39
|
-
decimals: 6,
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
blockchain: 'OPTIMISM',
|
|
43
|
-
symbol: 'DAI',
|
|
44
|
-
image: 'https://api.rango.exchange/i/zyZx0X',
|
|
45
|
-
address: '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1',
|
|
46
|
-
usdPrice: 0.999,
|
|
47
|
-
isSecondaryCoin: false,
|
|
48
|
-
coinSource: null,
|
|
49
|
-
coinSourceUrl: null,
|
|
50
|
-
name: 'Dai stable coin',
|
|
51
|
-
decimals: 18,
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
blockchain: 'OPTIMISM',
|
|
55
|
-
symbol: 'WBTC',
|
|
56
|
-
image: 'https://api.rango.exchange/i/VgpSRg',
|
|
57
|
-
address: '0x68f180fcce6836688e9084f035309e29bf0a2095',
|
|
58
|
-
usdPrice: 20857,
|
|
59
|
-
isSecondaryCoin: false,
|
|
60
|
-
coinSource: null,
|
|
61
|
-
coinSourceUrl: null,
|
|
62
|
-
name: 'Wrapped Bitcoin',
|
|
5
|
+
blockchain: 'TRON',
|
|
6
|
+
symbol: 'BTC',
|
|
7
|
+
image: 'https://api.rango.exchange/i/VTDf13',
|
|
8
|
+
address: 'TN3W4H6rK2ce4vX9YnFQHwKENnHjoxb3m9',
|
|
9
|
+
usdPrice: 30412.85212694868,
|
|
63
10
|
decimals: 8,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
blockchain: 'OPTIMISM',
|
|
67
|
-
symbol: 'LINK',
|
|
68
|
-
image: 'https://api.rango.exchange/i/3pQryj',
|
|
69
|
-
address: '0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6',
|
|
70
|
-
usdPrice: 6.62,
|
|
71
|
-
isSecondaryCoin: false,
|
|
72
|
-
coinSource: null,
|
|
73
|
-
coinSourceUrl: null,
|
|
74
|
-
name: 'Chainlink',
|
|
75
|
-
decimals: 18,
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
blockchain: 'OPTIMISM',
|
|
79
|
-
symbol: 'LDO',
|
|
80
|
-
image: 'https://api.rango.exchange/i/sFlDfK',
|
|
81
|
-
address: '0xfdb794692724153d1488ccdbe0c56c252596735f',
|
|
82
|
-
usdPrice: 2.14,
|
|
83
|
-
isSecondaryCoin: false,
|
|
84
|
-
coinSource: null,
|
|
85
|
-
coinSourceUrl: null,
|
|
86
|
-
name: 'Lido DAO Token',
|
|
87
|
-
decimals: 18,
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
blockchain: 'OPTIMISM',
|
|
91
|
-
symbol: 'TUSD',
|
|
92
|
-
image: 'https://api.rango.exchange/i/PSjWmQ',
|
|
93
|
-
address: '0xcb59a0a753fdb7491d5f3d794316f1ade197b21e',
|
|
94
|
-
usdPrice: 0.999,
|
|
95
|
-
isSecondaryCoin: false,
|
|
96
|
-
coinSource: null,
|
|
97
|
-
coinSourceUrl: null,
|
|
98
|
-
name: 'TrueUSD',
|
|
99
|
-
decimals: 18,
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
blockchain: 'OPTIMISM',
|
|
103
|
-
symbol: 'USDD',
|
|
104
|
-
image: 'https://api.rango.exchange/i/POAbKK',
|
|
105
|
-
address: '0x7113370218f31764c1b6353bdf6004d86ff6b9cc',
|
|
106
|
-
usdPrice: 0.973,
|
|
107
|
-
isSecondaryCoin: false,
|
|
108
|
-
coinSource: null,
|
|
109
|
-
coinSourceUrl: null,
|
|
110
|
-
name: 'Decentralized USD',
|
|
111
|
-
decimals: 18,
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
blockchain: 'OPTIMISM',
|
|
115
|
-
symbol: 'FXS',
|
|
116
|
-
image: 'https://api.rango.exchange/i/l9Fize',
|
|
117
|
-
address: '0x67ccea5bb16181e7b4109c9c2143c24a1c2205be',
|
|
118
|
-
usdPrice: 8.74,
|
|
119
|
-
isSecondaryCoin: false,
|
|
120
|
-
coinSource: null,
|
|
121
|
-
coinSourceUrl: null,
|
|
122
|
-
name: 'Frax Share',
|
|
123
|
-
decimals: 18,
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
blockchain: 'OPTIMISM',
|
|
127
|
-
symbol: 'FXS',
|
|
128
|
-
image: 'https://api.rango.exchange/i/8iiMnZ',
|
|
129
|
-
address: '0x1619de6b6b20ed217a58d00f37b9d47c7663feca',
|
|
130
|
-
usdPrice: 9.366,
|
|
131
|
-
isSecondaryCoin: false,
|
|
132
|
-
coinSource: null,
|
|
133
|
-
coinSourceUrl: null,
|
|
134
|
-
name: 'Frax Share',
|
|
135
|
-
decimals: 18,
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
blockchain: 'OPTIMISM',
|
|
139
|
-
symbol: 'MKR',
|
|
140
|
-
image: 'https://api.rango.exchange/i/VQJlSL',
|
|
141
|
-
address: '0xab7badef82e9fe11f6f33f87bc9bc2aa27f2fcb5',
|
|
142
|
-
usdPrice: 687.605,
|
|
143
|
-
isSecondaryCoin: false,
|
|
144
|
-
coinSource: null,
|
|
145
|
-
coinSourceUrl: null,
|
|
146
|
-
name: 'Maker',
|
|
147
|
-
decimals: 18,
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
blockchain: 'OPTIMISM',
|
|
151
|
-
symbol: 'SNX',
|
|
152
|
-
image: 'https://api.rango.exchange/i/JTIwj3',
|
|
153
|
-
address: '0x8700daec35af8ff88c16bdf0418774cb3d7599b4',
|
|
154
|
-
usdPrice: 2.15,
|
|
155
|
-
isSecondaryCoin: false,
|
|
156
|
-
coinSource: null,
|
|
157
|
-
coinSourceUrl: null,
|
|
158
|
-
name: 'Synthetix',
|
|
159
|
-
decimals: 18,
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
blockchain: 'OPTIMISM',
|
|
163
|
-
symbol: 'CRV',
|
|
164
|
-
image: 'https://api.rango.exchange/i/Z48J0v',
|
|
165
|
-
address: '0x0994206dfe8de6ec6920ff4d779b0d950605fb53',
|
|
166
|
-
usdPrice: 0.871,
|
|
167
|
-
isSecondaryCoin: false,
|
|
168
|
-
coinSource: null,
|
|
169
|
-
coinSourceUrl: null,
|
|
170
|
-
name: 'Curve DAO Token',
|
|
171
|
-
decimals: 18,
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
blockchain: 'OPTIMISM',
|
|
175
|
-
symbol: 'OP',
|
|
176
|
-
image: 'https://api.rango.exchange/i/FzBSoh',
|
|
177
|
-
address: '0x4200000000000000000000000000000000000042',
|
|
178
|
-
usdPrice: 1.82,
|
|
179
|
-
isSecondaryCoin: false,
|
|
180
|
-
coinSource: null,
|
|
181
|
-
coinSourceUrl: null,
|
|
182
|
-
name: 'Optimism',
|
|
183
|
-
decimals: 18,
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
blockchain: 'OPTIMISM',
|
|
187
|
-
symbol: 'LRC',
|
|
188
|
-
image: 'https://api.rango.exchange/i/6qsh21',
|
|
189
|
-
address: '0xfeaa9194f9f8c1b65429e31341a103071464907e',
|
|
190
|
-
usdPrice: 0.275,
|
|
191
|
-
isSecondaryCoin: false,
|
|
192
|
-
coinSource: null,
|
|
193
|
-
coinSourceUrl: null,
|
|
194
|
-
name: 'LoopringCoin V2',
|
|
195
|
-
decimals: 18,
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
blockchain: 'OPTIMISM',
|
|
199
|
-
symbol: 'WOO',
|
|
200
|
-
image: 'https://api.rango.exchange/i/70som0',
|
|
201
|
-
address: '0x871f2f2ff935fd1ed867842ff2a7bfd051a5e527',
|
|
202
|
-
usdPrice: 0.2,
|
|
203
|
-
isSecondaryCoin: false,
|
|
204
|
-
coinSource: null,
|
|
205
|
-
coinSourceUrl: null,
|
|
206
|
-
name: 'Wootrade Network',
|
|
207
|
-
decimals: 18,
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
blockchain: 'OPTIMISM',
|
|
211
|
-
symbol: 'BAL',
|
|
212
|
-
image: 'https://api.rango.exchange/i/QYy7Tz',
|
|
213
|
-
address: '0xfe8b128ba8c78aabc59d4c64cee7ff28e9379921',
|
|
214
|
-
usdPrice: 6.54,
|
|
215
|
-
isSecondaryCoin: false,
|
|
216
|
-
coinSource: null,
|
|
217
|
-
coinSourceUrl: null,
|
|
218
|
-
name: 'Balancer',
|
|
219
|
-
decimals: 18,
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
blockchain: 'OPTIMISM',
|
|
223
|
-
symbol: 'ENS',
|
|
224
|
-
image: 'https://api.rango.exchange/i/Gm5AMR',
|
|
225
|
-
address: '0x65559aa14915a70190438ef90104769e5e890a00',
|
|
226
|
-
usdPrice: 13.924,
|
|
227
|
-
isSecondaryCoin: false,
|
|
228
|
-
coinSource: null,
|
|
229
|
-
coinSourceUrl: null,
|
|
230
|
-
name: 'Ethereum Name Service',
|
|
231
|
-
decimals: 18,
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
blockchain: 'OPTIMISM',
|
|
235
|
-
symbol: 'MASK',
|
|
236
|
-
image: 'https://api.rango.exchange/i/dEArZW',
|
|
237
|
-
address: '0x3390108e913824b8ead638444cc52b9abdf63798',
|
|
238
|
-
usdPrice: 2.789,
|
|
239
|
-
isSecondaryCoin: false,
|
|
240
|
-
coinSource: null,
|
|
241
|
-
coinSourceUrl: null,
|
|
242
|
-
name: 'Mask Network',
|
|
243
|
-
decimals: 18,
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
blockchain: 'OPTIMISM',
|
|
247
|
-
symbol: 'ZRX',
|
|
248
|
-
image: 'https://api.rango.exchange/i/QffHaf',
|
|
249
|
-
address: '0xd1917629b3e6a72e6772aab5dbe58eb7fa3c2f33',
|
|
250
|
-
usdPrice: 0.203,
|
|
251
|
-
isSecondaryCoin: false,
|
|
252
|
-
coinSource: null,
|
|
253
|
-
coinSourceUrl: null,
|
|
254
|
-
name: '0x Protocol Token',
|
|
255
|
-
decimals: 18,
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
blockchain: 'OPTIMISM',
|
|
259
|
-
symbol: 'OCEAN',
|
|
260
|
-
image: 'https://api.rango.exchange/i/coinga',
|
|
261
|
-
address: '0x667fd83e24ca1d935d36717d305d54fa0cac991c',
|
|
262
|
-
usdPrice: 0.262,
|
|
263
|
-
isSecondaryCoin: false,
|
|
264
|
-
coinSource: null,
|
|
265
|
-
coinSourceUrl: null,
|
|
266
|
-
name: 'Ocean Token',
|
|
267
|
-
decimals: 18,
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
blockchain: 'OPTIMISM',
|
|
271
|
-
symbol: 'UMA',
|
|
272
|
-
image: 'https://api.rango.exchange/i/IARnqG',
|
|
273
|
-
address: '0xe7798f023fc62146e8aa1b36da45fb70855a77ea',
|
|
274
|
-
usdPrice: 1.828,
|
|
275
|
-
isSecondaryCoin: false,
|
|
276
|
-
coinSource: null,
|
|
277
|
-
coinSourceUrl: null,
|
|
278
|
-
name: 'UMA Voting Token v1',
|
|
279
|
-
decimals: 18,
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
blockchain: 'OPTIMISM',
|
|
283
|
-
symbol: 'KNC',
|
|
284
|
-
image: 'https://api.rango.exchange/i/2iSq2j',
|
|
285
|
-
address: '0x4518231a8fdf6ac553b9bbd51bbb86825b583263',
|
|
286
|
-
usdPrice: 0.715,
|
|
287
|
-
isSecondaryCoin: false,
|
|
288
|
-
coinSource: null,
|
|
289
|
-
coinSourceUrl: null,
|
|
290
|
-
name: 'Kyber Network Crystal v2',
|
|
291
|
-
decimals: 18,
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
blockchain: 'OPTIMISM',
|
|
295
|
-
symbol: 'KNC',
|
|
296
|
-
image: 'https://api.rango.exchange/i/oKUZZI',
|
|
297
|
-
address: '0xa00e3a3511aac35ca78530c85007afcd31753819',
|
|
298
|
-
usdPrice: 0.719,
|
|
299
|
-
isSecondaryCoin: false,
|
|
300
|
-
coinSource: null,
|
|
301
|
-
coinSourceUrl: null,
|
|
302
|
-
name: 'Kyber Network Crystal v2',
|
|
303
|
-
decimals: 18,
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
blockchain: 'OPTIMISM',
|
|
307
|
-
symbol: 'FRAX',
|
|
308
|
-
image: 'https://api.rango.exchange/i/pj7dhZ',
|
|
309
|
-
address: '0x2e3d870790dc77a83dd1d18184acc7439a53f475',
|
|
310
|
-
usdPrice: 0.997,
|
|
311
|
-
isSecondaryCoin: false,
|
|
312
|
-
coinSource: null,
|
|
313
|
-
coinSourceUrl: 'https://api.rango.exchange/i/lYlZID',
|
|
314
|
-
name: 'FRAX',
|
|
315
|
-
decimals: 18,
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
blockchain: 'OPTIMISM',
|
|
319
|
-
symbol: 'FRAX',
|
|
320
|
-
image: 'https://api.rango.exchange/i/P2A0pz',
|
|
321
|
-
address: '0xea129ae043c4cb73dcb241aaa074f9e667641ba0',
|
|
322
|
-
usdPrice: 1.002,
|
|
323
|
-
isSecondaryCoin: false,
|
|
324
|
-
coinSource: null,
|
|
325
|
-
coinSourceUrl: null,
|
|
326
|
-
name: 'Frax',
|
|
327
|
-
decimals: 18,
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
blockchain: 'OPTIMISM',
|
|
331
|
-
symbol: 'BICO',
|
|
332
|
-
image: 'https://api.rango.exchange/i/hyrkJU',
|
|
333
|
-
address: '0xd6909e9e702024eb93312b989ee46794c0fb1c9d',
|
|
334
|
-
usdPrice: 0.326,
|
|
335
|
-
isSecondaryCoin: false,
|
|
336
|
-
coinSource: null,
|
|
337
|
-
coinSourceUrl: null,
|
|
338
|
-
name: null,
|
|
339
|
-
decimals: 18,
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
blockchain: 'OPTIMISM',
|
|
343
|
-
symbol: 'SPELL',
|
|
344
|
-
image: 'https://api.rango.exchange/i/zW5ZK2',
|
|
345
|
-
address: '0xe3ab61371ecc88534c522922a026f2296116c109',
|
|
346
|
-
usdPrice: 0.000719,
|
|
347
|
-
isSecondaryCoin: false,
|
|
348
|
-
coinSource: null,
|
|
349
|
-
coinSourceUrl: null,
|
|
350
|
-
name: 'Spell Token',
|
|
351
|
-
decimals: 18,
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
blockchain: 'OPTIMISM',
|
|
355
|
-
symbol: 'STG',
|
|
356
|
-
image: 'https://api.rango.exchange/i/wL7ixz',
|
|
357
|
-
address: '0x296f55f8fb28e498b858d0bcda06d955b2cb3f97',
|
|
358
|
-
usdPrice: 0.456,
|
|
359
|
-
isSecondaryCoin: false,
|
|
360
|
-
coinSource: null,
|
|
361
|
-
coinSourceUrl: null,
|
|
362
|
-
name: 'StargateToken',
|
|
363
|
-
decimals: 18,
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
blockchain: 'OPTIMISM',
|
|
367
|
-
symbol: 'SUSD',
|
|
368
|
-
image: 'https://api.rango.exchange/i/ROXCuw',
|
|
369
|
-
address: '0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9',
|
|
370
|
-
usdPrice: 0.999,
|
|
371
|
-
isSecondaryCoin: false,
|
|
372
|
-
coinSource: null,
|
|
373
|
-
coinSourceUrl: null,
|
|
374
|
-
name: 'Synth sUSD',
|
|
375
|
-
decimals: 18,
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
blockchain: 'OPTIMISM',
|
|
379
|
-
symbol: 'PERP',
|
|
380
|
-
image: 'https://api.rango.exchange/i/GMFIKK',
|
|
381
|
-
address: '0x9e1028f5f1d5ede59748ffcee5532509976840e0',
|
|
382
|
-
usdPrice: 0.491,
|
|
383
|
-
isSecondaryCoin: false,
|
|
384
|
-
coinSource: null,
|
|
385
|
-
coinSourceUrl: null,
|
|
386
|
-
name: 'Perpetual',
|
|
387
|
-
decimals: 18,
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
blockchain: 'OPTIMISM',
|
|
391
|
-
symbol: 'TRB',
|
|
392
|
-
image: 'https://api.rango.exchange/i/oLKhFP',
|
|
393
|
-
address: '0xaf8ca653fa2772d58f4368b0a71980e9e3ceb888',
|
|
394
|
-
usdPrice: 15.657,
|
|
395
|
-
isSecondaryCoin: false,
|
|
396
|
-
coinSource: null,
|
|
397
|
-
coinSourceUrl: null,
|
|
398
|
-
name: 'Tellor',
|
|
399
|
-
decimals: 18,
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
blockchain: 'OPTIMISM',
|
|
403
|
-
symbol: 'ROUTE',
|
|
404
|
-
image: 'https://api.rango.exchange/tokens/ETH/ROUTE.png',
|
|
405
|
-
address: '0x8413041a7702603d9d991f2c4add29e4e8a241f8',
|
|
406
|
-
usdPrice: 2.439,
|
|
407
|
-
isSecondaryCoin: false,
|
|
408
|
-
coinSource: null,
|
|
409
|
-
coinSourceUrl: null,
|
|
410
|
-
name: null,
|
|
411
|
-
decimals: 18,
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
blockchain: 'OPTIMISM',
|
|
415
|
-
symbol: 'DF',
|
|
416
|
-
image: 'https://api.rango.exchange/i/QlStLN',
|
|
417
|
-
address: '0x9e5aac1ba1a2e6aed6b32689dfcf62a509ca96f3',
|
|
418
|
-
usdPrice: 0.0432,
|
|
419
|
-
isSecondaryCoin: false,
|
|
420
|
-
coinSource: null,
|
|
421
|
-
coinSourceUrl: null,
|
|
422
|
-
name: 'dForce',
|
|
423
|
-
decimals: 18,
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
blockchain: 'OPTIMISM',
|
|
427
|
-
symbol: 'SUKU',
|
|
428
|
-
image: 'https://api.rango.exchange/i/GysPhu',
|
|
429
|
-
address: '0xef6301da234fc7b0545c6e877d3359fe0b9e50a4',
|
|
430
|
-
usdPrice: 0.0534,
|
|
431
|
-
isSecondaryCoin: false,
|
|
432
|
-
coinSource: null,
|
|
433
|
-
coinSourceUrl: null,
|
|
434
|
-
name: 'SUKU',
|
|
435
|
-
decimals: 18,
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
blockchain: 'OPTIMISM',
|
|
439
|
-
symbol: 'RAI',
|
|
440
|
-
image: 'https://api.rango.exchange/i/uZexQ7',
|
|
441
|
-
address: '0x7fb688ccf682d58f86d7e38e03f9d22e7705448b',
|
|
442
|
-
usdPrice: 2.81,
|
|
443
|
-
isSecondaryCoin: false,
|
|
444
|
-
coinSource: null,
|
|
445
|
-
coinSourceUrl: null,
|
|
446
|
-
name: 'Rai Reflex Index',
|
|
447
|
-
decimals: 18,
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
blockchain: 'OPTIMISM',
|
|
451
|
-
symbol: 'ACX',
|
|
452
|
-
image: 'https://api.rango.exchange/i/REjipe',
|
|
453
|
-
address: '0xff733b2a3557a7ed6697007ab5d11b79fdd1b76b',
|
|
454
|
-
usdPrice: 0.0463,
|
|
455
|
-
isSecondaryCoin: false,
|
|
456
|
-
coinSource: null,
|
|
457
|
-
coinSourceUrl: null,
|
|
458
|
-
name: 'Across Protocol Token',
|
|
459
|
-
decimals: 18,
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
blockchain: 'OPTIMISM',
|
|
463
|
-
symbol: 'KROM',
|
|
464
|
-
image: 'https://api.rango.exchange/i/2ReiyM',
|
|
465
|
-
address: '0xf98dcd95217e15e05d8638da4c91125e59590b07',
|
|
466
|
-
usdPrice: 0.0666,
|
|
467
|
-
isSecondaryCoin: false,
|
|
468
|
-
coinSource: null,
|
|
469
|
-
coinSourceUrl: null,
|
|
470
|
-
name: 'Kromatika',
|
|
471
|
-
decimals: 18,
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
blockchain: 'OPTIMISM',
|
|
475
|
-
symbol: 'RGT',
|
|
476
|
-
image: 'https://api.rango.exchange/i/iSkRTz',
|
|
477
|
-
address: '0xb548f63d4405466b36c0c0ac3318a22fdcec711a',
|
|
478
|
-
usdPrice: 0.401,
|
|
479
|
-
isSecondaryCoin: false,
|
|
480
|
-
coinSource: null,
|
|
481
|
-
coinSourceUrl: null,
|
|
482
|
-
name: 'Rari Governance Token',
|
|
483
|
-
decimals: 18,
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
blockchain: 'OPTIMISM',
|
|
487
|
-
symbol: 'DFYN',
|
|
488
|
-
image: 'https://api.rango.exchange/tokens/ETH/DFYN.png',
|
|
489
|
-
address: '0xf44ff799ea2bbfec96f9a50498209aac3c2b3b8b',
|
|
490
|
-
usdPrice: 0.029,
|
|
491
|
-
isSecondaryCoin: false,
|
|
492
|
-
coinSource: null,
|
|
493
|
-
coinSourceUrl: null,
|
|
494
|
-
name: null,
|
|
495
|
-
decimals: 18,
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
blockchain: 'OPTIMISM',
|
|
499
|
-
symbol: 'XCHF',
|
|
500
|
-
image: 'https://api.rango.exchange/i/BEfoyQ',
|
|
501
|
-
address: '0xe4f27b04cc7729901876b44f4eaa5102ec150265',
|
|
502
|
-
usdPrice: 1.078,
|
|
503
|
-
isSecondaryCoin: false,
|
|
504
|
-
coinSource: null,
|
|
505
|
-
coinSourceUrl: null,
|
|
506
|
-
name: 'CryptoFranc',
|
|
507
|
-
decimals: 18,
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
blockchain: 'OPTIMISM',
|
|
511
|
-
symbol: 'DHT',
|
|
512
|
-
image: 'https://api.rango.exchange/i/glNa3x',
|
|
513
|
-
address: '0xaf9fe3b5ccdae78188b1f8b9a49da7ae9510f151',
|
|
514
|
-
usdPrice: 0.0837,
|
|
515
|
-
isSecondaryCoin: false,
|
|
516
|
-
coinSource: null,
|
|
517
|
-
coinSourceUrl: null,
|
|
518
|
-
name: 'dHEDGE DAO Token',
|
|
519
|
-
decimals: 18,
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
blockchain: 'OPTIMISM',
|
|
523
|
-
symbol: 'TAROT',
|
|
524
|
-
image: 'https://api.rango.exchange/i/jtWpVA',
|
|
525
|
-
address: '0x375488f097176507e39b9653b88fdc52cde736bf',
|
|
526
|
-
usdPrice: 0.042,
|
|
527
|
-
isSecondaryCoin: false,
|
|
528
|
-
coinSource: null,
|
|
529
|
-
coinSourceUrl: null,
|
|
530
|
-
name: 'Tarot',
|
|
531
|
-
decimals: 18,
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
blockchain: 'OPTIMISM',
|
|
535
|
-
symbol: 'ROOBEE',
|
|
536
|
-
image: 'https://api.rango.exchange/i/gWFhLm',
|
|
537
|
-
address: '0xb12c13e66ade1f72f71834f2fc5082db8c091358',
|
|
538
|
-
usdPrice: 0.00046,
|
|
539
|
-
isSecondaryCoin: false,
|
|
540
|
-
coinSource: null,
|
|
541
|
-
coinSourceUrl: null,
|
|
542
|
-
name: 'ROOBEE',
|
|
543
|
-
decimals: 18,
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
blockchain: 'OPTIMISM',
|
|
547
|
-
symbol: 'PICKLE',
|
|
548
|
-
image: 'https://api.rango.exchange/i/2bUp8a',
|
|
549
|
-
address: '0x0c5b4c92c948691eebf185c17eeb9c230dc019e9',
|
|
550
|
-
usdPrice: 0.769,
|
|
551
|
-
isSecondaryCoin: false,
|
|
552
|
-
coinSource: null,
|
|
553
|
-
coinSourceUrl: null,
|
|
554
|
-
name: 'PickleToken',
|
|
555
|
-
decimals: 18,
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
blockchain: 'OPTIMISM',
|
|
559
|
-
symbol: 'DCN',
|
|
560
|
-
image: 'https://api.rango.exchange/i/d8D3cu',
|
|
561
|
-
address: '0x1da650c3b2daa8aa9ff6f661d4156ce24d08a062',
|
|
562
|
-
usdPrice: 0.00000236,
|
|
563
|
-
isSecondaryCoin: false,
|
|
564
|
-
coinSource: null,
|
|
565
|
-
coinSourceUrl: null,
|
|
566
|
-
name: 'Dentacoin',
|
|
567
|
-
decimals: 0,
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
blockchain: 'OPTIMISM',
|
|
571
|
-
symbol: 'EQZ',
|
|
572
|
-
image: 'https://api.rango.exchange/i/ZAPkNY',
|
|
573
|
-
address: '0x81ab7e0d570b01411fcc4afd3d50ec8c241cb74b',
|
|
574
|
-
usdPrice: 0.0305,
|
|
575
|
-
isSecondaryCoin: false,
|
|
576
|
-
coinSource: null,
|
|
577
|
-
coinSourceUrl: null,
|
|
578
|
-
name: 'Equalizer',
|
|
579
|
-
decimals: 18,
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
blockchain: 'OPTIMISM',
|
|
583
|
-
symbol: 'BLAST',
|
|
584
|
-
image: 'https://api.rango.exchange/i/42zjvJ',
|
|
585
|
-
address: '0xd1a891e6eccb7471ebd6bc352f57150d4365db21',
|
|
586
|
-
usdPrice: 4.11e-9,
|
|
587
|
-
isSecondaryCoin: false,
|
|
588
|
-
coinSource: null,
|
|
589
|
-
coinSourceUrl: null,
|
|
590
|
-
name: 'SafeBLAST',
|
|
591
|
-
decimals: 9,
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
blockchain: 'OPTIMISM',
|
|
595
|
-
symbol: 'GTC',
|
|
596
|
-
image: 'https://api.rango.exchange/i/xv1VA3',
|
|
597
|
-
address: '0x1eba7a6a72c894026cd654ac5cdcf83a46445b08',
|
|
598
|
-
usdPrice: 1.644,
|
|
599
|
-
isSecondaryCoin: false,
|
|
600
|
-
coinSource: null,
|
|
601
|
-
coinSourceUrl: null,
|
|
602
|
-
name: 'Gitcoin',
|
|
603
|
-
decimals: 18,
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
blockchain: 'OPTIMISM',
|
|
607
|
-
symbol: 'GRG',
|
|
608
|
-
image: 'https://api.rango.exchange/i/Lf1n3v',
|
|
609
|
-
address: '0xecf46257ed31c329f204eb43e254c609dee143b3',
|
|
610
|
-
usdPrice: 0.0995,
|
|
611
|
-
isSecondaryCoin: false,
|
|
612
|
-
coinSource: null,
|
|
613
|
-
coinSourceUrl: null,
|
|
614
|
-
name: 'Rigo Token',
|
|
615
|
-
decimals: 18,
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
blockchain: 'OPTIMISM',
|
|
619
|
-
symbol: 'FS',
|
|
620
|
-
image: 'https://api.rango.exchange/i/zR1Go9',
|
|
621
|
-
address: '0x22648c12acd87912ea1710357b1302c6a4154ebc',
|
|
622
|
-
usdPrice: 0.00162,
|
|
623
|
-
isSecondaryCoin: false,
|
|
624
|
-
coinSource: null,
|
|
625
|
-
coinSourceUrl: null,
|
|
626
|
-
name: 'FantomStarter',
|
|
627
|
-
decimals: 18,
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
blockchain: 'OPTIMISM',
|
|
631
|
-
symbol: 'UNI',
|
|
632
|
-
image: 'https://api.rango.exchange/i/xWz66T',
|
|
633
|
-
address: '0x6fd9d7ad17242c41f7131d257212c54a0e816691',
|
|
634
|
-
usdPrice: 6.46,
|
|
635
|
-
isSecondaryCoin: false,
|
|
636
|
-
coinSource: null,
|
|
637
|
-
coinSourceUrl: null,
|
|
638
|
-
name: 'Uniswap',
|
|
639
|
-
decimals: 18,
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
blockchain: 'OPTIMISM',
|
|
643
|
-
symbol: 'WETH',
|
|
644
|
-
image: 'https://api.rango.exchange/i/yZ9N1N',
|
|
645
|
-
address: '0x4200000000000000000000000000000000000006',
|
|
646
|
-
usdPrice: 1544.29,
|
|
647
|
-
isSecondaryCoin: false,
|
|
648
|
-
coinSource: null,
|
|
649
|
-
coinSourceUrl: null,
|
|
650
|
-
name: 'Wrapped Ether',
|
|
651
|
-
decimals: 18,
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
blockchain: 'OPTIMISM',
|
|
655
|
-
symbol: 'SETH',
|
|
656
|
-
image: 'https://api.rango.exchange/i/xp4thb',
|
|
657
|
-
address: '0xe405de8f52ba7559f9df3c368500b6e6ae6cee49',
|
|
658
|
-
usdPrice: 1545.51,
|
|
659
|
-
isSecondaryCoin: false,
|
|
660
|
-
coinSource: null,
|
|
661
|
-
coinSourceUrl: null,
|
|
662
|
-
name: 'Synth sETH',
|
|
663
|
-
decimals: 18,
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
blockchain: 'OPTIMISM',
|
|
667
|
-
symbol: 'WSTETH',
|
|
668
|
-
image: 'https://api.rango.exchange/i/ERqilv',
|
|
669
|
-
address: '0x1f32b1c2345538c0c6f582fcb022739c4a194ebb',
|
|
670
|
-
usdPrice: 1694.413,
|
|
671
|
-
isSecondaryCoin: false,
|
|
672
|
-
coinSource: null,
|
|
673
|
-
coinSourceUrl: null,
|
|
674
|
-
name: 'Wrapped liquid staked Ether 2.0',
|
|
675
|
-
decimals: 18,
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
blockchain: 'OPTIMISM',
|
|
679
|
-
symbol: 'BOB',
|
|
680
|
-
image: 'https://api.rango.exchange/i/htAPRB',
|
|
681
|
-
address: '0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b',
|
|
682
|
-
usdPrice: 0.998,
|
|
683
|
-
isSecondaryCoin: false,
|
|
684
|
-
coinSource: null,
|
|
685
|
-
coinSourceUrl: null,
|
|
686
|
-
name: 'BOB',
|
|
687
|
-
decimals: 18,
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
blockchain: 'OPTIMISM',
|
|
691
|
-
symbol: 'VELO',
|
|
692
|
-
image: 'https://api.rango.exchange/i/XdkbNa',
|
|
693
|
-
address: '0x3c8b650257cfb5f272f799f5e2b4e65093a11a05',
|
|
694
|
-
usdPrice: 0.0286,
|
|
695
|
-
isSecondaryCoin: false,
|
|
696
|
-
coinSource: null,
|
|
697
|
-
coinSourceUrl: null,
|
|
698
|
-
name: 'Velodrome',
|
|
699
|
-
decimals: 18,
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
blockchain: 'OPTIMISM',
|
|
703
|
-
symbol: 'MIM',
|
|
704
|
-
image: 'https://api.rango.exchange/i/RmsZZl',
|
|
705
|
-
address: '0xb153fb3d196a8eb25522705560ac152eeec57901',
|
|
706
|
-
usdPrice: 0.998,
|
|
707
|
-
isSecondaryCoin: false,
|
|
708
|
-
coinSource: null,
|
|
709
|
-
coinSourceUrl: null,
|
|
710
|
-
name: 'Magic Internet Money',
|
|
711
|
-
decimals: 18,
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
blockchain: 'OPTIMISM',
|
|
715
|
-
symbol: 'LYRA',
|
|
716
|
-
image: 'https://api.rango.exchange/i/OXEHNF',
|
|
717
|
-
address: '0x50c5725949a6f0c72e6c4a641f24049a917db0cb',
|
|
718
|
-
usdPrice: 0.124,
|
|
719
|
-
isSecondaryCoin: false,
|
|
720
|
-
coinSource: null,
|
|
721
|
-
coinSourceUrl: null,
|
|
722
|
-
name: 'Lyra Token',
|
|
723
|
-
decimals: 18,
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
blockchain: 'OPTIMISM',
|
|
727
|
-
symbol: 'PREMIA',
|
|
728
|
-
image: 'https://api.rango.exchange/i/4FZ9eH',
|
|
729
|
-
address: '0x374ad0f47f4ca39c78e5cc54f1c9e426ff8f231a',
|
|
730
|
-
usdPrice: 0.996,
|
|
731
|
-
isSecondaryCoin: false,
|
|
732
|
-
coinSource: null,
|
|
733
|
-
coinSourceUrl: null,
|
|
734
|
-
name: 'Premia',
|
|
735
|
-
decimals: 18,
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
blockchain: 'OPTIMISM',
|
|
739
|
-
symbol: 'OKSE',
|
|
740
|
-
image: 'https://api.rango.exchange/i/1EFOfJ',
|
|
741
|
-
address: '0x259479fbeb1cde194afa297f36f4216e9c87728c',
|
|
742
|
-
usdPrice: 0.0801,
|
|
743
|
-
isSecondaryCoin: false,
|
|
744
|
-
coinSource: null,
|
|
745
|
-
coinSourceUrl: null,
|
|
746
|
-
name: 'Okse',
|
|
747
|
-
decimals: 18,
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
blockchain: 'OPTIMISM',
|
|
751
|
-
symbol: 'OATH',
|
|
752
|
-
image: 'https://api.rango.exchange/i/SqMCnQ',
|
|
753
|
-
address: '0x39fde572a18448f8139b7788099f0a0740f51205',
|
|
754
|
-
usdPrice: 0.0822,
|
|
755
|
-
isSecondaryCoin: false,
|
|
756
|
-
coinSource: null,
|
|
757
|
-
coinSourceUrl: null,
|
|
758
|
-
name: 'Oath Token',
|
|
759
|
-
decimals: 18,
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
blockchain: 'OPTIMISM',
|
|
763
|
-
symbol: 'EST',
|
|
764
|
-
image: 'https://api.rango.exchange/i/n1IkOq',
|
|
765
|
-
address: '0x7b0bcc23851bbf7601efc9e9fe532bf5284f65d3',
|
|
766
|
-
usdPrice: 0.0819,
|
|
767
|
-
isSecondaryCoin: false,
|
|
768
|
-
coinSource: null,
|
|
769
|
-
coinSourceUrl: null,
|
|
770
|
-
name: 'Erica Social Token',
|
|
771
|
-
decimals: 18,
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
blockchain: 'OPTIMISM',
|
|
775
|
-
symbol: 'HAN',
|
|
776
|
-
image: 'https://api.rango.exchange/i/qllm8I',
|
|
777
|
-
address: '0x50bce64397c75488465253c0a034b8097fea6578',
|
|
778
|
-
usdPrice: 6.038,
|
|
779
|
-
isSecondaryCoin: false,
|
|
780
|
-
coinSource: null,
|
|
781
|
-
coinSourceUrl: null,
|
|
782
|
-
name: 'HanChain',
|
|
783
|
-
decimals: 18,
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
blockchain: 'OPTIMISM',
|
|
787
|
-
symbol: 'USD+',
|
|
788
|
-
image: 'https://api.rango.exchange/i/TkwVYP',
|
|
789
|
-
address: '0x73cb180bf0521828d8849bc8cf2b920918e23032',
|
|
790
|
-
usdPrice: 0.999,
|
|
791
|
-
isSecondaryCoin: false,
|
|
792
|
-
coinSource: null,
|
|
793
|
-
coinSourceUrl: null,
|
|
794
|
-
name: 'USD+',
|
|
795
|
-
decimals: 6,
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
blockchain: 'OPTIMISM',
|
|
799
|
-
symbol: 'HMT',
|
|
800
|
-
image: 'https://api.rango.exchange/i/czyRF5',
|
|
801
|
-
address: '0x6b7a87899490ece95443e979ca9485cbe7e71522',
|
|
802
|
-
usdPrice: 0.0619,
|
|
803
|
-
isSecondaryCoin: false,
|
|
804
|
-
coinSource: null,
|
|
805
|
-
coinSourceUrl: null,
|
|
806
|
-
name: 'Human Token',
|
|
807
|
-
decimals: 18,
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
blockchain: 'OPTIMISM',
|
|
811
|
-
symbol: 'UNIDX',
|
|
812
|
-
image: 'https://api.rango.exchange/i/TZv5rn',
|
|
813
|
-
address: '0x5d47baba0d66083c52009271faf3f50dcc01023c',
|
|
814
|
-
usdPrice: 3.32,
|
|
815
|
-
isSecondaryCoin: false,
|
|
816
|
-
coinSource: null,
|
|
817
|
-
coinSourceUrl: null,
|
|
818
|
-
name: 'UniDex',
|
|
819
|
-
decimals: 18,
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
blockchain: 'OPTIMISM',
|
|
823
|
-
symbol: 'DOLA',
|
|
824
|
-
image: 'https://api.rango.exchange/i/vocLZQ',
|
|
825
|
-
address: '0x8ae125e8653821e851f12a49f7765db9a9ce7384',
|
|
826
|
-
usdPrice: 0.999,
|
|
827
|
-
isSecondaryCoin: false,
|
|
828
|
-
coinSource: null,
|
|
829
|
-
coinSourceUrl: null,
|
|
830
|
-
name: 'Dola USD Stablecoin',
|
|
831
|
-
decimals: 18,
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
blockchain: 'OPTIMISM',
|
|
835
|
-
symbol: 'QI',
|
|
836
|
-
image: 'https://api.rango.exchange/i/06gFRW',
|
|
837
|
-
address: '0x3f56e0c36d275367b8c502090edf38289b3dea0d',
|
|
838
|
-
usdPrice: 0.117,
|
|
839
|
-
isSecondaryCoin: false,
|
|
840
|
-
coinSource: null,
|
|
841
|
-
coinSourceUrl: null,
|
|
842
|
-
name: 'QiDao',
|
|
843
|
-
decimals: 18,
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
blockchain: 'OPTIMISM',
|
|
847
|
-
symbol: 'LQDR',
|
|
848
|
-
image: 'https://api.rango.exchange/i/XVWczf',
|
|
849
|
-
address: '0xd1c5966f9f5ee6881ff6b261bbeda45972b1b5f3',
|
|
850
|
-
usdPrice: 1.27,
|
|
851
|
-
isSecondaryCoin: false,
|
|
852
|
-
coinSource: null,
|
|
853
|
-
coinSourceUrl: null,
|
|
854
|
-
name: 'Liquid Driver',
|
|
855
|
-
decimals: 18,
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
blockchain: 'OPTIMISM',
|
|
859
|
-
symbol: 'HND',
|
|
860
|
-
image: 'https://api.rango.exchange/i/2SsRdS',
|
|
861
|
-
address: '0x10010078a54396f62c96df8532dc2b4847d47ed3',
|
|
862
|
-
usdPrice: 0.0202,
|
|
863
|
-
isSecondaryCoin: false,
|
|
864
|
-
coinSource: null,
|
|
865
|
-
coinSourceUrl: null,
|
|
866
|
-
name: 'Hundred Finance',
|
|
867
|
-
decimals: 18,
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
blockchain: 'OPTIMISM',
|
|
871
|
-
symbol: 'ALUSD',
|
|
872
|
-
image: 'https://api.rango.exchange/i/fDjUnb',
|
|
873
|
-
address: '0xcb8fa9a76b8e203d8c3797bf438d8fb81ea3326a',
|
|
874
|
-
usdPrice: 0.972,
|
|
875
|
-
isSecondaryCoin: false,
|
|
876
|
-
coinSource: null,
|
|
877
|
-
coinSourceUrl: null,
|
|
878
|
-
name: 'Alchemix USD',
|
|
879
|
-
decimals: 18,
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
blockchain: 'OPTIMISM',
|
|
883
|
-
symbol: 'ALUSD',
|
|
884
|
-
image: 'https://api.rango.exchange/i/ViMKW9',
|
|
885
|
-
address: '0xb2c22a9fb4fc02eb9d1d337655ce079a04a526c7',
|
|
886
|
-
usdPrice: 0.973,
|
|
887
|
-
isSecondaryCoin: false,
|
|
888
|
-
coinSource: null,
|
|
889
|
-
coinSourceUrl: null,
|
|
890
|
-
name: 'Multichain alUSD',
|
|
891
|
-
decimals: 18,
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
blockchain: 'OPTIMISM',
|
|
895
|
-
symbol: 'BEETS',
|
|
896
|
-
image: 'https://api.rango.exchange/i/Kgejqb',
|
|
897
|
-
address: '0x97513e975a7fa9072c72c92d8000b0db90b163c5',
|
|
898
|
-
usdPrice: 0.0553,
|
|
899
|
-
isSecondaryCoin: false,
|
|
900
|
-
coinSource: null,
|
|
901
|
-
coinSourceUrl: null,
|
|
902
|
-
name: 'BeethovenxToken',
|
|
903
|
-
decimals: 18,
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
blockchain: 'OPTIMISM',
|
|
907
|
-
symbol: 'KWENTA',
|
|
908
|
-
image: 'https://api.rango.exchange/i/XZuzGh',
|
|
909
|
-
address: '0x920cf626a271321c151d027030d5d08af699456b',
|
|
910
|
-
usdPrice: 153.02,
|
|
911
|
-
isSecondaryCoin: false,
|
|
912
|
-
coinSource: null,
|
|
913
|
-
coinSourceUrl: null,
|
|
914
|
-
name: 'Kwenta',
|
|
915
|
-
decimals: 18,
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
blockchain: 'OPTIMISM',
|
|
919
|
-
symbol: 'ELK',
|
|
920
|
-
image: 'https://api.rango.exchange/i/mOK4dk',
|
|
921
|
-
address: '0xeeeeeb57642040be42185f49c52f7e9b38f8eeee',
|
|
922
|
-
usdPrice: 0.121,
|
|
923
|
-
isSecondaryCoin: false,
|
|
924
|
-
coinSource: null,
|
|
925
|
-
coinSourceUrl: null,
|
|
926
|
-
name: 'Elk',
|
|
927
|
-
decimals: 18,
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
blockchain: 'OPTIMISM',
|
|
931
|
-
symbol: 'AELIN',
|
|
932
|
-
image: 'https://api.rango.exchange/i/IKzkPr',
|
|
933
|
-
address: '0x61baadcf22d2565b0f471b291c475db5555e0b76',
|
|
934
|
-
usdPrice: 1162.614,
|
|
935
|
-
isSecondaryCoin: false,
|
|
936
|
-
coinSource: null,
|
|
937
|
-
coinSourceUrl: null,
|
|
938
|
-
name: 'Aelin Token',
|
|
939
|
-
decimals: 18,
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
blockchain: 'OPTIMISM',
|
|
943
|
-
symbol: 'RADIO',
|
|
944
|
-
image: 'https://api.rango.exchange/i/gCFO6O',
|
|
945
|
-
address: '0xf899e3909b4492859d44260e1de41a9e663e70f5',
|
|
946
|
-
usdPrice: 0.000695,
|
|
947
|
-
isSecondaryCoin: false,
|
|
948
|
-
coinSource: null,
|
|
949
|
-
coinSourceUrl: null,
|
|
950
|
-
name: 'RadioShack Token',
|
|
951
|
-
decimals: 18,
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
blockchain: 'OPTIMISM',
|
|
955
|
-
symbol: 'POTS',
|
|
956
|
-
image: 'https://api.rango.exchange/i/q1Vrg9',
|
|
957
|
-
address: '0x76a3d96726c0ed756ea420d239d3feb998ebf528',
|
|
958
|
-
usdPrice: 0.0136,
|
|
959
|
-
isSecondaryCoin: false,
|
|
960
|
-
coinSource: null,
|
|
961
|
-
coinSourceUrl: null,
|
|
962
|
-
name: 'Moonpot',
|
|
963
|
-
decimals: 18,
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
blockchain: 'OPTIMISM',
|
|
967
|
-
symbol: 'MAI',
|
|
968
|
-
image: 'https://api.rango.exchange/i/pWU1Z5',
|
|
969
|
-
address: '0xdfa46478f9e5ea86d57387849598dbfb2e964b02',
|
|
970
|
-
usdPrice: 0.992,
|
|
971
|
-
isSecondaryCoin: false,
|
|
972
|
-
coinSource: null,
|
|
973
|
-
coinSourceUrl: null,
|
|
974
|
-
name: 'Mai Stablecoin',
|
|
975
|
-
decimals: 18,
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
blockchain: 'OPTIMISM',
|
|
979
|
-
symbol: 'POOL',
|
|
980
|
-
image: 'https://api.rango.exchange/i/RzlTWC',
|
|
981
|
-
address: '0x395ae52bb17aef68c2888d941736a71dc6d4e125',
|
|
982
|
-
usdPrice: 0.663,
|
|
983
|
-
isSecondaryCoin: false,
|
|
984
|
-
coinSource: null,
|
|
985
|
-
coinSourceUrl: null,
|
|
986
|
-
name: 'PoolTogether',
|
|
987
|
-
decimals: 18,
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
blockchain: 'OPTIMISM',
|
|
991
|
-
symbol: 'BIFI',
|
|
992
|
-
image: 'https://api.rango.exchange/i/EuFqit',
|
|
993
|
-
address: '0x4e720dd3ac5cfe1e1fbde4935f386bb1c66f4642',
|
|
994
|
-
usdPrice: 411.652,
|
|
995
|
-
isSecondaryCoin: false,
|
|
996
|
-
coinSource: null,
|
|
997
|
-
coinSourceUrl: 'https://api.rango.exchange/i/lYlZID',
|
|
998
|
-
name: 'BIFI',
|
|
999
|
-
decimals: 18,
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
blockchain: 'OPTIMISM',
|
|
1003
|
-
symbol: 'BUILD',
|
|
1004
|
-
image: 'https://api.rango.exchange/i/UNYoAE',
|
|
1005
|
-
address: '0xe4de4b87345815c71aa843ea4841bcdc682637bb',
|
|
1006
|
-
usdPrice: 0.000144,
|
|
1007
|
-
isSecondaryCoin: false,
|
|
1008
|
-
coinSource: null,
|
|
1009
|
-
coinSourceUrl: null,
|
|
1010
|
-
name: 'Build Token',
|
|
1011
|
-
decimals: 18,
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
blockchain: 'OPTIMISM',
|
|
1015
|
-
symbol: 'THALES',
|
|
1016
|
-
image: 'https://api.rango.exchange/i/0urxvO',
|
|
1017
|
-
address: '0x217d47011b23bb961eb6d93ca9945b7501a5bb11',
|
|
1018
|
-
usdPrice: 0.462,
|
|
1019
|
-
isSecondaryCoin: false,
|
|
1020
|
-
coinSource: null,
|
|
1021
|
-
coinSourceUrl: null,
|
|
1022
|
-
name: 'Optimistic Thales Token',
|
|
1023
|
-
decimals: 18,
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
blockchain: 'OPTIMISM',
|
|
1027
|
-
symbol: 'USX',
|
|
1028
|
-
image: 'https://api.rango.exchange/i/Tb5xre',
|
|
1029
|
-
address: '0xbfd291da8a403daaf7e5e9dc1ec0aceacd4848b9',
|
|
1030
|
-
usdPrice: 0.99,
|
|
1031
|
-
isSecondaryCoin: false,
|
|
1032
|
-
coinSource: null,
|
|
1033
|
-
coinSourceUrl: null,
|
|
1034
|
-
name: 'dForce USD',
|
|
1035
|
-
decimals: 18,
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
blockchain: 'OPTIMISM',
|
|
1039
|
-
symbol: 'OPX',
|
|
1040
|
-
image: 'https://api.rango.exchange/i/b2nYiC',
|
|
1041
|
-
address: '0xcdb4bb51801a1f399d4402c61bc098a72c382e65',
|
|
1042
|
-
usdPrice: 1.344,
|
|
1043
|
-
isSecondaryCoin: false,
|
|
1044
|
-
coinSource: null,
|
|
1045
|
-
coinSourceUrl: null,
|
|
1046
|
-
name: 'OPX',
|
|
1047
|
-
decimals: 18,
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
blockchain: 'OPTIMISM',
|
|
1051
|
-
symbol: 'PAPER',
|
|
1052
|
-
image: 'https://api.rango.exchange/i/oGsTZA',
|
|
1053
|
-
address: '0x00f932f0fe257456b32deda4758922e56a4f4b42',
|
|
1054
|
-
usdPrice: 0.00174,
|
|
1055
|
-
isSecondaryCoin: false,
|
|
1056
|
-
coinSource: null,
|
|
1057
|
-
coinSourceUrl: null,
|
|
1058
|
-
name: 'Paper',
|
|
1059
|
-
decimals: 18,
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
blockchain: 'OPTIMISM',
|
|
1063
|
-
symbol: 'REVA',
|
|
1064
|
-
image: 'https://api.rango.exchange/i/C2TzuV',
|
|
1065
|
-
address: '0x23c748fef17518b8de55065338d7fa20327472eb',
|
|
1066
|
-
usdPrice: 0.0555,
|
|
1067
|
-
isSecondaryCoin: false,
|
|
1068
|
-
coinSource: null,
|
|
1069
|
-
coinSourceUrl: null,
|
|
1070
|
-
name: 'Reva Token',
|
|
1071
|
-
decimals: 18,
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
blockchain: 'OPTIMISM',
|
|
1075
|
-
symbol: 'WAD',
|
|
1076
|
-
image: 'https://api.rango.exchange/i/YgH5tl',
|
|
1077
|
-
address: '0x703d57164ca270b0b330a87fd159cfef1490c0a5',
|
|
1078
|
-
usdPrice: 0.0127,
|
|
1079
|
-
isSecondaryCoin: false,
|
|
1080
|
-
coinSource: null,
|
|
1081
|
-
coinSourceUrl: null,
|
|
1082
|
-
name: 'WardenSwap',
|
|
1083
|
-
decimals: 18,
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
blockchain: 'OPTIMISM',
|
|
1087
|
-
symbol: 'POP',
|
|
1088
|
-
image: 'https://api.rango.exchange/i/leXdL6',
|
|
1089
|
-
address: '0x6f0fecbc276de8fc69257065fe47c5a03d986394',
|
|
1090
|
-
usdPrice: 0.287,
|
|
1091
|
-
isSecondaryCoin: false,
|
|
1092
|
-
coinSource: null,
|
|
1093
|
-
coinSourceUrl: null,
|
|
1094
|
-
name: 'Popcorn',
|
|
1095
|
-
decimals: 18,
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
blockchain: 'OPTIMISM',
|
|
1099
|
-
symbol: 'IB',
|
|
1100
|
-
image: 'https://api.rango.exchange/i/p2tRUT',
|
|
1101
|
-
address: '0x00a35fd824c717879bf370e70ac6868b95870dfb',
|
|
1102
|
-
usdPrice: 1.72,
|
|
1103
|
-
isSecondaryCoin: false,
|
|
1104
|
-
coinSource: null,
|
|
1105
|
-
coinSourceUrl: null,
|
|
1106
|
-
name: 'IronBank',
|
|
1107
|
-
decimals: 18,
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
blockchain: 'OPTIMISM',
|
|
1111
|
-
symbol: 'SHACK',
|
|
1112
|
-
image: 'https://api.rango.exchange/i/rQ1tn2',
|
|
1113
|
-
address: '0x66e8617d1df7ab523a316a6c01d16aa5bed93681',
|
|
1114
|
-
usdPrice: 0.00017,
|
|
1115
|
-
isSecondaryCoin: false,
|
|
1116
|
-
coinSource: null,
|
|
1117
|
-
coinSourceUrl: null,
|
|
1118
|
-
name: 'Shack Token',
|
|
1119
|
-
decimals: 18,
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
blockchain: 'OPTIMISM',
|
|
1123
|
-
symbol: 'L2DAO',
|
|
1124
|
-
image: 'https://api.rango.exchange/i/R1EEHF',
|
|
1125
|
-
address: '0xd52f94df742a6f4b4c8b033369fe13a41782bf44',
|
|
1126
|
-
usdPrice: 0.0028,
|
|
1127
|
-
isSecondaryCoin: false,
|
|
1128
|
-
coinSource: null,
|
|
1129
|
-
coinSourceUrl: null,
|
|
1130
|
-
name: 'Layer2DAO',
|
|
1131
|
-
decimals: 18,
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
blockchain: 'OPTIMISM',
|
|
1135
|
-
symbol: 'SDL',
|
|
1136
|
-
image: 'https://api.rango.exchange/i/APbCEx',
|
|
1137
|
-
address: '0xae31207ac34423c41576ff59bfb4e036150f9cf7',
|
|
1138
|
-
usdPrice: 0.0349,
|
|
11
|
+
name: 'Bitcoin',
|
|
12
|
+
isPopular: false,
|
|
1139
13
|
isSecondaryCoin: false,
|
|
1140
|
-
coinSource:
|
|
1141
|
-
coinSourceUrl:
|
|
1142
|
-
|
|
1143
|
-
decimals: 18,
|
|
14
|
+
coinSource: 'SunSwap Default List',
|
|
15
|
+
coinSourceUrl: 'https://api.rango.exchange/i/wzgyM7',
|
|
16
|
+
supportedSwappers: ['SunSwap'],
|
|
1144
17
|
},
|
|
1145
18
|
{
|
|
1146
|
-
blockchain: '
|
|
1147
|
-
symbol: '
|
|
1148
|
-
image: 'https://api.rango.exchange/i/
|
|
1149
|
-
address: '
|
|
1150
|
-
usdPrice:
|
|
19
|
+
blockchain: 'ETH',
|
|
20
|
+
symbol: 'BTC',
|
|
21
|
+
image: 'https://api.rango.exchange/i/J86dSE',
|
|
22
|
+
address: '0xb6ed7644c69416d67b522e20bc294a9a9b405b31',
|
|
23
|
+
usdPrice: 30412.85212694868,
|
|
24
|
+
decimals: 8,
|
|
25
|
+
name: 'Bitcoin Token',
|
|
26
|
+
isPopular: false,
|
|
1151
27
|
isSecondaryCoin: false,
|
|
1152
28
|
coinSource: null,
|
|
1153
29
|
coinSourceUrl: null,
|
|
1154
|
-
|
|
1155
|
-
decimals: 18,
|
|
30
|
+
supportedSwappers: ['Arbitrum Bridge'],
|
|
1156
31
|
},
|
|
1157
32
|
{
|
|
1158
|
-
blockchain: '
|
|
1159
|
-
symbol: '
|
|
1160
|
-
image: 'https://api.rango.exchange/i/
|
|
1161
|
-
address: '
|
|
1162
|
-
usdPrice:
|
|
33
|
+
blockchain: 'ARBITRUM',
|
|
34
|
+
symbol: 'BTC',
|
|
35
|
+
image: 'https://api.rango.exchange/i/J86dSE',
|
|
36
|
+
address: '0x7cb16cb78ea464ad35c8a50abf95dff3c9e09d5d',
|
|
37
|
+
usdPrice: 30412.85212694868,
|
|
38
|
+
decimals: 8,
|
|
39
|
+
name: 'Bitcoin Token',
|
|
40
|
+
isPopular: false,
|
|
1163
41
|
isSecondaryCoin: false,
|
|
1164
42
|
coinSource: null,
|
|
1165
43
|
coinSourceUrl: null,
|
|
1166
|
-
|
|
1167
|
-
decimals: 2,
|
|
44
|
+
supportedSwappers: ['Arbitrum Bridge'],
|
|
1168
45
|
},
|
|
1169
46
|
{
|
|
1170
|
-
blockchain: '
|
|
1171
|
-
symbol: '
|
|
1172
|
-
image: 'https://api.rango.exchange/i/
|
|
1173
|
-
address: '
|
|
1174
|
-
usdPrice:
|
|
47
|
+
blockchain: 'FANTOM',
|
|
48
|
+
symbol: 'BTC',
|
|
49
|
+
image: 'https://api.rango.exchange/i/WtP1yp',
|
|
50
|
+
address: '0x321162cd933e2be498cd2267a90534a804051b11',
|
|
51
|
+
usdPrice: 30412.85212694868,
|
|
52
|
+
decimals: 8,
|
|
53
|
+
name: 'Bitcoin',
|
|
54
|
+
isPopular: true,
|
|
1175
55
|
isSecondaryCoin: false,
|
|
1176
56
|
coinSource: null,
|
|
1177
57
|
coinSourceUrl: null,
|
|
1178
|
-
|
|
1179
|
-
|
|
58
|
+
supportedSwappers: [
|
|
59
|
+
'SpookySwap',
|
|
60
|
+
'AnySwap',
|
|
61
|
+
'OpenOceanFantom',
|
|
62
|
+
'SpiritSwapV2',
|
|
63
|
+
],
|
|
1180
64
|
},
|
|
1181
65
|
{
|
|
1182
|
-
blockchain: '
|
|
1183
|
-
symbol: '
|
|
1184
|
-
image: 'https://api.rango.exchange/i/
|
|
1185
|
-
address: '
|
|
1186
|
-
usdPrice:
|
|
66
|
+
blockchain: 'SOLANA',
|
|
67
|
+
symbol: 'BTC',
|
|
68
|
+
image: 'https://api.rango.exchange/i/elAFzy',
|
|
69
|
+
address: '9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E',
|
|
70
|
+
usdPrice: 30831.0,
|
|
71
|
+
decimals: 6,
|
|
72
|
+
name: 'Wrapped Bitcoin (Sollet)',
|
|
73
|
+
isPopular: false,
|
|
1187
74
|
isSecondaryCoin: false,
|
|
1188
75
|
coinSource: null,
|
|
1189
76
|
coinSourceUrl: null,
|
|
1190
|
-
|
|
1191
|
-
decimals: 18,
|
|
77
|
+
supportedSwappers: ['Jupiter'],
|
|
1192
78
|
},
|
|
1193
79
|
{
|
|
1194
|
-
blockchain: '
|
|
1195
|
-
symbol: '
|
|
1196
|
-
image: 'https://api.rango.exchange/
|
|
1197
|
-
address:
|
|
1198
|
-
usdPrice:
|
|
80
|
+
blockchain: 'BTC',
|
|
81
|
+
symbol: 'BTC',
|
|
82
|
+
image: 'https://api.rango.exchange/tokens/BTC/BTC.png',
|
|
83
|
+
address: null,
|
|
84
|
+
usdPrice: 30412.85212694868,
|
|
85
|
+
decimals: 8,
|
|
86
|
+
name: null,
|
|
87
|
+
isPopular: true,
|
|
1199
88
|
isSecondaryCoin: false,
|
|
1200
89
|
coinSource: null,
|
|
1201
90
|
coinSourceUrl: null,
|
|
1202
|
-
|
|
1203
|
-
decimals: 18,
|
|
91
|
+
supportedSwappers: ['ThorChain', 'MayaProtocol'],
|
|
1204
92
|
},
|
|
1205
93
|
{
|
|
1206
|
-
blockchain: '
|
|
1207
|
-
symbol: '
|
|
1208
|
-
image: 'https://api.rango.exchange/i/
|
|
1209
|
-
address:
|
|
1210
|
-
usdPrice:
|
|
1211
|
-
isSecondaryCoin: false,
|
|
1212
|
-
coinSource: null,
|
|
1213
|
-
coinSourceUrl: null,
|
|
1214
|
-
name: 'Unit protocol',
|
|
94
|
+
blockchain: 'ARBITRUM',
|
|
95
|
+
symbol: 'ETH',
|
|
96
|
+
image: 'https://api.rango.exchange/i/MTyH5i',
|
|
97
|
+
address: null,
|
|
98
|
+
usdPrice: 1871.812897031218,
|
|
1215
99
|
decimals: 18,
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
blockchain: 'OPTIMISM',
|
|
1219
|
-
symbol: 'SARCO',
|
|
1220
|
-
image: 'https://api.rango.exchange/i/8DOFP7',
|
|
1221
|
-
address: '0x7c6b91d9be155a6db01f749217d76ff02a7227f2',
|
|
1222
|
-
usdPrice: 0.129,
|
|
100
|
+
name: 'ETH',
|
|
101
|
+
isPopular: true,
|
|
1223
102
|
isSecondaryCoin: false,
|
|
1224
103
|
coinSource: null,
|
|
1225
104
|
coinSourceUrl: null,
|
|
1226
|
-
|
|
1227
|
-
|
|
105
|
+
supportedSwappers: [
|
|
106
|
+
'Arbitrum Bridge',
|
|
107
|
+
'AnySwap',
|
|
108
|
+
'Synapse Bridge',
|
|
109
|
+
'Hyphen',
|
|
110
|
+
'cBridge v2.0',
|
|
111
|
+
'stargate',
|
|
112
|
+
'Voyager',
|
|
113
|
+
'Across',
|
|
114
|
+
'ParaSwap Arbitrum',
|
|
115
|
+
'XY Finance',
|
|
116
|
+
'SushiArbitrum',
|
|
117
|
+
'Orbiter',
|
|
118
|
+
'OneInchArbitrum',
|
|
119
|
+
],
|
|
1228
120
|
},
|
|
1229
121
|
{
|
|
1230
|
-
blockchain: '
|
|
1231
|
-
symbol: '
|
|
1232
|
-
image: 'https://api.rango.exchange/i/
|
|
1233
|
-
address: '
|
|
1234
|
-
usdPrice:
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
122
|
+
blockchain: 'BSC',
|
|
123
|
+
symbol: 'ETH',
|
|
124
|
+
image: 'https://api.rango.exchange/i/qr4L6S',
|
|
125
|
+
address: '0x2170ed0880ac9a755fd29b2688956bd959f933f8',
|
|
126
|
+
usdPrice: 1873.6358110305832,
|
|
127
|
+
decimals: 18,
|
|
128
|
+
name: 'Binance Pegged ETH',
|
|
129
|
+
isPopular: true,
|
|
130
|
+
isSecondaryCoin: false,
|
|
131
|
+
coinSource: 'PancakeSwap Extended',
|
|
132
|
+
coinSourceUrl: 'https://api.rango.exchange/i/zsiskx',
|
|
133
|
+
supportedSwappers: [
|
|
134
|
+
'ParaSwap Bsc',
|
|
135
|
+
'AnySwap',
|
|
136
|
+
'OneInchBsc',
|
|
137
|
+
'Hyphen',
|
|
138
|
+
'PancakeSwapBsc',
|
|
139
|
+
'cBridge v2.0',
|
|
140
|
+
'Voyager',
|
|
141
|
+
'Orbiter',
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
blockchain: 'TRON',
|
|
146
|
+
symbol: 'ETH',
|
|
147
|
+
image: 'https://api.rango.exchange/i/9QHuSO',
|
|
148
|
+
address: 'THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF',
|
|
149
|
+
usdPrice: 1871.812897031218,
|
|
1239
150
|
decimals: 18,
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
blockchain: 'OPTIMISM',
|
|
1243
|
-
symbol: 'LUSD',
|
|
1244
|
-
image: 'https://api.rango.exchange/i/A5IHi8',
|
|
1245
|
-
address: '0xc40f949f8a4e094d1b49a23ea9241d289b7b2819',
|
|
1246
|
-
usdPrice: 1.009,
|
|
151
|
+
name: 'Ethereum',
|
|
152
|
+
isPopular: false,
|
|
1247
153
|
isSecondaryCoin: false,
|
|
1248
|
-
coinSource:
|
|
1249
|
-
coinSourceUrl:
|
|
1250
|
-
|
|
1251
|
-
decimals: 18,
|
|
154
|
+
coinSource: 'SunSwap Default List',
|
|
155
|
+
coinSourceUrl: 'https://api.rango.exchange/i/wzgyM7',
|
|
156
|
+
supportedSwappers: ['SunSwap'],
|
|
1252
157
|
},
|
|
1253
158
|
{
|
|
1254
|
-
blockchain: '
|
|
1255
|
-
symbol: '
|
|
1256
|
-
image: 'https://api.rango.exchange/i/
|
|
1257
|
-
address:
|
|
1258
|
-
usdPrice:
|
|
1259
|
-
isSecondaryCoin: false,
|
|
1260
|
-
coinSource: null,
|
|
1261
|
-
coinSourceUrl: null,
|
|
1262
|
-
name: 'Bankless Token',
|
|
159
|
+
blockchain: 'ETH',
|
|
160
|
+
symbol: 'ETH',
|
|
161
|
+
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
162
|
+
address: null,
|
|
163
|
+
usdPrice: 1871.812897031218,
|
|
1263
164
|
decimals: 18,
|
|
165
|
+
name: 'Ethereum',
|
|
166
|
+
isPopular: true,
|
|
167
|
+
isSecondaryCoin: false,
|
|
168
|
+
coinSource: null,
|
|
169
|
+
coinSourceUrl: null,
|
|
170
|
+
supportedSwappers: [
|
|
171
|
+
'Wormhole',
|
|
172
|
+
'ThorChain',
|
|
173
|
+
'Arbitrum Bridge',
|
|
174
|
+
'AnySwap',
|
|
175
|
+
'Synapse Bridge',
|
|
176
|
+
'Hyphen',
|
|
177
|
+
'Satellite',
|
|
178
|
+
'cBridge v2.0',
|
|
179
|
+
'Optimism Bridge',
|
|
180
|
+
'MayaProtocol',
|
|
181
|
+
'stargate',
|
|
182
|
+
'Voyager',
|
|
183
|
+
'Across',
|
|
184
|
+
'Lido',
|
|
185
|
+
'OneInchEth',
|
|
186
|
+
'Polygon Bridge',
|
|
187
|
+
'XY Finance',
|
|
188
|
+
'Rainbow Bridge',
|
|
189
|
+
'ParaSwap Eth',
|
|
190
|
+
'Orbiter',
|
|
191
|
+
],
|
|
1264
192
|
},
|
|
1265
193
|
{
|
|
1266
194
|
blockchain: 'OPTIMISM',
|
|
1267
|
-
symbol: '
|
|
1268
|
-
image: 'https://api.rango.exchange/i/
|
|
1269
|
-
address:
|
|
1270
|
-
usdPrice:
|
|
1271
|
-
isSecondaryCoin: false,
|
|
1272
|
-
coinSource: null,
|
|
1273
|
-
coinSourceUrl: null,
|
|
1274
|
-
name: 'Flashstake',
|
|
195
|
+
symbol: 'ETH',
|
|
196
|
+
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
197
|
+
address: null,
|
|
198
|
+
usdPrice: 1871.812897031218,
|
|
1275
199
|
decimals: 18,
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
blockchain: 'OPTIMISM',
|
|
1279
|
-
symbol: 'KITTY',
|
|
1280
|
-
image: 'https://api.rango.exchange/i/hbdNHi',
|
|
1281
|
-
address: '0x165dbb08de0476271714952c3c1f068693bd60d7',
|
|
1282
|
-
usdPrice: 0.00359,
|
|
200
|
+
name: 'Optimism',
|
|
201
|
+
isPopular: true,
|
|
1283
202
|
isSecondaryCoin: false,
|
|
1284
203
|
coinSource: null,
|
|
1285
204
|
coinSourceUrl: null,
|
|
1286
|
-
|
|
1287
|
-
|
|
205
|
+
supportedSwappers: [
|
|
206
|
+
'XY Finance',
|
|
207
|
+
'OneInchOptimism',
|
|
208
|
+
'AnySwap',
|
|
209
|
+
'OpenOceanOptimism',
|
|
210
|
+
'Hyphen',
|
|
211
|
+
'Optimism Bridge',
|
|
212
|
+
'cBridge v2.0',
|
|
213
|
+
'ParaSwap Optimism',
|
|
214
|
+
'stargate',
|
|
215
|
+
'Voyager',
|
|
216
|
+
'Orbiter',
|
|
217
|
+
'Across',
|
|
218
|
+
],
|
|
1288
219
|
},
|
|
1289
220
|
{
|
|
1290
|
-
blockchain: '
|
|
1291
|
-
symbol: '
|
|
1292
|
-
image: 'https://api.rango.exchange/i/
|
|
1293
|
-
address: '
|
|
1294
|
-
usdPrice:
|
|
221
|
+
blockchain: 'TELOS',
|
|
222
|
+
symbol: 'ETH',
|
|
223
|
+
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
224
|
+
address: '0xfa9343c3897324496a05fc75abed6bac29f8a40f',
|
|
225
|
+
usdPrice: 1871.812897031218,
|
|
226
|
+
decimals: 18,
|
|
227
|
+
name: 'Ethereum',
|
|
228
|
+
isPopular: true,
|
|
1295
229
|
isSecondaryCoin: false,
|
|
1296
230
|
coinSource: null,
|
|
1297
231
|
coinSourceUrl: null,
|
|
1298
|
-
|
|
1299
|
-
decimals: 18,
|
|
232
|
+
supportedSwappers: ['AnySwap'],
|
|
1300
233
|
},
|
|
1301
234
|
{
|
|
1302
|
-
blockchain: '
|
|
1303
|
-
symbol: '
|
|
1304
|
-
image: 'https://api.rango.exchange/i/
|
|
1305
|
-
address: '
|
|
1306
|
-
usdPrice:
|
|
235
|
+
blockchain: 'HECO',
|
|
236
|
+
symbol: 'ETH',
|
|
237
|
+
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
238
|
+
address: '0x64ff637fb478863b7468bc97d30a5bf3a428a1fd',
|
|
239
|
+
usdPrice: 1871.812897031218,
|
|
240
|
+
decimals: 18,
|
|
241
|
+
name: 'Heco-Peg ETH Token',
|
|
242
|
+
isPopular: false,
|
|
1307
243
|
isSecondaryCoin: false,
|
|
1308
244
|
coinSource: null,
|
|
1309
245
|
coinSourceUrl: null,
|
|
1310
|
-
|
|
1311
|
-
decimals: 18,
|
|
246
|
+
supportedSwappers: ['AnySwap', 'MDexHeco'],
|
|
1312
247
|
},
|
|
1313
248
|
{
|
|
1314
|
-
blockchain: '
|
|
1315
|
-
symbol: '
|
|
1316
|
-
image: 'https://api.rango.exchange/i/
|
|
1317
|
-
address: '
|
|
1318
|
-
usdPrice:
|
|
249
|
+
blockchain: 'FANTOM',
|
|
250
|
+
symbol: 'ETH',
|
|
251
|
+
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
252
|
+
address: '0x74b23882a30290451a17c44f4f05243b6b58c76d',
|
|
253
|
+
usdPrice: 1871.812897031218,
|
|
254
|
+
decimals: 18,
|
|
255
|
+
name: 'Ethereum',
|
|
256
|
+
isPopular: true,
|
|
1319
257
|
isSecondaryCoin: false,
|
|
1320
258
|
coinSource: null,
|
|
1321
259
|
coinSourceUrl: null,
|
|
1322
|
-
|
|
1323
|
-
|
|
260
|
+
supportedSwappers: [
|
|
261
|
+
'SpookySwap',
|
|
262
|
+
'AnySwap',
|
|
263
|
+
'OpenOceanFantom',
|
|
264
|
+
'SpiritSwapV2',
|
|
265
|
+
'cBridge v2.0',
|
|
266
|
+
],
|
|
1324
267
|
},
|
|
1325
268
|
{
|
|
1326
|
-
blockchain: '
|
|
1327
|
-
symbol: '
|
|
1328
|
-
image: 'https://api.rango.exchange/i/
|
|
1329
|
-
address: '
|
|
1330
|
-
usdPrice:
|
|
269
|
+
blockchain: 'KCC',
|
|
270
|
+
symbol: 'ETH',
|
|
271
|
+
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
272
|
+
address: '0xf55af137a98607f7ed2efefa4cd2dfe70e4253b1',
|
|
273
|
+
usdPrice: 1871.812897031218,
|
|
274
|
+
decimals: 18,
|
|
275
|
+
name: 'KCC-Peg Ether',
|
|
276
|
+
isPopular: false,
|
|
1331
277
|
isSecondaryCoin: false,
|
|
1332
278
|
coinSource: null,
|
|
1333
279
|
coinSourceUrl: null,
|
|
1334
|
-
|
|
1335
|
-
decimals: 18,
|
|
280
|
+
supportedSwappers: ['AnySwap', 'Mojito'],
|
|
1336
281
|
},
|
|
1337
282
|
{
|
|
1338
|
-
blockchain: '
|
|
1339
|
-
symbol: '
|
|
1340
|
-
image: 'https://api.rango.exchange/i/
|
|
1341
|
-
address:
|
|
1342
|
-
usdPrice:
|
|
283
|
+
blockchain: 'POLYGONZK',
|
|
284
|
+
symbol: 'ETH',
|
|
285
|
+
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
286
|
+
address: null,
|
|
287
|
+
usdPrice: 1871.812897031218,
|
|
288
|
+
decimals: 18,
|
|
289
|
+
name: 'Polygon zkEVM',
|
|
290
|
+
isPopular: true,
|
|
1343
291
|
isSecondaryCoin: false,
|
|
1344
292
|
coinSource: null,
|
|
1345
293
|
coinSourceUrl: null,
|
|
1346
|
-
|
|
1347
|
-
decimals: 10,
|
|
294
|
+
supportedSwappers: ['OpenOceanPolygonZk', 'AnySwap', 'cBridge v2.0'],
|
|
1348
295
|
},
|
|
1349
296
|
{
|
|
1350
|
-
blockchain: '
|
|
1351
|
-
symbol: '
|
|
297
|
+
blockchain: 'BRISE',
|
|
298
|
+
symbol: 'ETH',
|
|
1352
299
|
image: 'https://api.rango.exchange/i/j9xgdC',
|
|
1353
|
-
address: '
|
|
1354
|
-
usdPrice:
|
|
300
|
+
address: '0x6ab6d61428fde76768d7b45d8bfeec19c6ef91a8',
|
|
301
|
+
usdPrice: 1871.812897031218,
|
|
302
|
+
decimals: 18,
|
|
303
|
+
name: 'Ethereum',
|
|
304
|
+
isPopular: false,
|
|
1355
305
|
isSecondaryCoin: false,
|
|
1356
306
|
coinSource: null,
|
|
1357
307
|
coinSourceUrl: null,
|
|
1358
|
-
|
|
1359
|
-
decimals: 18,
|
|
308
|
+
supportedSwappers: ['AnySwap'],
|
|
1360
309
|
},
|
|
1361
310
|
{
|
|
1362
|
-
blockchain: '
|
|
1363
|
-
symbol: '
|
|
1364
|
-
image: 'https://api.rango.exchange/i/
|
|
1365
|
-
address: '
|
|
1366
|
-
usdPrice:
|
|
311
|
+
blockchain: 'SOLANA',
|
|
312
|
+
symbol: 'ETH',
|
|
313
|
+
image: 'https://api.rango.exchange/i/wNnplE',
|
|
314
|
+
address: '7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs',
|
|
315
|
+
usdPrice: 1871.812897031218,
|
|
316
|
+
decimals: 8,
|
|
317
|
+
name: 'Ether (Portal)',
|
|
318
|
+
isPopular: false,
|
|
1367
319
|
isSecondaryCoin: false,
|
|
1368
320
|
coinSource: null,
|
|
1369
321
|
coinSourceUrl: null,
|
|
1370
|
-
|
|
1371
|
-
decimals: 18,
|
|
322
|
+
supportedSwappers: ['Wormhole', 'Jupiter'],
|
|
1372
323
|
},
|
|
1373
324
|
{
|
|
1374
|
-
blockchain: '
|
|
1375
|
-
symbol: '
|
|
1376
|
-
image: 'https://api.rango.exchange/i/
|
|
1377
|
-
address:
|
|
1378
|
-
usdPrice:
|
|
325
|
+
blockchain: 'ZKSYNC',
|
|
326
|
+
symbol: 'ETH',
|
|
327
|
+
image: 'https://api.rango.exchange/i/MTyH5i',
|
|
328
|
+
address: null,
|
|
329
|
+
usdPrice: 1871.812897031218,
|
|
330
|
+
decimals: 18,
|
|
331
|
+
name: 'Ether',
|
|
332
|
+
isPopular: true,
|
|
1379
333
|
isSecondaryCoin: false,
|
|
1380
334
|
coinSource: null,
|
|
1381
335
|
coinSourceUrl: null,
|
|
1382
|
-
|
|
1383
|
-
decimals: 18,
|
|
336
|
+
supportedSwappers: ['SpaceFi', 'XY Finance', 'OneInchZksync'],
|
|
1384
337
|
},
|
|
1385
338
|
{
|
|
1386
|
-
blockchain: '
|
|
1387
|
-
symbol: '
|
|
1388
|
-
image: 'https://api.rango.exchange/i/
|
|
1389
|
-
address: '
|
|
1390
|
-
usdPrice:
|
|
1391
|
-
isSecondaryCoin: false,
|
|
1392
|
-
coinSource: null,
|
|
1393
|
-
coinSourceUrl: null,
|
|
1394
|
-
name: 'Moo Velodrome MAI-USDC',
|
|
339
|
+
blockchain: 'ETH',
|
|
340
|
+
symbol: 'ETH',
|
|
341
|
+
image: 'https://api.rango.exchange/i/ScLyt4',
|
|
342
|
+
address: '0x0d505c03d30e65f6e9b4ef88855a47a89e4b7676',
|
|
343
|
+
usdPrice: 2.595267895338006e-5,
|
|
1395
344
|
decimals: 18,
|
|
345
|
+
name: 'Zoomer',
|
|
346
|
+
isPopular: false,
|
|
347
|
+
isSecondaryCoin: true,
|
|
348
|
+
coinSource: 'CoinGecko',
|
|
349
|
+
coinSourceUrl: 'https://api.rango.exchange/tokens/SOURCES/COINGECKO.png',
|
|
350
|
+
supportedSwappers: ['ParaSwap Eth', 'OneInchEth'],
|
|
1396
351
|
},
|
|
1397
352
|
{
|
|
1398
|
-
blockchain: '
|
|
1399
|
-
symbol: '
|
|
1400
|
-
image: 'https://api.rango.exchange/i/
|
|
1401
|
-
address:
|
|
1402
|
-
usdPrice:
|
|
353
|
+
blockchain: 'BOBA',
|
|
354
|
+
symbol: 'ETH',
|
|
355
|
+
image: 'https://api.rango.exchange/i/MTyH5i',
|
|
356
|
+
address: null,
|
|
357
|
+
usdPrice: 1871.812897031218,
|
|
358
|
+
decimals: 18,
|
|
359
|
+
name: 'ETH',
|
|
360
|
+
isPopular: true,
|
|
1403
361
|
isSecondaryCoin: false,
|
|
1404
362
|
coinSource: null,
|
|
1405
363
|
coinSourceUrl: null,
|
|
1406
|
-
|
|
1407
|
-
decimals: 18,
|
|
364
|
+
supportedSwappers: ['cBridge v2.0', 'Orbiter', 'OolongSwap'],
|
|
1408
365
|
},
|
|
1409
366
|
{
|
|
1410
|
-
blockchain: '
|
|
1411
|
-
symbol: '
|
|
1412
|
-
image: 'https://api.rango.exchange/i/
|
|
1413
|
-
address:
|
|
1414
|
-
usdPrice:
|
|
367
|
+
blockchain: 'AURORA',
|
|
368
|
+
symbol: 'ETH',
|
|
369
|
+
image: 'https://api.rango.exchange/i/E13Iyb',
|
|
370
|
+
address: null,
|
|
371
|
+
usdPrice: 1871.812897031218,
|
|
372
|
+
decimals: 18,
|
|
373
|
+
name: 'Ethereum',
|
|
374
|
+
isPopular: true,
|
|
1415
375
|
isSecondaryCoin: false,
|
|
1416
376
|
coinSource: null,
|
|
1417
377
|
coinSourceUrl: null,
|
|
1418
|
-
|
|
1419
|
-
decimals: 18,
|
|
378
|
+
supportedSwappers: ['Rainbow Bridge', 'OpenOceanAurora'],
|
|
1420
379
|
},
|
|
1421
380
|
{
|
|
1422
|
-
blockchain: '
|
|
1423
|
-
symbol: '
|
|
1424
|
-
image: 'https://api.rango.exchange/i/
|
|
1425
|
-
address: '
|
|
1426
|
-
usdPrice:
|
|
381
|
+
blockchain: 'MOONRIVER',
|
|
382
|
+
symbol: 'ETH',
|
|
383
|
+
image: 'https://api.rango.exchange/i/pZI3Eh',
|
|
384
|
+
address: '0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c',
|
|
385
|
+
usdPrice: 1871.812897031218,
|
|
386
|
+
decimals: 18,
|
|
387
|
+
name: 'Ethereum',
|
|
388
|
+
isPopular: false,
|
|
1427
389
|
isSecondaryCoin: false,
|
|
1428
390
|
coinSource: null,
|
|
1429
391
|
coinSourceUrl: null,
|
|
1430
|
-
|
|
1431
|
-
decimals: 18,
|
|
392
|
+
supportedSwappers: ['SolarbeamSwap', 'OpenOceanMoonRiver'],
|
|
1432
393
|
},
|
|
1433
394
|
{
|
|
1434
|
-
blockchain: '
|
|
1435
|
-
symbol: '
|
|
1436
|
-
image: 'https://api.rango.exchange/
|
|
1437
|
-
address: '
|
|
1438
|
-
usdPrice:
|
|
395
|
+
blockchain: 'BNB',
|
|
396
|
+
symbol: 'ETH',
|
|
397
|
+
image: 'https://api.rango.exchange/tokens/ETH/ETH.png',
|
|
398
|
+
address: '1c9',
|
|
399
|
+
usdPrice: 1871.812897031218,
|
|
400
|
+
decimals: 8,
|
|
401
|
+
name: null,
|
|
402
|
+
isPopular: true,
|
|
1439
403
|
isSecondaryCoin: false,
|
|
1440
404
|
coinSource: null,
|
|
1441
405
|
coinSourceUrl: null,
|
|
1442
|
-
|
|
1443
|
-
decimals: 18,
|
|
406
|
+
supportedSwappers: ['ThorChain'],
|
|
1444
407
|
},
|
|
1445
408
|
{
|
|
1446
|
-
blockchain: '
|
|
1447
|
-
symbol: '
|
|
1448
|
-
image: 'https://api.rango.exchange/
|
|
1449
|
-
address:
|
|
1450
|
-
|
|
409
|
+
blockchain: 'STARKNET',
|
|
410
|
+
symbol: 'ETH',
|
|
411
|
+
image: 'https://api.rango.exchange/tokens/ETH/ETH.png',
|
|
412
|
+
address:
|
|
413
|
+
'0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
|
|
414
|
+
usdPrice: 1871.812897031218,
|
|
415
|
+
decimals: 18,
|
|
416
|
+
name: null,
|
|
417
|
+
isPopular: true,
|
|
1451
418
|
isSecondaryCoin: false,
|
|
1452
419
|
coinSource: null,
|
|
1453
420
|
coinSourceUrl: null,
|
|
1454
|
-
|
|
1455
|
-
decimals: 18,
|
|
421
|
+
supportedSwappers: ['Orbiter', '10KSwap'],
|
|
1456
422
|
},
|
|
1457
423
|
{
|
|
1458
|
-
blockchain: '
|
|
1459
|
-
symbol: '
|
|
1460
|
-
image: 'https://api.rango.exchange/i/
|
|
1461
|
-
address: '
|
|
1462
|
-
usdPrice:
|
|
424
|
+
blockchain: 'ARBITRUM',
|
|
425
|
+
symbol: 'USDT',
|
|
426
|
+
image: 'https://api.rango.exchange/i/JcLHV6',
|
|
427
|
+
address: '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9',
|
|
428
|
+
usdPrice: 1.001,
|
|
429
|
+
decimals: 6,
|
|
430
|
+
name: 'Tether USD',
|
|
431
|
+
isPopular: true,
|
|
432
|
+
isSecondaryCoin: false,
|
|
433
|
+
coinSource: 'Arb Whitelist Era',
|
|
434
|
+
coinSourceUrl: 'https://api.rango.exchange/i/yjuezQ',
|
|
435
|
+
supportedSwappers: [
|
|
436
|
+
'Arbitrum Bridge',
|
|
437
|
+
'AnySwap',
|
|
438
|
+
'Synapse Bridge',
|
|
439
|
+
'Hyphen',
|
|
440
|
+
'cBridge v2.0',
|
|
441
|
+
'stargate',
|
|
442
|
+
'Across',
|
|
443
|
+
'ParaSwap Arbitrum',
|
|
444
|
+
'XY Finance',
|
|
445
|
+
'Synapse Swapper',
|
|
446
|
+
'SushiArbitrum',
|
|
447
|
+
'Orbiter',
|
|
448
|
+
'OneInchArbitrum',
|
|
449
|
+
],
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
blockchain: 'BSC',
|
|
453
|
+
symbol: 'USDT',
|
|
454
|
+
image: 'https://api.rango.exchange/i/6837hX',
|
|
455
|
+
address: '0x55d398326f99059ff775485246999027b3197955',
|
|
456
|
+
usdPrice: 1.001,
|
|
457
|
+
decimals: 18,
|
|
458
|
+
name: 'Binance Pegged USDT',
|
|
459
|
+
isPopular: true,
|
|
460
|
+
isSecondaryCoin: false,
|
|
461
|
+
coinSource: 'PancakeSwap Extended',
|
|
462
|
+
coinSourceUrl: 'https://api.rango.exchange/i/zsiskx',
|
|
463
|
+
supportedSwappers: [
|
|
464
|
+
'XY Finance',
|
|
465
|
+
'ParaSwap Bsc',
|
|
466
|
+
'Synapse Swapper',
|
|
467
|
+
'AnySwap',
|
|
468
|
+
'OneInchBsc',
|
|
469
|
+
'Synapse Bridge',
|
|
470
|
+
'Hyphen',
|
|
471
|
+
'PancakeSwapBsc',
|
|
472
|
+
'cBridge v2.0',
|
|
473
|
+
'stargate',
|
|
474
|
+
],
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
blockchain: 'BSC',
|
|
478
|
+
symbol: 'USDT',
|
|
479
|
+
image: 'https://api.rango.exchange/i/mZTSbe',
|
|
480
|
+
address: '0x524bc91dc82d6b90ef29f76a3ecaabafffd490bc',
|
|
481
|
+
usdPrice: 152.11233445513386,
|
|
482
|
+
decimals: 6,
|
|
483
|
+
name: 'USDT (wormhole)',
|
|
484
|
+
isPopular: false,
|
|
1463
485
|
isSecondaryCoin: false,
|
|
1464
|
-
coinSource:
|
|
1465
|
-
coinSourceUrl:
|
|
1466
|
-
|
|
1467
|
-
|
|
486
|
+
coinSource: 'Rango Token List',
|
|
487
|
+
coinSourceUrl: 'https://api.rango.exchange/i/lYlZID',
|
|
488
|
+
supportedSwappers: [
|
|
489
|
+
'Wormhole',
|
|
490
|
+
'ParaSwap Bsc',
|
|
491
|
+
'OneInchBsc',
|
|
492
|
+
'PancakeSwapBsc',
|
|
493
|
+
],
|
|
1468
494
|
},
|
|
1469
495
|
{
|
|
1470
|
-
blockchain: '
|
|
1471
|
-
symbol: '
|
|
1472
|
-
image: 'https://api.rango.exchange/i/
|
|
1473
|
-
address: '
|
|
1474
|
-
usdPrice:
|
|
496
|
+
blockchain: 'TRON',
|
|
497
|
+
symbol: 'USDT',
|
|
498
|
+
image: 'https://api.rango.exchange/i/IeVOL2',
|
|
499
|
+
address: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',
|
|
500
|
+
usdPrice: 1.001,
|
|
501
|
+
decimals: 6,
|
|
502
|
+
name: 'Tether USD',
|
|
503
|
+
isPopular: true,
|
|
1475
504
|
isSecondaryCoin: false,
|
|
1476
|
-
coinSource:
|
|
1477
|
-
coinSourceUrl:
|
|
1478
|
-
|
|
1479
|
-
decimals: 18,
|
|
505
|
+
coinSource: 'SunSwap Default List',
|
|
506
|
+
coinSourceUrl: 'https://api.rango.exchange/i/wzgyM7',
|
|
507
|
+
supportedSwappers: ['AllBridge', 'SunSwap'],
|
|
1480
508
|
},
|
|
1481
509
|
{
|
|
1482
|
-
blockchain: '
|
|
1483
|
-
symbol: '
|
|
1484
|
-
image: 'https://api.rango.exchange/i/
|
|
1485
|
-
address: '
|
|
1486
|
-
usdPrice:
|
|
510
|
+
blockchain: 'POLYGON',
|
|
511
|
+
symbol: 'USDT',
|
|
512
|
+
image: 'https://api.rango.exchange/i/r3Oex6',
|
|
513
|
+
address: '0xc2132d05d31c914a87c6611c10748aeb04b58e8f',
|
|
514
|
+
usdPrice: 1.001,
|
|
515
|
+
decimals: 6,
|
|
516
|
+
name: 'Tether USD',
|
|
517
|
+
isPopular: true,
|
|
518
|
+
isSecondaryCoin: false,
|
|
519
|
+
coinSource: 'Quickswap Token List',
|
|
520
|
+
coinSourceUrl: 'https://api.rango.exchange/i/uFuqhg',
|
|
521
|
+
supportedSwappers: [
|
|
522
|
+
'AnySwap',
|
|
523
|
+
'Synapse Bridge',
|
|
524
|
+
'Hyphen',
|
|
525
|
+
'cBridge v2.0',
|
|
526
|
+
'stargate',
|
|
527
|
+
'Across',
|
|
528
|
+
'Polygon Bridge',
|
|
529
|
+
'XY Finance',
|
|
530
|
+
'Synapse Swapper',
|
|
531
|
+
'ParaSwap Polygon',
|
|
532
|
+
'QuickSwap',
|
|
533
|
+
'OneInchPolygon',
|
|
534
|
+
'Orbiter',
|
|
535
|
+
],
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
blockchain: 'OKC',
|
|
539
|
+
symbol: 'USDT',
|
|
540
|
+
image: 'https://api.rango.exchange/i/tGa1q2',
|
|
541
|
+
address: '0x382bb369d343125bfb2117af9c149795c6c65c50',
|
|
542
|
+
usdPrice: 1.001,
|
|
543
|
+
decimals: 18,
|
|
544
|
+
name: 'Tether',
|
|
545
|
+
isPopular: true,
|
|
1487
546
|
isSecondaryCoin: false,
|
|
1488
547
|
coinSource: null,
|
|
1489
548
|
coinSourceUrl: null,
|
|
1490
|
-
|
|
1491
|
-
decimals: 18,
|
|
549
|
+
supportedSwappers: ['AnySwap', 'OkcSwap', 'CherrySwap'],
|
|
1492
550
|
},
|
|
1493
551
|
{
|
|
1494
|
-
blockchain: '
|
|
1495
|
-
symbol: '
|
|
1496
|
-
image: 'https://api.rango.exchange/i/
|
|
1497
|
-
address: '
|
|
1498
|
-
usdPrice:
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
552
|
+
blockchain: 'ETH',
|
|
553
|
+
symbol: 'USDT',
|
|
554
|
+
image: 'https://api.rango.exchange/i/YXKZob',
|
|
555
|
+
address: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
556
|
+
usdPrice: 1.001,
|
|
557
|
+
decimals: 6,
|
|
558
|
+
name: 'Tether USD',
|
|
559
|
+
isPopular: true,
|
|
560
|
+
isSecondaryCoin: false,
|
|
561
|
+
coinSource: null,
|
|
562
|
+
coinSourceUrl: null,
|
|
563
|
+
supportedSwappers: [
|
|
564
|
+
'Wormhole',
|
|
565
|
+
'Arbitrum Bridge',
|
|
566
|
+
'ThorChain',
|
|
567
|
+
'AnySwap',
|
|
568
|
+
'Synapse Bridge',
|
|
569
|
+
'Hyphen',
|
|
570
|
+
'Optimism Bridge',
|
|
571
|
+
'cBridge v2.0',
|
|
572
|
+
'MayaProtocol',
|
|
573
|
+
'stargate',
|
|
574
|
+
'Across',
|
|
575
|
+
'Avalanche Bridge',
|
|
576
|
+
'OneInchEth',
|
|
577
|
+
'Polygon Bridge',
|
|
578
|
+
'XY Finance',
|
|
579
|
+
'Synapse Swapper',
|
|
580
|
+
'Rainbow Bridge',
|
|
581
|
+
'ParaSwap Eth',
|
|
582
|
+
'Orbiter',
|
|
583
|
+
],
|
|
1504
584
|
},
|
|
1505
585
|
{
|
|
1506
586
|
blockchain: 'OPTIMISM',
|
|
1507
|
-
symbol: '
|
|
1508
|
-
image: 'https://api.rango.exchange/i/
|
|
1509
|
-
address: '
|
|
1510
|
-
usdPrice:
|
|
587
|
+
symbol: 'USDT',
|
|
588
|
+
image: 'https://api.rango.exchange/i/GJxbOP',
|
|
589
|
+
address: '0x94b008aa00579c1307b0ef2c499ad98a8ce58e58',
|
|
590
|
+
usdPrice: 1.001,
|
|
591
|
+
decimals: 6,
|
|
592
|
+
name: 'Tether USD',
|
|
593
|
+
isPopular: true,
|
|
1511
594
|
isSecondaryCoin: false,
|
|
1512
595
|
coinSource: null,
|
|
1513
596
|
coinSourceUrl: null,
|
|
1514
|
-
|
|
1515
|
-
|
|
597
|
+
supportedSwappers: [
|
|
598
|
+
'XY Finance',
|
|
599
|
+
'OneInchOptimism',
|
|
600
|
+
'AnySwap',
|
|
601
|
+
'OpenOceanOptimism',
|
|
602
|
+
'Hyphen',
|
|
603
|
+
'Optimism Bridge',
|
|
604
|
+
'cBridge v2.0',
|
|
605
|
+
'ParaSwap Optimism',
|
|
606
|
+
'Orbiter',
|
|
607
|
+
'Across',
|
|
608
|
+
],
|
|
1516
609
|
},
|
|
1517
610
|
{
|
|
1518
|
-
blockchain: '
|
|
1519
|
-
symbol: '
|
|
1520
|
-
image: 'https://api.rango.exchange/i/
|
|
1521
|
-
address: '
|
|
1522
|
-
usdPrice:
|
|
611
|
+
blockchain: 'CRONOS',
|
|
612
|
+
symbol: 'USDT',
|
|
613
|
+
image: 'https://api.rango.exchange/i/GJxbOP',
|
|
614
|
+
address: '0x66e428c3f67a68878562e79a0234c1f83c208770',
|
|
615
|
+
usdPrice: 1.001,
|
|
616
|
+
decimals: 6,
|
|
617
|
+
name: 'Tether USD',
|
|
618
|
+
isPopular: true,
|
|
1523
619
|
isSecondaryCoin: false,
|
|
1524
620
|
coinSource: null,
|
|
1525
621
|
coinSourceUrl: null,
|
|
1526
|
-
|
|
1527
|
-
|
|
622
|
+
supportedSwappers: [
|
|
623
|
+
'XY Finance',
|
|
624
|
+
'VVSFinance',
|
|
625
|
+
'CronaSwap',
|
|
626
|
+
'AnySwap',
|
|
627
|
+
'OpenOceanCronos',
|
|
628
|
+
],
|
|
1528
629
|
},
|
|
1529
630
|
{
|
|
1530
|
-
blockchain: '
|
|
1531
|
-
symbol: '
|
|
1532
|
-
image: 'https://api.rango.exchange/i/
|
|
1533
|
-
address: '
|
|
1534
|
-
usdPrice:
|
|
631
|
+
blockchain: 'TELOS',
|
|
632
|
+
symbol: 'USDT',
|
|
633
|
+
image: 'https://api.rango.exchange/i/GJxbOP',
|
|
634
|
+
address: '0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73',
|
|
635
|
+
usdPrice: 1.001,
|
|
636
|
+
decimals: 6,
|
|
637
|
+
name: 'Tether USD',
|
|
638
|
+
isPopular: true,
|
|
1535
639
|
isSecondaryCoin: false,
|
|
1536
640
|
coinSource: null,
|
|
1537
641
|
coinSourceUrl: null,
|
|
1538
|
-
|
|
1539
|
-
decimals: 18,
|
|
642
|
+
supportedSwappers: ['AnySwap'],
|
|
1540
643
|
},
|
|
1541
644
|
{
|
|
1542
|
-
blockchain: '
|
|
1543
|
-
symbol: '
|
|
1544
|
-
image: 'https://api.rango.exchange/i/
|
|
1545
|
-
address: '
|
|
1546
|
-
usdPrice:
|
|
645
|
+
blockchain: 'KCC',
|
|
646
|
+
symbol: 'USDT',
|
|
647
|
+
image: 'https://api.rango.exchange/i/GJxbOP',
|
|
648
|
+
address: '0x0039f574ee5cc39bdd162e9a88e3eb1f111baf48',
|
|
649
|
+
usdPrice: 1.0001031863278,
|
|
650
|
+
decimals: 18,
|
|
651
|
+
name: 'KCC-Peg Tether USD',
|
|
652
|
+
isPopular: false,
|
|
1547
653
|
isSecondaryCoin: false,
|
|
1548
654
|
coinSource: null,
|
|
1549
655
|
coinSourceUrl: null,
|
|
1550
|
-
|
|
1551
|
-
decimals: 18,
|
|
656
|
+
supportedSwappers: ['AnySwap', 'Mojito'],
|
|
1552
657
|
},
|
|
1553
658
|
{
|
|
1554
|
-
blockchain: '
|
|
1555
|
-
symbol: '
|
|
1556
|
-
image: 'https://api.rango.exchange/i/
|
|
1557
|
-
address: '
|
|
1558
|
-
usdPrice:
|
|
659
|
+
blockchain: 'POLYGONZK',
|
|
660
|
+
symbol: 'USDT',
|
|
661
|
+
image: 'https://api.rango.exchange/i/GJxbOP',
|
|
662
|
+
address: '0x1e4a5963abfd975d8c9021ce480b42188849d41d',
|
|
663
|
+
usdPrice: 1.0001031863278,
|
|
664
|
+
decimals: 6,
|
|
665
|
+
name: 'Tether USD',
|
|
666
|
+
isPopular: false,
|
|
1559
667
|
isSecondaryCoin: false,
|
|
1560
668
|
coinSource: null,
|
|
1561
669
|
coinSourceUrl: null,
|
|
1562
|
-
|
|
1563
|
-
decimals: 18,
|
|
670
|
+
supportedSwappers: ['OpenOceanPolygonZk', 'AnySwap'],
|
|
1564
671
|
},
|
|
1565
672
|
{
|
|
1566
|
-
blockchain: '
|
|
1567
|
-
symbol: '
|
|
1568
|
-
image: 'https://api.rango.exchange/i/
|
|
1569
|
-
address: '
|
|
1570
|
-
usdPrice:
|
|
673
|
+
blockchain: 'BRISE',
|
|
674
|
+
symbol: 'USDT',
|
|
675
|
+
image: 'https://api.rango.exchange/i/GJxbOP',
|
|
676
|
+
address: '0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d',
|
|
677
|
+
usdPrice: 1.0001031863278,
|
|
678
|
+
decimals: 6,
|
|
679
|
+
name: 'Tether USD',
|
|
680
|
+
isPopular: false,
|
|
1571
681
|
isSecondaryCoin: false,
|
|
1572
682
|
coinSource: null,
|
|
1573
683
|
coinSourceUrl: null,
|
|
1574
|
-
|
|
1575
|
-
decimals: 18,
|
|
684
|
+
supportedSwappers: ['AnySwap'],
|
|
1576
685
|
},
|
|
1577
686
|
{
|
|
1578
|
-
blockchain: '
|
|
1579
|
-
symbol: '
|
|
1580
|
-
image: 'https://api.rango.exchange/i/
|
|
1581
|
-
address: '
|
|
1582
|
-
usdPrice:
|
|
687
|
+
blockchain: 'AVAX_CCHAIN',
|
|
688
|
+
symbol: 'USDT',
|
|
689
|
+
image: 'https://api.rango.exchange/i/GJxbOP',
|
|
690
|
+
address: '0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7',
|
|
691
|
+
usdPrice: 1.001,
|
|
692
|
+
decimals: 6,
|
|
693
|
+
name: 'TetherToken',
|
|
694
|
+
isPopular: true,
|
|
1583
695
|
isSecondaryCoin: false,
|
|
1584
696
|
coinSource: null,
|
|
1585
697
|
coinSourceUrl: null,
|
|
1586
|
-
|
|
1587
|
-
|
|
698
|
+
supportedSwappers: [
|
|
699
|
+
'XY Finance',
|
|
700
|
+
'ParaSwap Avalanche',
|
|
701
|
+
'AnySwap',
|
|
702
|
+
'PangolinSwap',
|
|
703
|
+
'stargate',
|
|
704
|
+
],
|
|
1588
705
|
},
|
|
1589
706
|
{
|
|
1590
|
-
blockchain: '
|
|
1591
|
-
symbol: '
|
|
1592
|
-
image: 'https://api.rango.exchange/i/
|
|
1593
|
-
address: '
|
|
1594
|
-
usdPrice:
|
|
707
|
+
blockchain: 'POLYGON',
|
|
708
|
+
symbol: 'USDT',
|
|
709
|
+
image: 'https://api.rango.exchange/i/mZTSbe',
|
|
710
|
+
address: '0x9417669fbf23357d2774e9d421307bd5ea1006d2',
|
|
711
|
+
usdPrice: 1.0001031863278,
|
|
712
|
+
decimals: 6,
|
|
713
|
+
name: 'Tether USD (Wormhole)',
|
|
714
|
+
isPopular: false,
|
|
1595
715
|
isSecondaryCoin: false,
|
|
1596
716
|
coinSource: null,
|
|
1597
717
|
coinSourceUrl: null,
|
|
1598
|
-
|
|
1599
|
-
decimals: 6,
|
|
718
|
+
supportedSwappers: ['Wormhole', 'ParaSwap Polygon', 'OneInchPolygon'],
|
|
1600
719
|
},
|
|
1601
720
|
{
|
|
1602
|
-
blockchain: '
|
|
1603
|
-
symbol: '
|
|
1604
|
-
image: 'https://api.rango.exchange/i/
|
|
1605
|
-
address: '
|
|
1606
|
-
usdPrice:
|
|
721
|
+
blockchain: 'SOLANA',
|
|
722
|
+
symbol: 'USDT',
|
|
723
|
+
image: 'https://api.rango.exchange/i/uhQV48',
|
|
724
|
+
address: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB',
|
|
725
|
+
usdPrice: 1.001,
|
|
726
|
+
decimals: 6,
|
|
727
|
+
name: 'USDT',
|
|
728
|
+
isPopular: false,
|
|
1607
729
|
isSecondaryCoin: false,
|
|
1608
730
|
coinSource: null,
|
|
1609
731
|
coinSourceUrl: null,
|
|
1610
|
-
|
|
1611
|
-
decimals: 18,
|
|
732
|
+
supportedSwappers: ['Jupiter'],
|
|
1612
733
|
},
|
|
1613
734
|
{
|
|
1614
|
-
blockchain: '
|
|
1615
|
-
symbol: '
|
|
1616
|
-
image: 'https://api.rango.exchange/i/
|
|
1617
|
-
address: '
|
|
1618
|
-
usdPrice:
|
|
735
|
+
blockchain: 'POLYGON',
|
|
736
|
+
symbol: 'USDT',
|
|
737
|
+
image: 'https://api.rango.exchange/i/ICZdda',
|
|
738
|
+
address: '0x3553f861dec0257bada9f8ed268bf0d74e45e89c',
|
|
739
|
+
usdPrice: 0.8972324748880173,
|
|
740
|
+
decimals: 6,
|
|
741
|
+
name: 'USDT (wormhole)',
|
|
742
|
+
isPopular: false,
|
|
1619
743
|
isSecondaryCoin: false,
|
|
1620
744
|
coinSource: null,
|
|
1621
|
-
coinSourceUrl:
|
|
1622
|
-
|
|
1623
|
-
decimals: 18,
|
|
745
|
+
coinSourceUrl: 'https://api.rango.exchange/i/lYlZID',
|
|
746
|
+
supportedSwappers: ['ParaSwap Polygon', 'OneInchPolygon'],
|
|
1624
747
|
},
|
|
1625
748
|
{
|
|
1626
|
-
blockchain: '
|
|
1627
|
-
symbol: '
|
|
1628
|
-
image: 'https://api.rango.exchange/i/
|
|
1629
|
-
address: '
|
|
1630
|
-
usdPrice:
|
|
749
|
+
blockchain: 'GNOSIS',
|
|
750
|
+
symbol: 'USDT',
|
|
751
|
+
image: 'https://api.rango.exchange/i/aR1yFx',
|
|
752
|
+
address: '0x4ecaba5870353805a9f068101a40e0f32ed605c6',
|
|
753
|
+
usdPrice: 1.001,
|
|
754
|
+
decimals: 6,
|
|
755
|
+
name: 'Tether on xDai',
|
|
756
|
+
isPopular: false,
|
|
1631
757
|
isSecondaryCoin: false,
|
|
1632
758
|
coinSource: null,
|
|
1633
759
|
coinSourceUrl: null,
|
|
1634
|
-
|
|
1635
|
-
decimals: 18,
|
|
760
|
+
supportedSwappers: ['OpenOceanGnosis', 'OneInchGnosis'],
|
|
1636
761
|
},
|
|
1637
762
|
{
|
|
1638
|
-
blockchain: '
|
|
1639
|
-
symbol: '
|
|
1640
|
-
image: 'https://api.rango.exchange/i/
|
|
1641
|
-
address: '
|
|
1642
|
-
usdPrice:
|
|
763
|
+
blockchain: 'FUSE',
|
|
764
|
+
symbol: 'USDT',
|
|
765
|
+
image: 'https://api.rango.exchange/i/ijzpuA',
|
|
766
|
+
address: '0xfadbbf8ce7d5b7041be672561bba99f79c532e10',
|
|
767
|
+
usdPrice: 1.001,
|
|
768
|
+
decimals: 6,
|
|
769
|
+
name: 'Tether USD on Fuse',
|
|
770
|
+
isPopular: true,
|
|
1643
771
|
isSecondaryCoin: false,
|
|
1644
|
-
coinSource:
|
|
1645
|
-
coinSourceUrl:
|
|
1646
|
-
|
|
1647
|
-
decimals: 18,
|
|
772
|
+
coinSource: 'Voltage Swap List',
|
|
773
|
+
coinSourceUrl: 'https://api.rango.exchange/i/QKm8MZ',
|
|
774
|
+
supportedSwappers: ['VoltageSwap'],
|
|
1648
775
|
},
|
|
1649
776
|
{
|
|
1650
|
-
blockchain: '
|
|
1651
|
-
symbol: '
|
|
1652
|
-
image: 'https://api.rango.exchange/i/
|
|
1653
|
-
address: '
|
|
1654
|
-
usdPrice:
|
|
777
|
+
blockchain: 'MOONBEAM',
|
|
778
|
+
symbol: 'USDT',
|
|
779
|
+
image: 'https://api.rango.exchange/i/7uIRNT',
|
|
780
|
+
address: '0x81ecac0d6be0550a00ff064a4f9dd2400585fe9c',
|
|
781
|
+
usdPrice: 1.0001031863278,
|
|
782
|
+
decimals: 6,
|
|
783
|
+
name: 'Tether USD (Celer)',
|
|
784
|
+
isPopular: false,
|
|
1655
785
|
isSecondaryCoin: false,
|
|
1656
786
|
coinSource: null,
|
|
1657
787
|
coinSourceUrl: null,
|
|
1658
|
-
|
|
1659
|
-
decimals: 18,
|
|
788
|
+
supportedSwappers: ['cBridge v2.0'],
|
|
1660
789
|
},
|
|
1661
790
|
{
|
|
1662
|
-
blockchain: '
|
|
1663
|
-
symbol: '
|
|
1664
|
-
image: 'https://api.rango.exchange/i/
|
|
1665
|
-
address: '
|
|
1666
|
-
usdPrice:
|
|
791
|
+
blockchain: 'AURORA',
|
|
792
|
+
symbol: 'USDT',
|
|
793
|
+
image: 'https://api.rango.exchange/i/7uIRNT',
|
|
794
|
+
address: '0x4988a896b1227218e4a686fde5eabdcabd91571f',
|
|
795
|
+
usdPrice: 1.001,
|
|
796
|
+
decimals: 6,
|
|
797
|
+
name: 'Tether USD',
|
|
798
|
+
isPopular: true,
|
|
1667
799
|
isSecondaryCoin: false,
|
|
1668
800
|
coinSource: null,
|
|
1669
801
|
coinSourceUrl: null,
|
|
1670
|
-
|
|
1671
|
-
decimals: 18,
|
|
802
|
+
supportedSwappers: ['Rainbow Bridge', 'cBridge v2.0', 'OpenOceanAurora'],
|
|
1672
803
|
},
|
|
1673
804
|
{
|
|
1674
|
-
blockchain: '
|
|
1675
|
-
symbol: '
|
|
1676
|
-
image: 'https://api.rango.exchange/i/
|
|
1677
|
-
address: '
|
|
1678
|
-
usdPrice:
|
|
805
|
+
blockchain: 'BOBA',
|
|
806
|
+
symbol: 'USDT',
|
|
807
|
+
image: 'https://api.rango.exchange/i/zoZp6q',
|
|
808
|
+
address: '0x5de1677344d3cb0d7d465c10b72a8f60699c062d',
|
|
809
|
+
usdPrice: 1.001,
|
|
810
|
+
decimals: 6,
|
|
811
|
+
name: 'Tether USD',
|
|
812
|
+
isPopular: true,
|
|
1679
813
|
isSecondaryCoin: false,
|
|
1680
814
|
coinSource: null,
|
|
1681
815
|
coinSourceUrl: null,
|
|
1682
|
-
|
|
1683
|
-
decimals: 18,
|
|
816
|
+
supportedSwappers: ['OpenOceanBoba', 'OolongSwap'],
|
|
1684
817
|
},
|
|
1685
818
|
{
|
|
1686
|
-
blockchain: '
|
|
1687
|
-
symbol: '
|
|
1688
|
-
image: 'https://api.rango.exchange/i/
|
|
1689
|
-
address: '
|
|
1690
|
-
usdPrice:
|
|
1691
|
-
isSecondaryCoin: false,
|
|
1692
|
-
coinSource: null,
|
|
1693
|
-
coinSourceUrl: null,
|
|
1694
|
-
name: 'muxFTM',
|
|
819
|
+
blockchain: 'HECO',
|
|
820
|
+
symbol: 'USDT',
|
|
821
|
+
image: 'https://api.rango.exchange/i/P32K3W',
|
|
822
|
+
address: '0xa71edc38d189767582c38a3145b5873052c3e47a',
|
|
823
|
+
usdPrice: 1.0001571091905554,
|
|
1695
824
|
decimals: 18,
|
|
825
|
+
name: 'Heco-Peg USDT Token',
|
|
826
|
+
isPopular: true,
|
|
827
|
+
isSecondaryCoin: false,
|
|
828
|
+
coinSource: 'MDEX Heco token List',
|
|
829
|
+
coinSourceUrl: 'https://api.rango.exchange/i/6dySNE',
|
|
830
|
+
supportedSwappers: ['MDexHeco'],
|
|
1696
831
|
},
|
|
1697
832
|
{
|
|
1698
|
-
blockchain: '
|
|
1699
|
-
symbol: '
|
|
1700
|
-
image: 'https://api.rango.exchange/i/
|
|
1701
|
-
address: '
|
|
1702
|
-
usdPrice:
|
|
833
|
+
blockchain: 'AVAX_CCHAIN',
|
|
834
|
+
symbol: 'USDT',
|
|
835
|
+
image: 'https://api.rango.exchange/i/ICZdda',
|
|
836
|
+
address: '0xf0ff231e3f1a50f83136717f287adab862f89431',
|
|
837
|
+
usdPrice: 1.0001031863278,
|
|
838
|
+
decimals: 6,
|
|
839
|
+
name: 'USDT (wormhole)',
|
|
840
|
+
isPopular: false,
|
|
1703
841
|
isSecondaryCoin: false,
|
|
1704
|
-
coinSource:
|
|
1705
|
-
coinSourceUrl:
|
|
1706
|
-
|
|
1707
|
-
decimals: 18,
|
|
842
|
+
coinSource: 'Rango Token List',
|
|
843
|
+
coinSourceUrl: 'https://api.rango.exchange/i/lYlZID',
|
|
844
|
+
supportedSwappers: ['ParaSwap Avalanche'],
|
|
1708
845
|
},
|
|
1709
846
|
{
|
|
1710
|
-
blockchain: '
|
|
1711
|
-
symbol: '
|
|
1712
|
-
image: 'https://api.rango.exchange/i/
|
|
1713
|
-
address: '
|
|
1714
|
-
usdPrice:
|
|
847
|
+
blockchain: 'MOONRIVER',
|
|
848
|
+
symbol: 'USDT',
|
|
849
|
+
image: 'https://api.rango.exchange/i/HAlx1Q',
|
|
850
|
+
address: '0xb44a9b6905af7c801311e8f4e76932ee959c663c',
|
|
851
|
+
usdPrice: 1.001,
|
|
852
|
+
decimals: 6,
|
|
853
|
+
name: 'Tether',
|
|
854
|
+
isPopular: true,
|
|
1715
855
|
isSecondaryCoin: false,
|
|
1716
856
|
coinSource: null,
|
|
1717
857
|
coinSourceUrl: null,
|
|
1718
|
-
|
|
1719
|
-
decimals: 18,
|
|
858
|
+
supportedSwappers: ['XY Finance', 'SolarbeamSwap', 'OpenOceanMoonRiver'],
|
|
1720
859
|
},
|
|
1721
860
|
];
|