@rango-dev/ui 0.1.10-next.69
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/README.md +181 -0
- package/dist/components/Alert/Alert.d.ts +6 -0
- package/dist/components/Alert/Alert.stories.d.ts +4 -0
- package/dist/components/Alert/index.d.ts +1 -0
- package/dist/components/BestRoute/BestRoute.d.ts +8 -0
- package/dist/components/BestRoute/BestRoute.stories.d.ts +8 -0
- package/dist/components/BestRoute/index.d.ts +1 -0
- package/dist/components/BestRoute/mock.d.ts +4 -0
- package/dist/components/BlockchainSelector/BlockchainSelector.d.ts +14 -0
- package/dist/components/BlockchainSelector/BlockchainSelector.stories.d.ts +4 -0
- package/dist/components/BlockchainSelector/index.d.ts +1 -0
- package/dist/components/BlockchainsList/BlockchainsList.d.ts +7 -0
- package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts +4 -0
- package/dist/components/BlockchainsList/index.d.ts +1 -0
- package/dist/components/BlockchainsList/mockData.d.ts +2 -0
- package/dist/components/Button/Button.d.ts +17 -0
- package/dist/components/Button/Button.stories.d.ts +8 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +11 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +5 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Chip/Chip.d.ts +12 -0
- package/dist/components/Chip/Chip.stories.d.ts +6 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/ConnectWalletsModal/ConnectWallets.stories.d.ts +4 -0
- package/dist/components/ConnectWalletsModal/ConnectWalletsModal.d.ts +10 -0
- package/dist/components/ConnectWalletsModal/index.d.ts +1 -0
- package/dist/components/ConnectWalletsModal/mockData.d.ts +2 -0
- package/dist/components/Drawer/Drawer.d.ts +12 -0
- package/dist/components/Drawer/Drawer.stories.d.ts +7 -0
- package/dist/components/Drawer/index.d.ts +1 -0
- package/dist/components/Icon/AddCircleIcon.d.ts +3 -0
- package/dist/components/Icon/AddIcon.d.ts +3 -0
- package/dist/components/Icon/AddWalletIcon.d.ts +3 -0
- package/dist/components/Icon/AngleDownIcon.d.ts +3 -0
- package/dist/components/Icon/AngleLeftIcon.d.ts +3 -0
- package/dist/components/Icon/AngleRightIcon.d.ts +3 -0
- package/dist/components/Icon/AngleUpIcon.d.ts +3 -0
- package/dist/components/Icon/BagIcon.d.ts +3 -0
- package/dist/components/Icon/BanIcon.d.ts +3 -0
- package/dist/components/Icon/CheckCircleIcon.d.ts +3 -0
- package/dist/components/Icon/CheckIcon.d.ts +3 -0
- package/dist/components/Icon/CheckSquareIcon.d.ts +3 -0
- package/dist/components/Icon/CheckWalletIcon.d.ts +3 -0
- package/dist/components/Icon/CloseIcon.d.ts +1 -0
- package/dist/components/Icon/DeleteCircleIcon.d.ts +3 -0
- package/dist/components/Icon/DeleteWalletIcon.d.ts +3 -0
- package/dist/components/Icon/DownloadIcon.d.ts +3 -0
- package/dist/components/Icon/GasIcon.d.ts +3 -0
- package/dist/components/Icon/HistoryIcon.d.ts +3 -0
- package/dist/components/Icon/HorizontalSwapIcon.d.ts +3 -0
- package/dist/components/Icon/Icons.stories.d.ts +5 -0
- package/dist/components/Icon/InfoCircleIcon.d.ts +3 -0
- package/dist/components/Icon/MinusCircleIcon.d.ts +3 -0
- package/dist/components/Icon/RetryIcon.d.ts +3 -0
- package/dist/components/Icon/RetryLeftIcon.d.ts +3 -0
- package/dist/components/Icon/RetryRightIcon.d.ts +3 -0
- package/dist/components/Icon/SearchIcon.d.ts +3 -0
- package/dist/components/Icon/SearchMinusIcon.d.ts +3 -0
- package/dist/components/Icon/SettingIcon.d.ts +3 -0
- package/dist/components/Icon/SignatureIcon.d.ts +3 -0
- package/dist/components/Icon/SwapWalletIcon.d.ts +3 -0
- package/dist/components/Icon/TimeIcon.d.ts +3 -0
- package/dist/components/Icon/TrashIcon.d.ts +3 -0
- package/dist/components/Icon/TryAgainIcon.d.ts +3 -0
- package/dist/components/Icon/VerticalSwapIcon.d.ts +3 -0
- package/dist/components/Icon/WalletIconIcon.d.ts +3 -0
- package/dist/components/Icon/WarningIcon.d.ts +3 -0
- package/dist/components/Icon/common.d.ts +2 -0
- package/dist/components/Icon/index.d.ts +36 -0
- package/dist/components/Icon/types.d.ts +6 -0
- package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts +4 -0
- package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts +8 -0
- package/dist/components/LiquiditySourceList/index.d.ts +1 -0
- package/dist/components/LiquiditySourceList/mockData.d.ts +2 -0
- package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +11 -0
- package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +4 -0
- package/dist/components/LiquiditySourcesSelector/index.d.ts +1 -0
- package/dist/components/Modal/Modal.d.ts +11 -0
- package/dist/components/Modal/Modal.stories.d.ts +4 -0
- package/dist/components/Modal/index.d.ts +1 -0
- package/dist/components/Radio/Radio.d.ts +12 -0
- package/dist/components/Radio/Radio.stories.d.ts +4 -0
- package/dist/components/Radio/index.d.ts +1 -0
- package/dist/components/SecondaryPage/SecondaryPage.d.ts +18 -0
- package/dist/components/SecondaryPage/SecondaryPage.stories.d.ts +2 -0
- package/dist/components/SecondaryPage/index.d.ts +1 -0
- package/dist/components/SelectableWalletList/SelectableWalletList.d.ts +7 -0
- package/dist/components/SelectableWalletList/SelectableWalletList.stories.d.ts +5 -0
- package/dist/components/SelectableWalletList/index.d.ts +1 -0
- package/dist/components/SelectableWalletList/mock.d.ts +2 -0
- package/dist/components/Settings/Settings.d.ts +19 -0
- package/dist/components/Settings/Settings.stories.d.ts +4 -0
- package/dist/components/Settings/index.d.ts +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +5 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts +4 -0
- package/dist/components/Skeleton/index.d.ts +1 -0
- package/dist/components/Spacer/Spacer.d.ts +5 -0
- package/dist/components/Spacer/Spacer.stories.d.ts +4 -0
- package/dist/components/Spacer/index.d.ts +1 -0
- package/dist/components/Spinner/Spinner.d.ts +5 -0
- package/dist/components/Spinner/Spinner.stories.d.ts +4 -0
- package/dist/components/Spinner/index.d.ts +1 -0
- package/dist/components/StatusDrawer/StatusDrawer.d.ts +11 -0
- package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts +4 -0
- package/dist/components/StatusDrawer/index.d.ts +1 -0
- package/dist/components/StepDetail/StepDetail.d.ts +10 -0
- package/dist/components/StepDetail/StepDetail.stories.d.ts +5 -0
- package/dist/components/StepDetail/index.d.ts +1 -0
- package/dist/components/SwapContainer/SwapContainer.d.ts +6 -0
- package/dist/components/SwapContainer/SwapContainer.stories.d.ts +5 -0
- package/dist/components/SwapContainer/index.d.ts +1 -0
- package/dist/components/SwapDetail/SwapDetail.d.ts +8 -0
- package/dist/components/SwapDetail/SwapDetail.stories.d.ts +5 -0
- package/dist/components/SwapDetail/index.d.ts +1 -0
- package/dist/components/SwapDetail/mock.d.ts +2 -0
- package/dist/components/Switch/Switch.d.ts +5 -0
- package/dist/components/Switch/Switch.stories.d.ts +4 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/TextField/TextField.d.ts +10 -0
- package/dist/components/TextField/TextField.stories.d.ts +7 -0
- package/dist/components/TextField/index.d.ts +1 -0
- package/dist/components/TokenList/TokenList.d.ts +14 -0
- package/dist/components/TokenList/TokenList.stories.d.ts +4 -0
- package/dist/components/TokenList/index.d.ts +1 -0
- package/dist/components/TokenList/mockData.d.ts +2 -0
- package/dist/components/TokenSelector/TokenSelector.d.ts +10 -0
- package/dist/components/TokenSelector/TokenSelector.stories.d.ts +4 -0
- package/dist/components/TokenSelector/index.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +7 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/Typography/Typography.d.ts +14 -0
- package/dist/components/Typography/Typography.stories.d.ts +5 -0
- package/dist/components/Typography/index.d.ts +1 -0
- package/dist/components/VirtualizedList/VirtualizedList.d.ts +18 -0
- package/dist/components/Wallet/State.d.ts +6 -0
- package/dist/components/Wallet/Wallet.d.ts +6 -0
- package/dist/components/Wallet/Wallet.stories.d.ts +4 -0
- package/dist/components/Wallet/index.d.ts +1 -0
- package/dist/components/common/FilledCircle.d.ts +1 -0
- package/dist/components/common/index.d.ts +1 -0
- package/dist/components/index.d.ts +24 -0
- package/dist/containers/ConfirmSwap/ConfirmSwap.d.ts +23 -0
- package/dist/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +5 -0
- package/dist/containers/ConfirmSwap/index.d.ts +1 -0
- package/dist/containers/ConfirmSwap/mock.d.ts +2 -0
- package/dist/containers/ConfirmWallets/ConfirmWallets.d.ts +14 -0
- package/dist/containers/ConfirmWallets/ConfirmWallets.stories.d.ts +6 -0
- package/dist/containers/ConfirmWallets/index.d.ts +1 -0
- package/dist/containers/ConfirmWallets/mock.d.ts +5 -0
- package/dist/containers/ConfirmWallets/types.d.ts +8 -0
- package/dist/containers/History/History.d.ts +8 -0
- package/dist/containers/History/History.stories.d.ts +5 -0
- package/dist/containers/History/index.d.ts +1 -0
- package/dist/containers/History/mock.d.ts +2 -0
- package/dist/containers/History/types.d.ts +59 -0
- package/dist/containers/SwapHistory/SwapHistory.d.ts +7 -0
- package/dist/containers/SwapHistory/SwapHistory.stories.d.ts +4 -0
- package/dist/containers/SwapHistory/index.d.ts +1 -0
- package/dist/containers/SwapHistory/mock.d.ts +2 -0
- package/dist/containers/index.d.ts +4 -0
- package/dist/helper/index.d.ts +6 -0
- package/dist/helper/swaps.d.ts +5 -0
- package/dist/helpers.d.ts +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +8 -0
- package/dist/theme.d.ts +8 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/meta.d.ts +22 -0
- package/dist/types/swaps.d.ts +22 -0
- package/dist/types/wallet.d.ts +14 -0
- package/dist/ui.cjs.development.js +4103 -0
- package/dist/ui.cjs.development.js.map +1 -0
- package/dist/ui.cjs.production.min.js +2 -0
- package/dist/ui.cjs.production.min.js.map +1 -0
- package/dist/ui.esm.js +4028 -0
- package/dist/ui.esm.js.map +1 -0
- package/package.json +89 -0
- package/src/components/Alert/Alert.stories.tsx +22 -0
- package/src/components/Alert/Alert.tsx +78 -0
- package/src/components/Alert/index.ts +1 -0
- package/src/components/BestRoute/BestRoute.stories.tsx +31 -0
- package/src/components/BestRoute/BestRoute.tsx +189 -0
- package/src/components/BestRoute/index.ts +1 -0
- package/src/components/BestRoute/mock.ts +544 -0
- package/src/components/BlockchainSelector/BlockchainSelector.stories.tsx +25 -0
- package/src/components/BlockchainSelector/BlockchainSelector.tsx +93 -0
- package/src/components/BlockchainSelector/index.ts +1 -0
- package/src/components/BlockchainsList/BlockchainsList.stories.tsx +25 -0
- package/src/components/BlockchainsList/BlockchainsList.tsx +60 -0
- package/src/components/BlockchainsList/index.ts +1 -0
- package/src/components/BlockchainsList/mockData.ts +2972 -0
- package/src/components/Button/Button.stories.tsx +59 -0
- package/src/components/Button/Button.tsx +407 -0
- package/src/components/Button/index.ts +1 -0
- package/src/components/Checkbox/Checkbox.stories.tsx +22 -0
- package/src/components/Checkbox/Checkbox.tsx +54 -0
- package/src/components/Checkbox/index.ts +1 -0
- package/src/components/Chip/Chip.stories.tsx +37 -0
- package/src/components/Chip/Chip.tsx +45 -0
- package/src/components/Chip/index.ts +1 -0
- package/src/components/ConnectWalletsModal/ConnectWallets.stories.tsx +13 -0
- package/src/components/ConnectWalletsModal/ConnectWalletsModal.tsx +42 -0
- package/src/components/ConnectWalletsModal/index.ts +1 -0
- package/src/components/ConnectWalletsModal/mockData.ts +118 -0
- package/src/components/Drawer/Drawer.stories.tsx +86 -0
- package/src/components/Drawer/Drawer.tsx +128 -0
- package/src/components/Drawer/index.ts +1 -0
- package/src/components/Icon/AddCircleIcon.tsx +29 -0
- package/src/components/Icon/AddIcon.tsx +28 -0
- package/src/components/Icon/AddWalletIcon.tsx +48 -0
- package/src/components/Icon/AngleDownIcon.tsx +30 -0
- package/src/components/Icon/AngleLeftIcon.tsx +31 -0
- package/src/components/Icon/AngleRightIcon.tsx +30 -0
- package/src/components/Icon/AngleUpIcon.tsx +30 -0
- package/src/components/Icon/BagIcon.tsx +37 -0
- package/src/components/Icon/BanIcon.tsx +30 -0
- package/src/components/Icon/CheckCircleIcon.tsx +37 -0
- package/src/components/Icon/CheckIcon.tsx +28 -0
- package/src/components/Icon/CheckSquareIcon.tsx +35 -0
- package/src/components/Icon/CheckWalletIcon.tsx +43 -0
- package/src/components/Icon/CloseIcon.tsx +9 -0
- package/src/components/Icon/DeleteCircleIcon.tsx +29 -0
- package/src/components/Icon/DeleteWalletIcon.tsx +48 -0
- package/src/components/Icon/DownloadIcon.tsx +35 -0
- package/src/components/Icon/GasIcon.tsx +35 -0
- package/src/components/Icon/HistoryIcon.tsx +38 -0
- package/src/components/Icon/HorizontalSwapIcon.tsx +36 -0
- package/src/components/Icon/Icons.stories.tsx +44 -0
- package/src/components/Icon/InfoCircleIcon.tsx +37 -0
- package/src/components/Icon/MinusCircleIcon.tsx +29 -0
- package/src/components/Icon/RetryIcon.tsx +30 -0
- package/src/components/Icon/RetryLeftIcon.tsx +29 -0
- package/src/components/Icon/RetryRightIcon.tsx +29 -0
- package/src/components/Icon/SearchIcon.tsx +29 -0
- package/src/components/Icon/SearchMinusIcon.tsx +29 -0
- package/src/components/Icon/SettingIcon.tsx +37 -0
- package/src/components/Icon/SignatureIcon.tsx +30 -0
- package/src/components/Icon/SwapWalletIcon.tsx +48 -0
- package/src/components/Icon/TimeIcon.tsx +29 -0
- package/src/components/Icon/TrashIcon.tsx +29 -0
- package/src/components/Icon/TryAgainIcon.tsx +29 -0
- package/src/components/Icon/VerticalSwapIcon.tsx +36 -0
- package/src/components/Icon/WalletIconIcon.tsx +38 -0
- package/src/components/Icon/WarningIcon.tsx +35 -0
- package/src/components/Icon/common.ts +69 -0
- package/src/components/Icon/index.ts +44 -0
- package/src/components/Icon/types.tsx +44 -0
- package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +13 -0
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +114 -0
- package/src/components/LiquiditySourceList/index.ts +1 -0
- package/src/components/LiquiditySourceList/mockData.ts +316 -0
- package/src/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +16 -0
- package/src/components/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +55 -0
- package/src/components/LiquiditySourcesSelector/index.ts +1 -0
- package/src/components/Modal/Modal.stories.tsx +22 -0
- package/src/components/Modal/Modal.tsx +76 -0
- package/src/components/Modal/index.ts +1 -0
- package/src/components/Radio/Radio.stories.tsx +23 -0
- package/src/components/Radio/Radio.tsx +95 -0
- package/src/components/Radio/index.ts +1 -0
- package/src/components/SecondaryPage/SecondaryPage.stories.tsx +7 -0
- package/src/components/SecondaryPage/SecondaryPage.tsx +95 -0
- package/src/components/SecondaryPage/index.ts +1 -0
- package/src/components/SelectableWalletList/SelectableWalletList.stories.tsx +14 -0
- package/src/components/SelectableWalletList/SelectableWalletList.tsx +113 -0
- package/src/components/SelectableWalletList/index.ts +1 -0
- package/src/components/SelectableWalletList/mock.ts +12 -0
- package/src/components/Settings/Settings.stories.tsx +34 -0
- package/src/components/Settings/Settings.tsx +160 -0
- package/src/components/Settings/index.ts +1 -0
- package/src/components/Skeleton/Skeleton.stories.tsx +24 -0
- package/src/components/Skeleton/Skeleton.tsx +66 -0
- package/src/components/Skeleton/index.ts +1 -0
- package/src/components/Spacer/Spacer.stories.tsx +18 -0
- package/src/components/Spacer/Spacer.tsx +98 -0
- package/src/components/Spacer/index.ts +1 -0
- package/src/components/Spinner/Spinner.stories.tsx +25 -0
- package/src/components/Spinner/Spinner.tsx +61 -0
- package/src/components/Spinner/index.ts +1 -0
- package/src/components/StatusDrawer/StatusDrawer.stories.tsx +38 -0
- package/src/components/StatusDrawer/StatusDrawer.tsx +81 -0
- package/src/components/StatusDrawer/index.ts +1 -0
- package/src/components/StepDetail/StepDetail.stories.tsx +37 -0
- package/src/components/StepDetail/StepDetail.tsx +97 -0
- package/src/components/StepDetail/index.ts +1 -0
- package/src/components/SwapContainer/SwapContainer.stories.tsx +13 -0
- package/src/components/SwapContainer/SwapContainer.tsx +35 -0
- package/src/components/SwapContainer/index.ts +1 -0
- package/src/components/SwapDetail/SwapDetail.stories.tsx +19 -0
- package/src/components/SwapDetail/SwapDetail.tsx +150 -0
- package/src/components/SwapDetail/index.ts +1 -0
- package/src/components/SwapDetail/mock.ts +275 -0
- package/src/components/Switch/Switch.stories.tsx +9 -0
- package/src/components/Switch/Switch.tsx +52 -0
- package/src/components/Switch/index.ts +1 -0
- package/src/components/TextField/TextField.stories.tsx +31 -0
- package/src/components/TextField/TextField.tsx +129 -0
- package/src/components/TextField/index.ts +1 -0
- package/src/components/TokenList/TokenList.stories.tsx +18 -0
- package/src/components/TokenList/TokenList.tsx +180 -0
- package/src/components/TokenList/index.ts +1 -0
- package/src/components/TokenList/mockData.ts +1721 -0
- package/src/components/TokenSelector/TokenSelector.stories.tsx +18 -0
- package/src/components/TokenSelector/TokenSelector.tsx +35 -0
- package/src/components/TokenSelector/index.ts +1 -0
- package/src/components/Tooltip/Tooltip.stories.tsx +52 -0
- package/src/components/Tooltip/Tooltip.tsx +110 -0
- package/src/components/Tooltip/index.ts +1 -0
- package/src/components/Typography/Typography.stories.tsx +68 -0
- package/src/components/Typography/Typography.tsx +199 -0
- package/src/components/Typography/index.ts +1 -0
- package/src/components/VirtualizedList/VirtualizedList.tsx +78 -0
- package/src/components/Wallet/State.tsx +36 -0
- package/src/components/Wallet/Wallet.stories.tsx +36 -0
- package/src/components/Wallet/Wallet.tsx +42 -0
- package/src/components/Wallet/index.ts +1 -0
- package/src/components/common/FilledCircle.tsx +8 -0
- package/src/components/common/index.ts +1 -0
- package/src/components/index.ts +24 -0
- package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +13 -0
- package/src/containers/ConfirmSwap/ConfirmSwap.tsx +154 -0
- package/src/containers/ConfirmSwap/index.ts +1 -0
- package/src/containers/ConfirmSwap/mock.ts +146 -0
- package/src/containers/ConfirmWallets/ConfirmWallets.stories.tsx +26 -0
- package/src/containers/ConfirmWallets/ConfirmWallets.tsx +98 -0
- package/src/containers/ConfirmWallets/index.ts +1 -0
- package/src/containers/ConfirmWallets/mock.ts +222 -0
- package/src/containers/ConfirmWallets/types.ts +9 -0
- package/src/containers/History/History.stories.tsx +14 -0
- package/src/containers/History/History.tsx +93 -0
- package/src/containers/History/index.ts +1 -0
- package/src/containers/History/mock.ts +825 -0
- package/src/containers/History/types.tsx +66 -0
- package/src/containers/SwapHistory/SwapHistory.stories.tsx +13 -0
- package/src/containers/SwapHistory/SwapHistory.tsx +165 -0
- package/src/containers/SwapHistory/index.ts +1 -0
- package/src/containers/SwapHistory/mock.ts +275 -0
- package/src/containers/index.ts +4 -0
- package/src/helper/index.ts +23 -0
- package/src/helper/swaps.ts +23 -0
- package/src/helpers.ts +2 -0
- package/src/index.ts +4 -0
- package/src/theme.ts +161 -0
- package/src/types/index.ts +1 -0
- package/src/types/meta.ts +20 -0
- package/src/types/swaps.tsx +36 -0
- package/src/types/wallet.ts +20 -0
|
@@ -0,0 +1,544 @@
|
|
|
1
|
+
import { RoutingResultType } from 'rango-sdk';
|
|
2
|
+
import { BestRouteType } from '../../types/swaps';
|
|
3
|
+
|
|
4
|
+
export const bestRoute: BestRouteType = {
|
|
5
|
+
from: { blockchain: 'BSC', symbol: 'BNB', address: null },
|
|
6
|
+
to: { blockchain: 'AVAX_CCHAIN', symbol: 'AVAX', address: null },
|
|
7
|
+
requestAmount: '0.3',
|
|
8
|
+
requestId: '228529e3-27d7-4fa9-ab84-bb2b90eade6f',
|
|
9
|
+
result: {
|
|
10
|
+
resultType: RoutingResultType.OK,
|
|
11
|
+
outputAmount: '5.685715974132648891',
|
|
12
|
+
swaps: [
|
|
13
|
+
{
|
|
14
|
+
swapperId: 'AnySwap Aggregator',
|
|
15
|
+
swapperType: 'AGGREGATOR',
|
|
16
|
+
swapperLogo: 'https://api.rango.exchange/swappers/multichain.png',
|
|
17
|
+
maxRequiredSign: 1,
|
|
18
|
+
warnings: [],
|
|
19
|
+
from: {
|
|
20
|
+
symbol: 'BNB',
|
|
21
|
+
logo: 'https://api.rango.exchange/i/Y3v1KW',
|
|
22
|
+
blockchainLogo: 'https://api.rango.exchange/blockchains/binance.svg',
|
|
23
|
+
|
|
24
|
+
address: null,
|
|
25
|
+
blockchain: 'BSC',
|
|
26
|
+
decimals: 18,
|
|
27
|
+
usdPrice: 279.2738558274085,
|
|
28
|
+
},
|
|
29
|
+
to: {
|
|
30
|
+
symbol: 'WETH.E',
|
|
31
|
+
logo: 'https://api.rango.exchange/i/j9xgdC',
|
|
32
|
+
blockchainLogo:
|
|
33
|
+
'https://api.rango.exchange/blockchains/avax_cchain.svg',
|
|
34
|
+
|
|
35
|
+
address: '0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab',
|
|
36
|
+
blockchain: 'AVAX_CCHAIN',
|
|
37
|
+
decimals: 18,
|
|
38
|
+
usdPrice: 1329.24,
|
|
39
|
+
},
|
|
40
|
+
fromAmount: '0.300000000000000000',
|
|
41
|
+
fromAmountPrecision: null,
|
|
42
|
+
fromAmountMinValue: '0.047579322466294684272760',
|
|
43
|
+
fromAmountMaxValue: '79302.26195302606417382090',
|
|
44
|
+
fromAmountRestrictionType: 'INCLUSIVE',
|
|
45
|
+
toAmount: '0.062064305934309070',
|
|
46
|
+
fee: [
|
|
47
|
+
{
|
|
48
|
+
asset: {
|
|
49
|
+
blockchain: 'BSC',
|
|
50
|
+
symbol: 'BNB',
|
|
51
|
+
address: null,
|
|
52
|
+
},
|
|
53
|
+
expenseType: 'FROM_SOURCE_WALLET',
|
|
54
|
+
amount: '0.001388002000000000',
|
|
55
|
+
name: 'Network Fee',
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
estimatedTimeInSeconds: 300,
|
|
59
|
+
swapChainType: 'INTRA_CHAIN',
|
|
60
|
+
routes: null,
|
|
61
|
+
recommendedSlippage: null,
|
|
62
|
+
timeStat: { min: 162, avg: 260, max: 467 },
|
|
63
|
+
includesDestinationTx: false,
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
swapperId: 'PangolinSwap',
|
|
67
|
+
swapperLogo: 'https://api.rango.exchange/swappers/pangolin.png',
|
|
68
|
+
swapperType: 'DEX',
|
|
69
|
+
maxRequiredSign: 1,
|
|
70
|
+
warnings: [],
|
|
71
|
+
from: {
|
|
72
|
+
symbol: 'WETH.E',
|
|
73
|
+
logo: 'https://api.rango.exchange/i/j9xgdC',
|
|
74
|
+
address: '0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab',
|
|
75
|
+
blockchain: 'AVAX_CCHAIN',
|
|
76
|
+
decimals: 18,
|
|
77
|
+
usdPrice: 1329.24,
|
|
78
|
+
blockchainLogo:
|
|
79
|
+
'https://api.rango.exchange/blockchains/avax_cchain.svg',
|
|
80
|
+
},
|
|
81
|
+
to: {
|
|
82
|
+
symbol: 'AVAX',
|
|
83
|
+
logo: 'https://api.rango.exchange/i/kX4edQ',
|
|
84
|
+
address: null,
|
|
85
|
+
blockchain: 'AVAX_CCHAIN',
|
|
86
|
+
decimals: 18,
|
|
87
|
+
usdPrice: 12.5,
|
|
88
|
+
blockchainLogo:
|
|
89
|
+
'https://api.rango.exchange/blockchains/avax_cchain.svg',
|
|
90
|
+
},
|
|
91
|
+
fromAmount: '0.062064305934309070',
|
|
92
|
+
fromAmountPrecision: null,
|
|
93
|
+
fromAmountMinValue: null,
|
|
94
|
+
fromAmountMaxValue: null,
|
|
95
|
+
fromAmountRestrictionType: 'EXCLUSIVE',
|
|
96
|
+
toAmount: '5.685715974132648891',
|
|
97
|
+
fee: [
|
|
98
|
+
{
|
|
99
|
+
asset: {
|
|
100
|
+
blockchain: 'AVAX_CCHAIN',
|
|
101
|
+
symbol: 'WETH.E',
|
|
102
|
+
address: '0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab',
|
|
103
|
+
},
|
|
104
|
+
expenseType: 'DECREASE_FROM_OUTPUT',
|
|
105
|
+
name: 'Network Fee',
|
|
106
|
+
amount:
|
|
107
|
+
'0.00018619291780292721387591870688029381530892436558133340440690517425537109375',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
asset: { blockchain: 'AVAX_CCHAIN', symbol: 'AVAX', address: null },
|
|
111
|
+
expenseType: 'FROM_SOURCE_WALLET',
|
|
112
|
+
name: 'Network Fee',
|
|
113
|
+
amount: '0.005370022532678750',
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
estimatedTimeInSeconds: 45,
|
|
117
|
+
swapChainType: 'INTER_CHAIN',
|
|
118
|
+
routes: [
|
|
119
|
+
{
|
|
120
|
+
nodes: [
|
|
121
|
+
{
|
|
122
|
+
nodes: [
|
|
123
|
+
{
|
|
124
|
+
marketName: 'PangolinSwap',
|
|
125
|
+
marketId: 'PangolinSwap',
|
|
126
|
+
percent: 1.0,
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
from: 'WETH.e',
|
|
130
|
+
fromLogo: '',
|
|
131
|
+
fromAddress: '0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab',
|
|
132
|
+
fromBlockchain: 'AVAX_CCHAIN',
|
|
133
|
+
to: 'WAVAX',
|
|
134
|
+
toLogo: '',
|
|
135
|
+
toAddress: '0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7',
|
|
136
|
+
toBlockchain: 'AVAX_CCHAIN',
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
},
|
|
140
|
+
],
|
|
141
|
+
recommendedSlippage: null,
|
|
142
|
+
timeStat: { min: 6, avg: 39, max: 317 },
|
|
143
|
+
includesDestinationTx: false,
|
|
144
|
+
},
|
|
145
|
+
],
|
|
146
|
+
},
|
|
147
|
+
validationStatus: null,
|
|
148
|
+
missingBlockchains: [],
|
|
149
|
+
diagnosisMessages: [],
|
|
150
|
+
processingLimitReached: false,
|
|
151
|
+
walletNotSupportingFromBlockchain: false,
|
|
152
|
+
};
|
|
153
|
+
export const bestRouteExample2: BestRouteType = {
|
|
154
|
+
from: {
|
|
155
|
+
blockchain: 'BSC',
|
|
156
|
+
symbol: 'USDC',
|
|
157
|
+
address: '0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d',
|
|
158
|
+
},
|
|
159
|
+
to: { blockchain: 'AKASH', symbol: 'AKT', address: null },
|
|
160
|
+
requestAmount: '10',
|
|
161
|
+
requestId: '56a3f944-02ec-4011-b3c6-6c76c3ad049b',
|
|
162
|
+
result: {
|
|
163
|
+
resultType: RoutingResultType.OK,
|
|
164
|
+
outputAmount: '30.983906',
|
|
165
|
+
swaps: [
|
|
166
|
+
{
|
|
167
|
+
maxRequiredSign: 1,
|
|
168
|
+
warnings: [],
|
|
169
|
+
swapperId: 'ParaSwap Bsc',
|
|
170
|
+
swapperType: 'DEX',
|
|
171
|
+
swapperLogo: 'https://api.rango.exchange/swappers/para-swap.png',
|
|
172
|
+
|
|
173
|
+
from: {
|
|
174
|
+
symbol: 'USDC',
|
|
175
|
+
blockchainLogo: 'https://api.rango.exchange/blockchains/binance.svg',
|
|
176
|
+
|
|
177
|
+
logo: 'https://api.rango.exchange/i/toXKGV',
|
|
178
|
+
address: '0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d',
|
|
179
|
+
blockchain: 'BSC',
|
|
180
|
+
decimals: 18,
|
|
181
|
+
usdPrice: 1.0,
|
|
182
|
+
},
|
|
183
|
+
to: {
|
|
184
|
+
symbol: 'AXLUSDC',
|
|
185
|
+
blockchainLogo: 'https://api.rango.exchange/blockchains/binance.svg',
|
|
186
|
+
logo: 'https://api.rango.exchange/tokens/COSMOS/AXLUSDC.png',
|
|
187
|
+
address: '0x4268b8f0b87b6eae5d897996e6b845ddbd99adf3',
|
|
188
|
+
blockchain: 'BSC',
|
|
189
|
+
decimals: 6,
|
|
190
|
+
usdPrice: 1.0,
|
|
191
|
+
},
|
|
192
|
+
fromAmount: '10.000000000000000000',
|
|
193
|
+
fromAmountPrecision: null,
|
|
194
|
+
fromAmountMinValue: null,
|
|
195
|
+
fromAmountMaxValue: null,
|
|
196
|
+
fromAmountRestrictionType: 'EXCLUSIVE',
|
|
197
|
+
toAmount: '9.957577',
|
|
198
|
+
fee: [
|
|
199
|
+
{
|
|
200
|
+
asset: { blockchain: 'BSC', symbol: 'BNB', address: null },
|
|
201
|
+
expenseType: 'FROM_SOURCE_WALLET',
|
|
202
|
+
amount: '0.002179644500000000',
|
|
203
|
+
name: 'Network Fee',
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
asset: {
|
|
207
|
+
blockchain: 'BSC',
|
|
208
|
+
symbol: 'AXLUSDC',
|
|
209
|
+
address: '0x4268b8f0b87b6eae5d897996e6b845ddbd99adf3',
|
|
210
|
+
},
|
|
211
|
+
expenseType: 'DECREASE_FROM_OUTPUT',
|
|
212
|
+
amount: '0.004978',
|
|
213
|
+
name: 'Network Fee',
|
|
214
|
+
},
|
|
215
|
+
],
|
|
216
|
+
estimatedTimeInSeconds: 60,
|
|
217
|
+
swapChainType: 'INTER_CHAIN',
|
|
218
|
+
routes: [
|
|
219
|
+
{
|
|
220
|
+
nodes: [
|
|
221
|
+
{
|
|
222
|
+
nodes: [
|
|
223
|
+
{
|
|
224
|
+
marketName: 'PancakeSwap',
|
|
225
|
+
marketId: 'PancakeSwap',
|
|
226
|
+
percent: 1.0,
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
from: 'USDC',
|
|
230
|
+
fromLogo:
|
|
231
|
+
'https://tokens.pancakeswap.finance/images/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d.png',
|
|
232
|
+
fromAddress: '0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d',
|
|
233
|
+
fromBlockchain: 'BSC',
|
|
234
|
+
to: 'BUSD',
|
|
235
|
+
toLogo:
|
|
236
|
+
'https://tokens.pancakeswap.finance/images/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56.png',
|
|
237
|
+
toAddress: '0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56',
|
|
238
|
+
toBlockchain: 'BSC',
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
nodes: [
|
|
242
|
+
{
|
|
243
|
+
marketName: 'Ellipsis',
|
|
244
|
+
marketId: 'Ellipsis',
|
|
245
|
+
percent: 1.0,
|
|
246
|
+
},
|
|
247
|
+
],
|
|
248
|
+
from: 'BUSD',
|
|
249
|
+
fromLogo:
|
|
250
|
+
'https://tokens.pancakeswap.finance/images/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56.png',
|
|
251
|
+
fromAddress: '0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56',
|
|
252
|
+
fromBlockchain: 'BSC',
|
|
253
|
+
to: 'axlUSDC',
|
|
254
|
+
toLogo: 'https://api.rango.exchange/tokens/COSMOS/AXLUSDC.png',
|
|
255
|
+
toAddress: '0x4268b8f0b87b6eae5d897996e6b845ddbd99adf3',
|
|
256
|
+
toBlockchain: 'BSC',
|
|
257
|
+
},
|
|
258
|
+
],
|
|
259
|
+
},
|
|
260
|
+
],
|
|
261
|
+
recommendedSlippage: null,
|
|
262
|
+
timeStat: { min: 6, avg: 52, max: 183 },
|
|
263
|
+
includesDestinationTx: false,
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
maxRequiredSign: 1,
|
|
267
|
+
warnings: [],
|
|
268
|
+
swapperId: 'Satellite',
|
|
269
|
+
swapperType: 'BRIDGE',
|
|
270
|
+
swapperLogo: 'https://api.rango.exchange/swappers/satellite.png',
|
|
271
|
+
from: {
|
|
272
|
+
symbol: 'AXLUSDC',
|
|
273
|
+
blockchainLogo: 'https://api.rango.exchange/blockchains/binance.svg',
|
|
274
|
+
logo: 'https://api.rango.exchange/tokens/COSMOS/AXLUSDC.png',
|
|
275
|
+
address: '0x4268b8f0b87b6eae5d897996e6b845ddbd99adf3',
|
|
276
|
+
blockchain: 'BSC',
|
|
277
|
+
decimals: 6,
|
|
278
|
+
usdPrice: 1.0,
|
|
279
|
+
},
|
|
280
|
+
to: {
|
|
281
|
+
symbol: 'USDC',
|
|
282
|
+
blockchainLogo: 'https://api.rango.exchange/swappers/osmosis.png',
|
|
283
|
+
logo: 'https://api.rango.exchange/tokens/COSMOS/USDC.png',
|
|
284
|
+
address:
|
|
285
|
+
'ibc/d189335c6e4a68b513c10ab227bf1c1d38c746766278ba3eeb4fb14124f1d858',
|
|
286
|
+
blockchain: 'OSMOSIS',
|
|
287
|
+
decimals: 6,
|
|
288
|
+
usdPrice: 1.0000000008037055,
|
|
289
|
+
},
|
|
290
|
+
fromAmount: '9.957577',
|
|
291
|
+
fromAmountPrecision: null,
|
|
292
|
+
fromAmountMinValue: null,
|
|
293
|
+
fromAmountMaxValue: null,
|
|
294
|
+
fromAmountRestrictionType: 'EXCLUSIVE',
|
|
295
|
+
toAmount: '8.357577',
|
|
296
|
+
fee: [
|
|
297
|
+
{
|
|
298
|
+
asset: { blockchain: 'BSC', symbol: 'BNB', address: null },
|
|
299
|
+
expenseType: 'FROM_SOURCE_WALLET',
|
|
300
|
+
amount:
|
|
301
|
+
'0.0003850000000000000239784127112452447212753714467226018314249813556671142578125000000000000',
|
|
302
|
+
name: 'Network Fee',
|
|
303
|
+
},
|
|
304
|
+
],
|
|
305
|
+
estimatedTimeInSeconds: 360,
|
|
306
|
+
swapChainType: 'INTER_CHAIN',
|
|
307
|
+
routes: null,
|
|
308
|
+
recommendedSlippage: null,
|
|
309
|
+
timeStat: { min: 9, avg: 339, max: 1138 },
|
|
310
|
+
includesDestinationTx: false,
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
maxRequiredSign: 1,
|
|
314
|
+
warnings: [],
|
|
315
|
+
swapperId: 'Osmosis',
|
|
316
|
+
swapperType: 'DEX',
|
|
317
|
+
swapperLogo: 'https://api.rango.exchange/swappers/osmosis.png',
|
|
318
|
+
from: {
|
|
319
|
+
symbol: 'USDC',
|
|
320
|
+
logo: 'https://api.rango.exchange/tokens/COSMOS/USDC.png',
|
|
321
|
+
blockchainLogo: 'https://api.rango.exchange/swappers/osmosis.png',
|
|
322
|
+
address:
|
|
323
|
+
'ibc/d189335c6e4a68b513c10ab227bf1c1d38c746766278ba3eeb4fb14124f1d858',
|
|
324
|
+
blockchain: 'OSMOSIS',
|
|
325
|
+
decimals: 6,
|
|
326
|
+
usdPrice: 1.0000000008037055,
|
|
327
|
+
},
|
|
328
|
+
to: {
|
|
329
|
+
symbol: 'AKT',
|
|
330
|
+
logo: 'https://api.rango.exchange/tokens/COSMOS/AKT.png',
|
|
331
|
+
blockchainLogo: 'https://api.rango.exchange/swappers/osmosis.png',
|
|
332
|
+
address:
|
|
333
|
+
'ibc/1480b8fd20ad5fcae81ea87584d269547dd4d436843c1d20f15e00eb64743ef4',
|
|
334
|
+
blockchain: 'OSMOSIS',
|
|
335
|
+
decimals: 6,
|
|
336
|
+
usdPrice: 0.2688829083335616,
|
|
337
|
+
},
|
|
338
|
+
fromAmount: '8.357577',
|
|
339
|
+
fromAmountPrecision: null,
|
|
340
|
+
fromAmountMinValue: null,
|
|
341
|
+
fromAmountMaxValue: null,
|
|
342
|
+
fromAmountRestrictionType: 'EXCLUSIVE',
|
|
343
|
+
toAmount: '30.983906',
|
|
344
|
+
fee: [
|
|
345
|
+
{
|
|
346
|
+
asset: { blockchain: 'OSMOSIS', symbol: 'OSMO', address: null },
|
|
347
|
+
expenseType: 'FROM_SOURCE_WALLET',
|
|
348
|
+
amount: '0',
|
|
349
|
+
name: 'Network Fee',
|
|
350
|
+
},
|
|
351
|
+
],
|
|
352
|
+
estimatedTimeInSeconds: 45,
|
|
353
|
+
swapChainType: 'INTRA_CHAIN',
|
|
354
|
+
routes: [
|
|
355
|
+
{
|
|
356
|
+
nodes: [
|
|
357
|
+
{
|
|
358
|
+
nodes: [
|
|
359
|
+
{ marketName: 'pool#875', marketId: null, percent: 1.0 },
|
|
360
|
+
],
|
|
361
|
+
from: 'USDC',
|
|
362
|
+
fromLogo: 'https://api.rango.exchange/tokens/COSMOS/USDC.png',
|
|
363
|
+
fromAddress:
|
|
364
|
+
'ibc/d189335c6e4a68b513c10ab227bf1c1d38c746766278ba3eeb4fb14124f1d858',
|
|
365
|
+
fromBlockchain: 'OSMOSIS',
|
|
366
|
+
to: 'ACRE',
|
|
367
|
+
toLogo: 'https://api.rango.exchange/tokens/COSMOS/ACRE.png',
|
|
368
|
+
toAddress:
|
|
369
|
+
'ibc/bb936517f7e5d77a63e0adb05217a6608b0c4cf8fba7ea2f4bae4107a7238f06',
|
|
370
|
+
toBlockchain: 'OSMOSIS',
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
nodes: [
|
|
374
|
+
{ marketName: 'pool#858', marketId: null, percent: 1.0 },
|
|
375
|
+
],
|
|
376
|
+
from: 'ACRE',
|
|
377
|
+
fromLogo: 'https://api.rango.exchange/tokens/COSMOS/ACRE.png',
|
|
378
|
+
fromAddress:
|
|
379
|
+
'ibc/bb936517f7e5d77a63e0adb05217a6608b0c4cf8fba7ea2f4bae4107a7238f06',
|
|
380
|
+
fromBlockchain: 'OSMOSIS',
|
|
381
|
+
to: 'OSMO',
|
|
382
|
+
toLogo: 'https://api.rango.exchange/tokens/COSMOS/OSMO.png',
|
|
383
|
+
toAddress: null,
|
|
384
|
+
toBlockchain: 'OSMOSIS',
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
nodes: [{ marketName: 'pool#3', marketId: null, percent: 1.0 }],
|
|
388
|
+
from: 'OSMO',
|
|
389
|
+
fromLogo: 'https://api.rango.exchange/tokens/COSMOS/OSMO.png',
|
|
390
|
+
fromAddress: null,
|
|
391
|
+
fromBlockchain: 'OSMOSIS',
|
|
392
|
+
to: 'AKT',
|
|
393
|
+
toLogo: 'https://api.rango.exchange/tokens/COSMOS/AKT.png',
|
|
394
|
+
toAddress:
|
|
395
|
+
'ibc/1480b8fd20ad5fcae81ea87584d269547dd4d436843c1d20f15e00eb64743ef4',
|
|
396
|
+
toBlockchain: 'OSMOSIS',
|
|
397
|
+
},
|
|
398
|
+
],
|
|
399
|
+
},
|
|
400
|
+
],
|
|
401
|
+
recommendedSlippage: null,
|
|
402
|
+
timeStat: { min: 7, avg: 38, max: 187 },
|
|
403
|
+
includesDestinationTx: false,
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
maxRequiredSign: 1,
|
|
407
|
+
warnings: [],
|
|
408
|
+
swapperId: 'Osmosis',
|
|
409
|
+
swapperType: 'BRIDGE',
|
|
410
|
+
swapperLogo: 'https://api.rango.exchange/swappers/osmosis.png',
|
|
411
|
+
from: {
|
|
412
|
+
symbol: 'AKT',
|
|
413
|
+
logo: 'https://api.rango.exchange/tokens/COSMOS/AKT.png',
|
|
414
|
+
blockchainLogo: 'https://api.rango.exchange/swappers/osmosis.png',
|
|
415
|
+
address:
|
|
416
|
+
'ibc/1480b8fd20ad5fcae81ea87584d269547dd4d436843c1d20f15e00eb64743ef4',
|
|
417
|
+
blockchain: 'OSMOSIS',
|
|
418
|
+
decimals: 6,
|
|
419
|
+
usdPrice: 0.2688829083335616,
|
|
420
|
+
},
|
|
421
|
+
to: {
|
|
422
|
+
symbol: 'AKT',
|
|
423
|
+
logo: 'https://api.rango.exchange/i/3MAS1e',
|
|
424
|
+
blockchainLogo: 'https://api.rango.exchange/swappers/osmosis.png',
|
|
425
|
+
address: null,
|
|
426
|
+
blockchain: 'AKASH',
|
|
427
|
+
decimals: 6,
|
|
428
|
+
usdPrice: 0.2672300245136459,
|
|
429
|
+
},
|
|
430
|
+
fromAmount: '30.983906',
|
|
431
|
+
fromAmountPrecision: null,
|
|
432
|
+
fromAmountMinValue: null,
|
|
433
|
+
fromAmountMaxValue: null,
|
|
434
|
+
fromAmountRestrictionType: 'EXCLUSIVE',
|
|
435
|
+
toAmount: '30.983906',
|
|
436
|
+
fee: [
|
|
437
|
+
{
|
|
438
|
+
asset: { blockchain: 'OSMOSIS', symbol: 'OSMO', address: null },
|
|
439
|
+
expenseType: 'FROM_SOURCE_WALLET',
|
|
440
|
+
amount: '0.005000',
|
|
441
|
+
name: 'Network Fee',
|
|
442
|
+
},
|
|
443
|
+
],
|
|
444
|
+
estimatedTimeInSeconds: 45,
|
|
445
|
+
swapChainType: 'INTRA_CHAIN',
|
|
446
|
+
routes: [
|
|
447
|
+
{
|
|
448
|
+
nodes: [
|
|
449
|
+
{
|
|
450
|
+
nodes: [
|
|
451
|
+
{ marketName: 'Osmosis', marketId: null, percent: 1.0 },
|
|
452
|
+
],
|
|
453
|
+
from: 'AKT',
|
|
454
|
+
fromLogo: 'https://api.rango.exchange/tokens/COSMOS/AKT.png',
|
|
455
|
+
fromAddress:
|
|
456
|
+
'ibc/1480b8fd20ad5fcae81ea87584d269547dd4d436843c1d20f15e00eb64743ef4',
|
|
457
|
+
fromBlockchain: 'OSMOSIS',
|
|
458
|
+
to: 'AKT',
|
|
459
|
+
toLogo: 'https://api.rango.exchange/tokens/COSMOS/AKT.png',
|
|
460
|
+
toAddress: null,
|
|
461
|
+
toBlockchain: 'AKASH',
|
|
462
|
+
},
|
|
463
|
+
],
|
|
464
|
+
},
|
|
465
|
+
],
|
|
466
|
+
recommendedSlippage: null,
|
|
467
|
+
timeStat: { min: 7, avg: 38, max: 187 },
|
|
468
|
+
includesDestinationTx: false,
|
|
469
|
+
},
|
|
470
|
+
],
|
|
471
|
+
},
|
|
472
|
+
validationStatus: null,
|
|
473
|
+
missingBlockchains: [],
|
|
474
|
+
diagnosisMessages: [],
|
|
475
|
+
processingLimitReached: false,
|
|
476
|
+
walletNotSupportingFromBlockchain: false,
|
|
477
|
+
};
|
|
478
|
+
|
|
479
|
+
export const bestRouteExample3: BestRouteType = {
|
|
480
|
+
from: { blockchain: 'BSC', symbol: 'BNB', address: null },
|
|
481
|
+
to: { blockchain: 'AVAX_CCHAIN', symbol: 'AVAX', address: null },
|
|
482
|
+
requestAmount: '0.3',
|
|
483
|
+
requestId: '228529e3-27d7-4fa9-ab84-bb2b90eade6f',
|
|
484
|
+
result: {
|
|
485
|
+
resultType: RoutingResultType.OK,
|
|
486
|
+
outputAmount: '5.685715974132648891',
|
|
487
|
+
swaps: [
|
|
488
|
+
{
|
|
489
|
+
maxRequiredSign: 1,
|
|
490
|
+
warnings: [],
|
|
491
|
+
swapperId: 'AnySwap Aggregator',
|
|
492
|
+
swapperType: 'AGGREGATOR',
|
|
493
|
+
swapperLogo: 'https://api.rango.exchange/swappers/multichain.png',
|
|
494
|
+
|
|
495
|
+
from: {
|
|
496
|
+
symbol: 'BNB',
|
|
497
|
+
logo: 'https://api.rango.exchange/i/Y3v1KW',
|
|
498
|
+
blockchainLogo: 'https://api.rango.exchange/blockchains/binance.svg',
|
|
499
|
+
|
|
500
|
+
address: null,
|
|
501
|
+
blockchain: 'BSC',
|
|
502
|
+
decimals: 18,
|
|
503
|
+
usdPrice: 279.2738558274085,
|
|
504
|
+
},
|
|
505
|
+
to: {
|
|
506
|
+
symbol: 'WETH.E',
|
|
507
|
+
logo: 'https://api.rango.exchange/i/j9xgdC',
|
|
508
|
+
blockchainLogo:
|
|
509
|
+
'https://api.rango.exchange/blockchains/avax_cchain.svg',
|
|
510
|
+
|
|
511
|
+
address: '0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab',
|
|
512
|
+
blockchain: 'AVAX_CCHAIN',
|
|
513
|
+
decimals: 18,
|
|
514
|
+
usdPrice: 1329.24,
|
|
515
|
+
},
|
|
516
|
+
fromAmount: '0.300000000000000000',
|
|
517
|
+
fromAmountPrecision: null,
|
|
518
|
+
fromAmountMinValue: '0.047579322466294684272760',
|
|
519
|
+
fromAmountMaxValue: '79302.26195302606417382090',
|
|
520
|
+
fromAmountRestrictionType: 'INCLUSIVE',
|
|
521
|
+
toAmount: '0.062064305934309070',
|
|
522
|
+
fee: [
|
|
523
|
+
{
|
|
524
|
+
asset: { blockchain: 'BSC', symbol: 'BNB', address: null },
|
|
525
|
+
expenseType: 'FROM_SOURCE_WALLET',
|
|
526
|
+
amount: '0.001388002000000000',
|
|
527
|
+
name: 'Network Fee',
|
|
528
|
+
},
|
|
529
|
+
],
|
|
530
|
+
estimatedTimeInSeconds: 300,
|
|
531
|
+
swapChainType: 'INTRA_CHAIN',
|
|
532
|
+
routes: null,
|
|
533
|
+
recommendedSlippage: null,
|
|
534
|
+
timeStat: { min: 162, avg: 260, max: 467 },
|
|
535
|
+
includesDestinationTx: false,
|
|
536
|
+
},
|
|
537
|
+
],
|
|
538
|
+
},
|
|
539
|
+
validationStatus: null,
|
|
540
|
+
missingBlockchains: [],
|
|
541
|
+
diagnosisMessages: [],
|
|
542
|
+
processingLimitReached: false,
|
|
543
|
+
walletNotSupportingFromBlockchain: false,
|
|
544
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { BlockchainSelector, PropTypes } from './BlockchainSelector';
|
|
4
|
+
import { blockchainMeta } from '../BlockchainsList/mockData';
|
|
5
|
+
import { SwapContainer } from '../SwapContainer/SwapContainer';
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Blockchain Selector',
|
|
9
|
+
component: BlockchainSelector,
|
|
10
|
+
argTypes: {
|
|
11
|
+
type: {
|
|
12
|
+
defaultValue: 'Source',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
} as ComponentMeta<typeof BlockchainSelector>;
|
|
16
|
+
|
|
17
|
+
export const Main = (args: PropTypes) => (
|
|
18
|
+
<SwapContainer>
|
|
19
|
+
<BlockchainSelector
|
|
20
|
+
{...args}
|
|
21
|
+
list={blockchainMeta}
|
|
22
|
+
selected={blockchainMeta[0]}
|
|
23
|
+
/>
|
|
24
|
+
</SwapContainer>
|
|
25
|
+
);
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { containsText } from '../../helpers';
|
|
3
|
+
import { BlockchainMeta } from 'rango-sdk';
|
|
4
|
+
import { BlockchainsList } from '../BlockchainsList';
|
|
5
|
+
import { SecondaryPage } from '../SecondaryPage/SecondaryPage';
|
|
6
|
+
import { Alert } from '../Alert';
|
|
7
|
+
import { Spinner } from '../Spinner';
|
|
8
|
+
import { styled } from '../../theme';
|
|
9
|
+
import { CSSProperties } from '@stitches/react';
|
|
10
|
+
|
|
11
|
+
const ListContainer = styled('div', {
|
|
12
|
+
height: '450px',
|
|
13
|
+
display: 'flex',
|
|
14
|
+
justifyContent: 'center',
|
|
15
|
+
alignItems: 'center',
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
const filterBlockchains = (list: BlockchainMeta[], searchedFor: string) =>
|
|
19
|
+
list.filter(
|
|
20
|
+
(blockchain) =>
|
|
21
|
+
containsText(blockchain.name, searchedFor) ||
|
|
22
|
+
containsText(blockchain.displayName, searchedFor)
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
export type LoadingStatus = 'loading' | 'success' | 'failed';
|
|
26
|
+
|
|
27
|
+
export interface PropTypes {
|
|
28
|
+
type?: 'Source' | 'Destination';
|
|
29
|
+
list: BlockchainMeta[];
|
|
30
|
+
selected: BlockchainMeta | null;
|
|
31
|
+
onChange: (blockchain: BlockchainMeta) => void;
|
|
32
|
+
onBack?: () => void;
|
|
33
|
+
loadingStatus: LoadingStatus;
|
|
34
|
+
hasHeader?: boolean;
|
|
35
|
+
listContainerStyle?: CSSProperties;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function BlockchainSelector(props: PropTypes) {
|
|
39
|
+
const {
|
|
40
|
+
type,
|
|
41
|
+
list,
|
|
42
|
+
onChange,
|
|
43
|
+
selected,
|
|
44
|
+
onBack,
|
|
45
|
+
loadingStatus,
|
|
46
|
+
hasHeader,
|
|
47
|
+
listContainerStyle,
|
|
48
|
+
} = props;
|
|
49
|
+
|
|
50
|
+
return (
|
|
51
|
+
<SecondaryPage
|
|
52
|
+
textField={true}
|
|
53
|
+
textFieldPlaceholder="Search Blockchain By Name"
|
|
54
|
+
title={`Select ${type} Network`}
|
|
55
|
+
hasHeader={hasHeader}
|
|
56
|
+
onBack={onBack}
|
|
57
|
+
Content={({ searchedFor }) => {
|
|
58
|
+
const filteredBlockchains = filterBlockchains(list, searchedFor);
|
|
59
|
+
return (
|
|
60
|
+
<ListContainer style={listContainerStyle}>
|
|
61
|
+
{loadingStatus === 'loading' && (
|
|
62
|
+
<div>
|
|
63
|
+
<Spinner size={24} />
|
|
64
|
+
</div>
|
|
65
|
+
)}
|
|
66
|
+
{loadingStatus === 'failed' && (
|
|
67
|
+
<Alert
|
|
68
|
+
type="error"
|
|
69
|
+
description="Error connecting server, please reload the app and try again"
|
|
70
|
+
/>
|
|
71
|
+
)}
|
|
72
|
+
{loadingStatus === 'success' && (
|
|
73
|
+
<>
|
|
74
|
+
{filteredBlockchains.length > 0 ? (
|
|
75
|
+
<BlockchainsList
|
|
76
|
+
list={filteredBlockchains}
|
|
77
|
+
selected={selected}
|
|
78
|
+
onChange={onChange}
|
|
79
|
+
/>
|
|
80
|
+
) : (
|
|
81
|
+
<Alert
|
|
82
|
+
type="secondary"
|
|
83
|
+
description={`${searchedFor} not found`}
|
|
84
|
+
/>
|
|
85
|
+
)}
|
|
86
|
+
</>
|
|
87
|
+
)}
|
|
88
|
+
</ListContainer>
|
|
89
|
+
);
|
|
90
|
+
}}
|
|
91
|
+
/>
|
|
92
|
+
);
|
|
93
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BlockchainSelector } from './BlockchainSelector';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta } from '@storybook/react';
|
|
3
|
+
import { BlockchainsList, PropTypes } from './BlockchainsList';
|
|
4
|
+
import { blockchainMeta } from './mockData';
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: 'Blockchains List',
|
|
8
|
+
component: BlockchainsList,
|
|
9
|
+
argTypes: {
|
|
10
|
+
searchedText: {
|
|
11
|
+
type: 'string',
|
|
12
|
+
defaultValue: '',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
} as ComponentMeta<typeof BlockchainsList>;
|
|
16
|
+
|
|
17
|
+
export const Main = (args: PropTypes) => {
|
|
18
|
+
return (
|
|
19
|
+
<BlockchainsList
|
|
20
|
+
{...args}
|
|
21
|
+
list={blockchainMeta}
|
|
22
|
+
selected={blockchainMeta[0]}
|
|
23
|
+
/>
|
|
24
|
+
);
|
|
25
|
+
};
|