@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.
Files changed (349) hide show
  1. package/README.md +181 -0
  2. package/dist/components/Alert/Alert.d.ts +6 -0
  3. package/dist/components/Alert/Alert.stories.d.ts +4 -0
  4. package/dist/components/Alert/index.d.ts +1 -0
  5. package/dist/components/BestRoute/BestRoute.d.ts +8 -0
  6. package/dist/components/BestRoute/BestRoute.stories.d.ts +8 -0
  7. package/dist/components/BestRoute/index.d.ts +1 -0
  8. package/dist/components/BestRoute/mock.d.ts +4 -0
  9. package/dist/components/BlockchainSelector/BlockchainSelector.d.ts +14 -0
  10. package/dist/components/BlockchainSelector/BlockchainSelector.stories.d.ts +4 -0
  11. package/dist/components/BlockchainSelector/index.d.ts +1 -0
  12. package/dist/components/BlockchainsList/BlockchainsList.d.ts +7 -0
  13. package/dist/components/BlockchainsList/BlockchainsList.stories.d.ts +4 -0
  14. package/dist/components/BlockchainsList/index.d.ts +1 -0
  15. package/dist/components/BlockchainsList/mockData.d.ts +2 -0
  16. package/dist/components/Button/Button.d.ts +17 -0
  17. package/dist/components/Button/Button.stories.d.ts +8 -0
  18. package/dist/components/Button/index.d.ts +1 -0
  19. package/dist/components/Checkbox/Checkbox.d.ts +11 -0
  20. package/dist/components/Checkbox/Checkbox.stories.d.ts +5 -0
  21. package/dist/components/Checkbox/index.d.ts +1 -0
  22. package/dist/components/Chip/Chip.d.ts +12 -0
  23. package/dist/components/Chip/Chip.stories.d.ts +6 -0
  24. package/dist/components/Chip/index.d.ts +1 -0
  25. package/dist/components/ConnectWalletsModal/ConnectWallets.stories.d.ts +4 -0
  26. package/dist/components/ConnectWalletsModal/ConnectWalletsModal.d.ts +10 -0
  27. package/dist/components/ConnectWalletsModal/index.d.ts +1 -0
  28. package/dist/components/ConnectWalletsModal/mockData.d.ts +2 -0
  29. package/dist/components/Drawer/Drawer.d.ts +12 -0
  30. package/dist/components/Drawer/Drawer.stories.d.ts +7 -0
  31. package/dist/components/Drawer/index.d.ts +1 -0
  32. package/dist/components/Icon/AddCircleIcon.d.ts +3 -0
  33. package/dist/components/Icon/AddIcon.d.ts +3 -0
  34. package/dist/components/Icon/AddWalletIcon.d.ts +3 -0
  35. package/dist/components/Icon/AngleDownIcon.d.ts +3 -0
  36. package/dist/components/Icon/AngleLeftIcon.d.ts +3 -0
  37. package/dist/components/Icon/AngleRightIcon.d.ts +3 -0
  38. package/dist/components/Icon/AngleUpIcon.d.ts +3 -0
  39. package/dist/components/Icon/BagIcon.d.ts +3 -0
  40. package/dist/components/Icon/BanIcon.d.ts +3 -0
  41. package/dist/components/Icon/CheckCircleIcon.d.ts +3 -0
  42. package/dist/components/Icon/CheckIcon.d.ts +3 -0
  43. package/dist/components/Icon/CheckSquareIcon.d.ts +3 -0
  44. package/dist/components/Icon/CheckWalletIcon.d.ts +3 -0
  45. package/dist/components/Icon/CloseIcon.d.ts +1 -0
  46. package/dist/components/Icon/DeleteCircleIcon.d.ts +3 -0
  47. package/dist/components/Icon/DeleteWalletIcon.d.ts +3 -0
  48. package/dist/components/Icon/DownloadIcon.d.ts +3 -0
  49. package/dist/components/Icon/GasIcon.d.ts +3 -0
  50. package/dist/components/Icon/HistoryIcon.d.ts +3 -0
  51. package/dist/components/Icon/HorizontalSwapIcon.d.ts +3 -0
  52. package/dist/components/Icon/Icons.stories.d.ts +5 -0
  53. package/dist/components/Icon/InfoCircleIcon.d.ts +3 -0
  54. package/dist/components/Icon/MinusCircleIcon.d.ts +3 -0
  55. package/dist/components/Icon/RetryIcon.d.ts +3 -0
  56. package/dist/components/Icon/RetryLeftIcon.d.ts +3 -0
  57. package/dist/components/Icon/RetryRightIcon.d.ts +3 -0
  58. package/dist/components/Icon/SearchIcon.d.ts +3 -0
  59. package/dist/components/Icon/SearchMinusIcon.d.ts +3 -0
  60. package/dist/components/Icon/SettingIcon.d.ts +3 -0
  61. package/dist/components/Icon/SignatureIcon.d.ts +3 -0
  62. package/dist/components/Icon/SwapWalletIcon.d.ts +3 -0
  63. package/dist/components/Icon/TimeIcon.d.ts +3 -0
  64. package/dist/components/Icon/TrashIcon.d.ts +3 -0
  65. package/dist/components/Icon/TryAgainIcon.d.ts +3 -0
  66. package/dist/components/Icon/VerticalSwapIcon.d.ts +3 -0
  67. package/dist/components/Icon/WalletIconIcon.d.ts +3 -0
  68. package/dist/components/Icon/WarningIcon.d.ts +3 -0
  69. package/dist/components/Icon/common.d.ts +2 -0
  70. package/dist/components/Icon/index.d.ts +36 -0
  71. package/dist/components/Icon/types.d.ts +6 -0
  72. package/dist/components/LiquiditySourceList/LiquiditySource.stories.d.ts +4 -0
  73. package/dist/components/LiquiditySourceList/LiquiditySourceList.d.ts +8 -0
  74. package/dist/components/LiquiditySourceList/index.d.ts +1 -0
  75. package/dist/components/LiquiditySourceList/mockData.d.ts +2 -0
  76. package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +11 -0
  77. package/dist/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +4 -0
  78. package/dist/components/LiquiditySourcesSelector/index.d.ts +1 -0
  79. package/dist/components/Modal/Modal.d.ts +11 -0
  80. package/dist/components/Modal/Modal.stories.d.ts +4 -0
  81. package/dist/components/Modal/index.d.ts +1 -0
  82. package/dist/components/Radio/Radio.d.ts +12 -0
  83. package/dist/components/Radio/Radio.stories.d.ts +4 -0
  84. package/dist/components/Radio/index.d.ts +1 -0
  85. package/dist/components/SecondaryPage/SecondaryPage.d.ts +18 -0
  86. package/dist/components/SecondaryPage/SecondaryPage.stories.d.ts +2 -0
  87. package/dist/components/SecondaryPage/index.d.ts +1 -0
  88. package/dist/components/SelectableWalletList/SelectableWalletList.d.ts +7 -0
  89. package/dist/components/SelectableWalletList/SelectableWalletList.stories.d.ts +5 -0
  90. package/dist/components/SelectableWalletList/index.d.ts +1 -0
  91. package/dist/components/SelectableWalletList/mock.d.ts +2 -0
  92. package/dist/components/Settings/Settings.d.ts +19 -0
  93. package/dist/components/Settings/Settings.stories.d.ts +4 -0
  94. package/dist/components/Settings/index.d.ts +1 -0
  95. package/dist/components/Skeleton/Skeleton.d.ts +5 -0
  96. package/dist/components/Skeleton/Skeleton.stories.d.ts +4 -0
  97. package/dist/components/Skeleton/index.d.ts +1 -0
  98. package/dist/components/Spacer/Spacer.d.ts +5 -0
  99. package/dist/components/Spacer/Spacer.stories.d.ts +4 -0
  100. package/dist/components/Spacer/index.d.ts +1 -0
  101. package/dist/components/Spinner/Spinner.d.ts +5 -0
  102. package/dist/components/Spinner/Spinner.stories.d.ts +4 -0
  103. package/dist/components/Spinner/index.d.ts +1 -0
  104. package/dist/components/StatusDrawer/StatusDrawer.d.ts +11 -0
  105. package/dist/components/StatusDrawer/StatusDrawer.stories.d.ts +4 -0
  106. package/dist/components/StatusDrawer/index.d.ts +1 -0
  107. package/dist/components/StepDetail/StepDetail.d.ts +10 -0
  108. package/dist/components/StepDetail/StepDetail.stories.d.ts +5 -0
  109. package/dist/components/StepDetail/index.d.ts +1 -0
  110. package/dist/components/SwapContainer/SwapContainer.d.ts +6 -0
  111. package/dist/components/SwapContainer/SwapContainer.stories.d.ts +5 -0
  112. package/dist/components/SwapContainer/index.d.ts +1 -0
  113. package/dist/components/SwapDetail/SwapDetail.d.ts +8 -0
  114. package/dist/components/SwapDetail/SwapDetail.stories.d.ts +5 -0
  115. package/dist/components/SwapDetail/index.d.ts +1 -0
  116. package/dist/components/SwapDetail/mock.d.ts +2 -0
  117. package/dist/components/Switch/Switch.d.ts +5 -0
  118. package/dist/components/Switch/Switch.stories.d.ts +4 -0
  119. package/dist/components/Switch/index.d.ts +1 -0
  120. package/dist/components/TextField/TextField.d.ts +10 -0
  121. package/dist/components/TextField/TextField.stories.d.ts +7 -0
  122. package/dist/components/TextField/index.d.ts +1 -0
  123. package/dist/components/TokenList/TokenList.d.ts +14 -0
  124. package/dist/components/TokenList/TokenList.stories.d.ts +4 -0
  125. package/dist/components/TokenList/index.d.ts +1 -0
  126. package/dist/components/TokenList/mockData.d.ts +2 -0
  127. package/dist/components/TokenSelector/TokenSelector.d.ts +10 -0
  128. package/dist/components/TokenSelector/TokenSelector.stories.d.ts +4 -0
  129. package/dist/components/TokenSelector/index.d.ts +1 -0
  130. package/dist/components/Tooltip/Tooltip.d.ts +7 -0
  131. package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -0
  132. package/dist/components/Tooltip/index.d.ts +1 -0
  133. package/dist/components/Typography/Typography.d.ts +14 -0
  134. package/dist/components/Typography/Typography.stories.d.ts +5 -0
  135. package/dist/components/Typography/index.d.ts +1 -0
  136. package/dist/components/VirtualizedList/VirtualizedList.d.ts +18 -0
  137. package/dist/components/Wallet/State.d.ts +6 -0
  138. package/dist/components/Wallet/Wallet.d.ts +6 -0
  139. package/dist/components/Wallet/Wallet.stories.d.ts +4 -0
  140. package/dist/components/Wallet/index.d.ts +1 -0
  141. package/dist/components/common/FilledCircle.d.ts +1 -0
  142. package/dist/components/common/index.d.ts +1 -0
  143. package/dist/components/index.d.ts +24 -0
  144. package/dist/containers/ConfirmSwap/ConfirmSwap.d.ts +23 -0
  145. package/dist/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +5 -0
  146. package/dist/containers/ConfirmSwap/index.d.ts +1 -0
  147. package/dist/containers/ConfirmSwap/mock.d.ts +2 -0
  148. package/dist/containers/ConfirmWallets/ConfirmWallets.d.ts +14 -0
  149. package/dist/containers/ConfirmWallets/ConfirmWallets.stories.d.ts +6 -0
  150. package/dist/containers/ConfirmWallets/index.d.ts +1 -0
  151. package/dist/containers/ConfirmWallets/mock.d.ts +5 -0
  152. package/dist/containers/ConfirmWallets/types.d.ts +8 -0
  153. package/dist/containers/History/History.d.ts +8 -0
  154. package/dist/containers/History/History.stories.d.ts +5 -0
  155. package/dist/containers/History/index.d.ts +1 -0
  156. package/dist/containers/History/mock.d.ts +2 -0
  157. package/dist/containers/History/types.d.ts +59 -0
  158. package/dist/containers/SwapHistory/SwapHistory.d.ts +7 -0
  159. package/dist/containers/SwapHistory/SwapHistory.stories.d.ts +4 -0
  160. package/dist/containers/SwapHistory/index.d.ts +1 -0
  161. package/dist/containers/SwapHistory/mock.d.ts +2 -0
  162. package/dist/containers/index.d.ts +4 -0
  163. package/dist/helper/index.d.ts +6 -0
  164. package/dist/helper/swaps.d.ts +5 -0
  165. package/dist/helpers.d.ts +1 -0
  166. package/dist/index.d.ts +4 -0
  167. package/dist/index.js +8 -0
  168. package/dist/theme.d.ts +8 -0
  169. package/dist/types/index.d.ts +1 -0
  170. package/dist/types/meta.d.ts +22 -0
  171. package/dist/types/swaps.d.ts +22 -0
  172. package/dist/types/wallet.d.ts +14 -0
  173. package/dist/ui.cjs.development.js +4103 -0
  174. package/dist/ui.cjs.development.js.map +1 -0
  175. package/dist/ui.cjs.production.min.js +2 -0
  176. package/dist/ui.cjs.production.min.js.map +1 -0
  177. package/dist/ui.esm.js +4028 -0
  178. package/dist/ui.esm.js.map +1 -0
  179. package/package.json +89 -0
  180. package/src/components/Alert/Alert.stories.tsx +22 -0
  181. package/src/components/Alert/Alert.tsx +78 -0
  182. package/src/components/Alert/index.ts +1 -0
  183. package/src/components/BestRoute/BestRoute.stories.tsx +31 -0
  184. package/src/components/BestRoute/BestRoute.tsx +189 -0
  185. package/src/components/BestRoute/index.ts +1 -0
  186. package/src/components/BestRoute/mock.ts +544 -0
  187. package/src/components/BlockchainSelector/BlockchainSelector.stories.tsx +25 -0
  188. package/src/components/BlockchainSelector/BlockchainSelector.tsx +93 -0
  189. package/src/components/BlockchainSelector/index.ts +1 -0
  190. package/src/components/BlockchainsList/BlockchainsList.stories.tsx +25 -0
  191. package/src/components/BlockchainsList/BlockchainsList.tsx +60 -0
  192. package/src/components/BlockchainsList/index.ts +1 -0
  193. package/src/components/BlockchainsList/mockData.ts +2972 -0
  194. package/src/components/Button/Button.stories.tsx +59 -0
  195. package/src/components/Button/Button.tsx +407 -0
  196. package/src/components/Button/index.ts +1 -0
  197. package/src/components/Checkbox/Checkbox.stories.tsx +22 -0
  198. package/src/components/Checkbox/Checkbox.tsx +54 -0
  199. package/src/components/Checkbox/index.ts +1 -0
  200. package/src/components/Chip/Chip.stories.tsx +37 -0
  201. package/src/components/Chip/Chip.tsx +45 -0
  202. package/src/components/Chip/index.ts +1 -0
  203. package/src/components/ConnectWalletsModal/ConnectWallets.stories.tsx +13 -0
  204. package/src/components/ConnectWalletsModal/ConnectWalletsModal.tsx +42 -0
  205. package/src/components/ConnectWalletsModal/index.ts +1 -0
  206. package/src/components/ConnectWalletsModal/mockData.ts +118 -0
  207. package/src/components/Drawer/Drawer.stories.tsx +86 -0
  208. package/src/components/Drawer/Drawer.tsx +128 -0
  209. package/src/components/Drawer/index.ts +1 -0
  210. package/src/components/Icon/AddCircleIcon.tsx +29 -0
  211. package/src/components/Icon/AddIcon.tsx +28 -0
  212. package/src/components/Icon/AddWalletIcon.tsx +48 -0
  213. package/src/components/Icon/AngleDownIcon.tsx +30 -0
  214. package/src/components/Icon/AngleLeftIcon.tsx +31 -0
  215. package/src/components/Icon/AngleRightIcon.tsx +30 -0
  216. package/src/components/Icon/AngleUpIcon.tsx +30 -0
  217. package/src/components/Icon/BagIcon.tsx +37 -0
  218. package/src/components/Icon/BanIcon.tsx +30 -0
  219. package/src/components/Icon/CheckCircleIcon.tsx +37 -0
  220. package/src/components/Icon/CheckIcon.tsx +28 -0
  221. package/src/components/Icon/CheckSquareIcon.tsx +35 -0
  222. package/src/components/Icon/CheckWalletIcon.tsx +43 -0
  223. package/src/components/Icon/CloseIcon.tsx +9 -0
  224. package/src/components/Icon/DeleteCircleIcon.tsx +29 -0
  225. package/src/components/Icon/DeleteWalletIcon.tsx +48 -0
  226. package/src/components/Icon/DownloadIcon.tsx +35 -0
  227. package/src/components/Icon/GasIcon.tsx +35 -0
  228. package/src/components/Icon/HistoryIcon.tsx +38 -0
  229. package/src/components/Icon/HorizontalSwapIcon.tsx +36 -0
  230. package/src/components/Icon/Icons.stories.tsx +44 -0
  231. package/src/components/Icon/InfoCircleIcon.tsx +37 -0
  232. package/src/components/Icon/MinusCircleIcon.tsx +29 -0
  233. package/src/components/Icon/RetryIcon.tsx +30 -0
  234. package/src/components/Icon/RetryLeftIcon.tsx +29 -0
  235. package/src/components/Icon/RetryRightIcon.tsx +29 -0
  236. package/src/components/Icon/SearchIcon.tsx +29 -0
  237. package/src/components/Icon/SearchMinusIcon.tsx +29 -0
  238. package/src/components/Icon/SettingIcon.tsx +37 -0
  239. package/src/components/Icon/SignatureIcon.tsx +30 -0
  240. package/src/components/Icon/SwapWalletIcon.tsx +48 -0
  241. package/src/components/Icon/TimeIcon.tsx +29 -0
  242. package/src/components/Icon/TrashIcon.tsx +29 -0
  243. package/src/components/Icon/TryAgainIcon.tsx +29 -0
  244. package/src/components/Icon/VerticalSwapIcon.tsx +36 -0
  245. package/src/components/Icon/WalletIconIcon.tsx +38 -0
  246. package/src/components/Icon/WarningIcon.tsx +35 -0
  247. package/src/components/Icon/common.ts +69 -0
  248. package/src/components/Icon/index.ts +44 -0
  249. package/src/components/Icon/types.tsx +44 -0
  250. package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +13 -0
  251. package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +114 -0
  252. package/src/components/LiquiditySourceList/index.ts +1 -0
  253. package/src/components/LiquiditySourceList/mockData.ts +316 -0
  254. package/src/components/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +16 -0
  255. package/src/components/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +55 -0
  256. package/src/components/LiquiditySourcesSelector/index.ts +1 -0
  257. package/src/components/Modal/Modal.stories.tsx +22 -0
  258. package/src/components/Modal/Modal.tsx +76 -0
  259. package/src/components/Modal/index.ts +1 -0
  260. package/src/components/Radio/Radio.stories.tsx +23 -0
  261. package/src/components/Radio/Radio.tsx +95 -0
  262. package/src/components/Radio/index.ts +1 -0
  263. package/src/components/SecondaryPage/SecondaryPage.stories.tsx +7 -0
  264. package/src/components/SecondaryPage/SecondaryPage.tsx +95 -0
  265. package/src/components/SecondaryPage/index.ts +1 -0
  266. package/src/components/SelectableWalletList/SelectableWalletList.stories.tsx +14 -0
  267. package/src/components/SelectableWalletList/SelectableWalletList.tsx +113 -0
  268. package/src/components/SelectableWalletList/index.ts +1 -0
  269. package/src/components/SelectableWalletList/mock.ts +12 -0
  270. package/src/components/Settings/Settings.stories.tsx +34 -0
  271. package/src/components/Settings/Settings.tsx +160 -0
  272. package/src/components/Settings/index.ts +1 -0
  273. package/src/components/Skeleton/Skeleton.stories.tsx +24 -0
  274. package/src/components/Skeleton/Skeleton.tsx +66 -0
  275. package/src/components/Skeleton/index.ts +1 -0
  276. package/src/components/Spacer/Spacer.stories.tsx +18 -0
  277. package/src/components/Spacer/Spacer.tsx +98 -0
  278. package/src/components/Spacer/index.ts +1 -0
  279. package/src/components/Spinner/Spinner.stories.tsx +25 -0
  280. package/src/components/Spinner/Spinner.tsx +61 -0
  281. package/src/components/Spinner/index.ts +1 -0
  282. package/src/components/StatusDrawer/StatusDrawer.stories.tsx +38 -0
  283. package/src/components/StatusDrawer/StatusDrawer.tsx +81 -0
  284. package/src/components/StatusDrawer/index.ts +1 -0
  285. package/src/components/StepDetail/StepDetail.stories.tsx +37 -0
  286. package/src/components/StepDetail/StepDetail.tsx +97 -0
  287. package/src/components/StepDetail/index.ts +1 -0
  288. package/src/components/SwapContainer/SwapContainer.stories.tsx +13 -0
  289. package/src/components/SwapContainer/SwapContainer.tsx +35 -0
  290. package/src/components/SwapContainer/index.ts +1 -0
  291. package/src/components/SwapDetail/SwapDetail.stories.tsx +19 -0
  292. package/src/components/SwapDetail/SwapDetail.tsx +150 -0
  293. package/src/components/SwapDetail/index.ts +1 -0
  294. package/src/components/SwapDetail/mock.ts +275 -0
  295. package/src/components/Switch/Switch.stories.tsx +9 -0
  296. package/src/components/Switch/Switch.tsx +52 -0
  297. package/src/components/Switch/index.ts +1 -0
  298. package/src/components/TextField/TextField.stories.tsx +31 -0
  299. package/src/components/TextField/TextField.tsx +129 -0
  300. package/src/components/TextField/index.ts +1 -0
  301. package/src/components/TokenList/TokenList.stories.tsx +18 -0
  302. package/src/components/TokenList/TokenList.tsx +180 -0
  303. package/src/components/TokenList/index.ts +1 -0
  304. package/src/components/TokenList/mockData.ts +1721 -0
  305. package/src/components/TokenSelector/TokenSelector.stories.tsx +18 -0
  306. package/src/components/TokenSelector/TokenSelector.tsx +35 -0
  307. package/src/components/TokenSelector/index.ts +1 -0
  308. package/src/components/Tooltip/Tooltip.stories.tsx +52 -0
  309. package/src/components/Tooltip/Tooltip.tsx +110 -0
  310. package/src/components/Tooltip/index.ts +1 -0
  311. package/src/components/Typography/Typography.stories.tsx +68 -0
  312. package/src/components/Typography/Typography.tsx +199 -0
  313. package/src/components/Typography/index.ts +1 -0
  314. package/src/components/VirtualizedList/VirtualizedList.tsx +78 -0
  315. package/src/components/Wallet/State.tsx +36 -0
  316. package/src/components/Wallet/Wallet.stories.tsx +36 -0
  317. package/src/components/Wallet/Wallet.tsx +42 -0
  318. package/src/components/Wallet/index.ts +1 -0
  319. package/src/components/common/FilledCircle.tsx +8 -0
  320. package/src/components/common/index.ts +1 -0
  321. package/src/components/index.ts +24 -0
  322. package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +13 -0
  323. package/src/containers/ConfirmSwap/ConfirmSwap.tsx +154 -0
  324. package/src/containers/ConfirmSwap/index.ts +1 -0
  325. package/src/containers/ConfirmSwap/mock.ts +146 -0
  326. package/src/containers/ConfirmWallets/ConfirmWallets.stories.tsx +26 -0
  327. package/src/containers/ConfirmWallets/ConfirmWallets.tsx +98 -0
  328. package/src/containers/ConfirmWallets/index.ts +1 -0
  329. package/src/containers/ConfirmWallets/mock.ts +222 -0
  330. package/src/containers/ConfirmWallets/types.ts +9 -0
  331. package/src/containers/History/History.stories.tsx +14 -0
  332. package/src/containers/History/History.tsx +93 -0
  333. package/src/containers/History/index.ts +1 -0
  334. package/src/containers/History/mock.ts +825 -0
  335. package/src/containers/History/types.tsx +66 -0
  336. package/src/containers/SwapHistory/SwapHistory.stories.tsx +13 -0
  337. package/src/containers/SwapHistory/SwapHistory.tsx +165 -0
  338. package/src/containers/SwapHistory/index.ts +1 -0
  339. package/src/containers/SwapHistory/mock.ts +275 -0
  340. package/src/containers/index.ts +4 -0
  341. package/src/helper/index.ts +23 -0
  342. package/src/helper/swaps.ts +23 -0
  343. package/src/helpers.ts +2 -0
  344. package/src/index.ts +4 -0
  345. package/src/theme.ts +161 -0
  346. package/src/types/index.ts +1 -0
  347. package/src/types/meta.ts +20 -0
  348. package/src/types/swaps.tsx +36 -0
  349. package/src/types/wallet.ts +20 -0
@@ -0,0 +1,1721 @@
1
+ import { TokenWithAmount } from './TokenList';
2
+
3
+ export const tokensMeta: TokenWithAmount[] = [
4
+ {
5
+ blockchain: 'OPTIMISM',
6
+ symbol: 'ETH',
7
+ image: 'https://api.rango.exchange/i/MTyH5i',
8
+ address: null,
9
+ usdPrice: 1542.686,
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',
63
+ 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,
1139
+ isSecondaryCoin: false,
1140
+ coinSource: null,
1141
+ coinSourceUrl: null,
1142
+ name: 'Saddle DAO',
1143
+ decimals: 18,
1144
+ },
1145
+ {
1146
+ blockchain: 'OPTIMISM',
1147
+ symbol: 'MOM',
1148
+ image: 'https://api.rango.exchange/i/4UeN5Z',
1149
+ address: '0x5e70affe232e2919792f77eb94e566db0320fa88',
1150
+ usdPrice: 1.2e-11,
1151
+ isSecondaryCoin: false,
1152
+ coinSource: null,
1153
+ coinSourceUrl: null,
1154
+ name: 'Monetum',
1155
+ decimals: 18,
1156
+ },
1157
+ {
1158
+ blockchain: 'OPTIMISM',
1159
+ symbol: 'RODO',
1160
+ image: 'https://api.rango.exchange/i/iYrcVq',
1161
+ address: '0x82f0b8b456c1a451378467398982d4834b6829c1',
1162
+ usdPrice: 8.274,
1163
+ isSecondaryCoin: false,
1164
+ coinSource: null,
1165
+ coinSourceUrl: null,
1166
+ name: 'RODO',
1167
+ decimals: 2,
1168
+ },
1169
+ {
1170
+ blockchain: 'OPTIMISM',
1171
+ symbol: 'GYSR',
1172
+ image: 'https://api.rango.exchange/i/FWbb5c',
1173
+ address: '0x117cfd9060525452db4a34d51c0b3b7599087f05',
1174
+ usdPrice: 0.0739,
1175
+ isSecondaryCoin: false,
1176
+ coinSource: null,
1177
+ coinSourceUrl: null,
1178
+ name: 'Geyser',
1179
+ decimals: 18,
1180
+ },
1181
+ {
1182
+ blockchain: 'OPTIMISM',
1183
+ symbol: 'CHAM',
1184
+ image: 'https://api.rango.exchange/i/23FKlX',
1185
+ address: '0xdeba4568ff4cc84b420bcbfb228de5b7f2807a5c',
1186
+ usdPrice: 1.26,
1187
+ isSecondaryCoin: false,
1188
+ coinSource: null,
1189
+ coinSourceUrl: null,
1190
+ name: 'Champion',
1191
+ decimals: 18,
1192
+ },
1193
+ {
1194
+ blockchain: 'OPTIMISM',
1195
+ symbol: 'RING',
1196
+ image: 'https://api.rango.exchange/i/1VKIEf',
1197
+ address: '0xb0ae108669ceb86e9e98e8fe9e40d98b867855fd',
1198
+ usdPrice: 0.00887,
1199
+ isSecondaryCoin: false,
1200
+ coinSource: null,
1201
+ coinSourceUrl: null,
1202
+ name: 'OneRing',
1203
+ decimals: 18,
1204
+ },
1205
+ {
1206
+ blockchain: 'OPTIMISM',
1207
+ symbol: 'DUCK',
1208
+ image: 'https://api.rango.exchange/i/OvRdkE',
1209
+ address: '0x0e49ca6ea763190084c846d3fc18f28bc2ac689a',
1210
+ usdPrice: 0.0229,
1211
+ isSecondaryCoin: false,
1212
+ coinSource: null,
1213
+ coinSourceUrl: null,
1214
+ name: 'Unit protocol',
1215
+ 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,
1223
+ isSecondaryCoin: false,
1224
+ coinSource: null,
1225
+ coinSourceUrl: null,
1226
+ name: 'Sarcophagus',
1227
+ decimals: 18,
1228
+ },
1229
+ {
1230
+ blockchain: 'OPTIMISM',
1231
+ symbol: 'HOP',
1232
+ image: 'https://api.rango.exchange/i/5LjtC9',
1233
+ address: '0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc',
1234
+ usdPrice: 0.0798,
1235
+ isSecondaryCoin: false,
1236
+ coinSource: null,
1237
+ coinSourceUrl: null,
1238
+ name: 'Hop',
1239
+ 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,
1247
+ isSecondaryCoin: false,
1248
+ coinSource: null,
1249
+ coinSourceUrl: null,
1250
+ name: 'LUSD Stablecoin',
1251
+ decimals: 18,
1252
+ },
1253
+ {
1254
+ blockchain: 'OPTIMISM',
1255
+ symbol: 'BANK',
1256
+ image: 'https://api.rango.exchange/i/R63C1v',
1257
+ address: '0x29faf5905bff9cfcc7cf56a5ed91e0f091f8664b',
1258
+ usdPrice: 1.177,
1259
+ isSecondaryCoin: false,
1260
+ coinSource: null,
1261
+ coinSourceUrl: null,
1262
+ name: 'Bankless Token',
1263
+ decimals: 18,
1264
+ },
1265
+ {
1266
+ blockchain: 'OPTIMISM',
1267
+ symbol: 'FLASH',
1268
+ image: 'https://api.rango.exchange/i/40p5gX',
1269
+ address: '0x86bea60374f220de9769b2fef2db725bc1cdd335',
1270
+ usdPrice: 0.000127,
1271
+ isSecondaryCoin: false,
1272
+ coinSource: null,
1273
+ coinSourceUrl: null,
1274
+ name: 'Flashstake',
1275
+ 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,
1283
+ isSecondaryCoin: false,
1284
+ coinSource: null,
1285
+ coinSourceUrl: null,
1286
+ name: 'KITTY',
1287
+ decimals: 18,
1288
+ },
1289
+ {
1290
+ blockchain: 'OPTIMISM',
1291
+ symbol: 'ALETH',
1292
+ image: 'https://api.rango.exchange/i/RhYL8V',
1293
+ address: '0x3e29d3a9316dab217754d13b28646b76607c5f04',
1294
+ usdPrice: 1524.377,
1295
+ isSecondaryCoin: false,
1296
+ coinSource: null,
1297
+ coinSourceUrl: null,
1298
+ name: 'Alchemix ETH',
1299
+ decimals: 18,
1300
+ },
1301
+ {
1302
+ blockchain: 'OPTIMISM',
1303
+ symbol: 'PAE',
1304
+ image: 'https://api.rango.exchange/i/ZDUzxz',
1305
+ address: '0xc46fedc533e9f14c99c4c5124e2085701fa9b255',
1306
+ usdPrice: 0.123,
1307
+ isSecondaryCoin: false,
1308
+ coinSource: null,
1309
+ coinSourceUrl: null,
1310
+ name: 'Ripae',
1311
+ decimals: 18,
1312
+ },
1313
+ {
1314
+ blockchain: 'OPTIMISM',
1315
+ symbol: 'ALTA',
1316
+ image: 'https://api.rango.exchange/i/2Ji4fs',
1317
+ address: '0xe0cca86b254005889ac3a81e737f56a14f4a38f5',
1318
+ usdPrice: 1.28e-7,
1319
+ isSecondaryCoin: false,
1320
+ coinSource: null,
1321
+ coinSourceUrl: null,
1322
+ name: 'Alta Finance',
1323
+ decimals: 18,
1324
+ },
1325
+ {
1326
+ blockchain: 'OPTIMISM',
1327
+ symbol: 'CRE8R',
1328
+ image: 'https://api.rango.exchange/i/TWfRgc',
1329
+ address: '0xabd380327fe66724ffda91a87c772fb8d00be488',
1330
+ usdPrice: 0.00325,
1331
+ isSecondaryCoin: false,
1332
+ coinSource: null,
1333
+ coinSourceUrl: null,
1334
+ name: 'CRE8R DAO',
1335
+ decimals: 18,
1336
+ },
1337
+ {
1338
+ blockchain: 'OPTIMISM',
1339
+ symbol: 'XCRMRK',
1340
+ image: 'https://api.rango.exchange/i/ZAuEIO',
1341
+ address: '0xe6cdd3a275c976bca5d3de4f96c7514b899f0434',
1342
+ usdPrice: 2.45,
1343
+ isSecondaryCoin: false,
1344
+ coinSource: null,
1345
+ coinSourceUrl: null,
1346
+ name: 'xcRMRK',
1347
+ decimals: 10,
1348
+ },
1349
+ {
1350
+ blockchain: 'OPTIMISM',
1351
+ symbol: 'ALETH',
1352
+ image: 'https://api.rango.exchange/i/j9xgdC',
1353
+ address: '0x1ccca1ce62c62f7be95d4a67722a8fdbed6eecb4',
1354
+ usdPrice: 1544.16,
1355
+ isSecondaryCoin: false,
1356
+ coinSource: null,
1357
+ coinSourceUrl: null,
1358
+ name: 'Multichain alETH',
1359
+ decimals: 18,
1360
+ },
1361
+ {
1362
+ blockchain: 'OPTIMISM',
1363
+ symbol: 'GTPS',
1364
+ image: 'https://api.rango.exchange/i/SXWddi',
1365
+ address: '0xd22a58f79e9481d1a88e00c343885a588b34b68b',
1366
+ usdPrice: null,
1367
+ isSecondaryCoin: false,
1368
+ coinSource: null,
1369
+ coinSourceUrl: null,
1370
+ name: 'Global Transaction Payment Solution',
1371
+ decimals: 18,
1372
+ },
1373
+ {
1374
+ blockchain: 'OPTIMISM',
1375
+ symbol: 'PONY',
1376
+ image: 'https://api.rango.exchange/i/atDHKp',
1377
+ address: '0x7f8bc696bebbbd29255f871cbef55b74e8f10e57',
1378
+ usdPrice: 1.063,
1379
+ isSecondaryCoin: false,
1380
+ coinSource: null,
1381
+ coinSourceUrl: null,
1382
+ name: 'PONY Index',
1383
+ decimals: 18,
1384
+ },
1385
+ {
1386
+ blockchain: 'OPTIMISM',
1387
+ symbol: 'MOOVELODROMEMAI-USDC',
1388
+ image: 'https://api.rango.exchange/i/zDalKJ',
1389
+ address: '0x01d9cfb8a9d43013a1fdc925640412d8d2d900f0',
1390
+ usdPrice: null,
1391
+ isSecondaryCoin: false,
1392
+ coinSource: null,
1393
+ coinSourceUrl: null,
1394
+ name: 'Moo Velodrome MAI-USDC',
1395
+ decimals: 18,
1396
+ },
1397
+ {
1398
+ blockchain: 'OPTIMISM',
1399
+ symbol: 'MOOCURVEFSUSD',
1400
+ image: 'https://api.rango.exchange/i/7fmlBZ',
1401
+ address: '0x107dbf9c9c0ef2df114159e5c7dc2baf7c444cff',
1402
+ usdPrice: null,
1403
+ isSecondaryCoin: false,
1404
+ coinSource: null,
1405
+ coinSourceUrl: null,
1406
+ name: 'Moo Curve f-sUSD',
1407
+ decimals: 18,
1408
+ },
1409
+ {
1410
+ blockchain: 'OPTIMISM',
1411
+ symbol: 'MOOVELODROMESUSD-USDC',
1412
+ image: 'https://api.rango.exchange/i/3EdQaf',
1413
+ address: '0x2232455bf4622002c1416153ee59fd32b239863b',
1414
+ usdPrice: null,
1415
+ isSecondaryCoin: false,
1416
+ coinSource: null,
1417
+ coinSourceUrl: null,
1418
+ name: 'Moo Velodrome sUSD-USDC',
1419
+ decimals: 18,
1420
+ },
1421
+ {
1422
+ blockchain: 'OPTIMISM',
1423
+ symbol: 'SHN',
1424
+ image: 'https://api.rango.exchange/i/oIqASS',
1425
+ address: '0xce1bffbd5374dac86a2893119683f4911a2f7814',
1426
+ usdPrice: 0.00368,
1427
+ isSecondaryCoin: false,
1428
+ coinSource: null,
1429
+ coinSourceUrl: null,
1430
+ name: 'Shine',
1431
+ decimals: 18,
1432
+ },
1433
+ {
1434
+ blockchain: 'OPTIMISM',
1435
+ symbol: 'UNLOCK',
1436
+ image: 'https://api.rango.exchange/i/10zCOG',
1437
+ address: '0x7ae97042a4a0eb4d1eb370c34bfec71042a056b7',
1438
+ usdPrice: 0.0222,
1439
+ isSecondaryCoin: false,
1440
+ coinSource: null,
1441
+ coinSourceUrl: null,
1442
+ name: 'Unlock Token',
1443
+ decimals: 18,
1444
+ },
1445
+ {
1446
+ blockchain: 'OPTIMISM',
1447
+ symbol: 'aCRV',
1448
+ image: 'https://api.rango.exchange/i/VnDnih',
1449
+ address: '0x764ad60e1b81f6cacfec1a2926393d688d4493e6',
1450
+ usdPrice: null,
1451
+ isSecondaryCoin: false,
1452
+ coinSource: null,
1453
+ coinSourceUrl: null,
1454
+ name: 'AladdinCRV',
1455
+ decimals: 18,
1456
+ },
1457
+ {
1458
+ blockchain: 'OPTIMISM',
1459
+ symbol: 'BAXA',
1460
+ image: 'https://api.rango.exchange/i/jYdIVH',
1461
+ address: '0xdb9888b842408b0b8efa1f5477bd9f351754999e',
1462
+ usdPrice: null,
1463
+ isSecondaryCoin: false,
1464
+ coinSource: null,
1465
+ coinSourceUrl: null,
1466
+ name: 'BAXagent Coin',
1467
+ decimals: 18,
1468
+ },
1469
+ {
1470
+ blockchain: 'OPTIMISM',
1471
+ symbol: 'BitANT',
1472
+ image: 'https://api.rango.exchange/i/Z4u93A',
1473
+ address: '0x5029c236320b8f15ef0a657054b84d90bfbeded3',
1474
+ usdPrice: null,
1475
+ isSecondaryCoin: false,
1476
+ coinSource: null,
1477
+ coinSourceUrl: null,
1478
+ name: 'BitANT',
1479
+ decimals: 18,
1480
+ },
1481
+ {
1482
+ blockchain: 'OPTIMISM',
1483
+ symbol: 'BitBTC',
1484
+ image: 'https://api.rango.exchange/i/Hw8jqo',
1485
+ address: '0xc98b98d17435aa00830c87ea02474c5007e1f272',
1486
+ usdPrice: null,
1487
+ isSecondaryCoin: false,
1488
+ coinSource: null,
1489
+ coinSourceUrl: null,
1490
+ name: 'BitBTC',
1491
+ decimals: 18,
1492
+ },
1493
+ {
1494
+ blockchain: 'OPTIMISM',
1495
+ symbol: 'IBEX',
1496
+ image: 'https://api.rango.exchange/i/0W1NG7',
1497
+ address: '0xbb6bbaa0f6d839a00c82b10747abc3b7e2eecc82',
1498
+ usdPrice: null,
1499
+ isSecondaryCoin: false,
1500
+ coinSource: null,
1501
+ coinSourceUrl: null,
1502
+ name: 'Impermax',
1503
+ decimals: 18,
1504
+ },
1505
+ {
1506
+ blockchain: 'OPTIMISM',
1507
+ symbol: 'LIZ',
1508
+ image: 'https://api.rango.exchange/i/enp0hk',
1509
+ address: '0x3bb4445d30ac020a84c1b5a8a2c6248ebc9779d0',
1510
+ usdPrice: null,
1511
+ isSecondaryCoin: false,
1512
+ coinSource: null,
1513
+ coinSourceUrl: null,
1514
+ name: 'Theranos Coin',
1515
+ decimals: 18,
1516
+ },
1517
+ {
1518
+ blockchain: 'OPTIMISM',
1519
+ symbol: 'LPF',
1520
+ image: 'https://api.rango.exchange/i/R8cSwy',
1521
+ address: '0x0b3e851cf6508a16266bc68a651ea68b31ef673b',
1522
+ usdPrice: null,
1523
+ isSecondaryCoin: false,
1524
+ coinSource: null,
1525
+ coinSourceUrl: null,
1526
+ name: 'Loopfi',
1527
+ decimals: 18,
1528
+ },
1529
+ {
1530
+ blockchain: 'OPTIMISM',
1531
+ symbol: 'rETH',
1532
+ image: 'https://api.rango.exchange/i/1kJlAT',
1533
+ address: '0x9bcef72be871e61ed4fbbc7630889bee758eb81d',
1534
+ usdPrice: 1641.841,
1535
+ isSecondaryCoin: false,
1536
+ coinSource: null,
1537
+ coinSourceUrl: null,
1538
+ name: 'Rocket Pool ETH',
1539
+ decimals: 18,
1540
+ },
1541
+ {
1542
+ blockchain: 'OPTIMISM',
1543
+ symbol: 'RFWSTETH',
1544
+ image: 'https://api.rango.exchange/i/ZUrCax',
1545
+ address: '0xeaeadac73baaf4cb8b024de9d65b2eefa722856c',
1546
+ usdPrice: null,
1547
+ isSecondaryCoin: false,
1548
+ coinSource: null,
1549
+ coinSourceUrl: null,
1550
+ name: 'Respawn Finance Wrapped Staked Ethereum',
1551
+ decimals: 18,
1552
+ },
1553
+ {
1554
+ blockchain: 'OPTIMISM',
1555
+ symbol: 'sBTC',
1556
+ image: 'https://api.rango.exchange/i/bSzjiI',
1557
+ address: '0x298b9b95708152ff6968aafd889c6586e9169f1d',
1558
+ usdPrice: 20826.471,
1559
+ isSecondaryCoin: false,
1560
+ coinSource: null,
1561
+ coinSourceUrl: null,
1562
+ name: 'Synthetic Bitcoin',
1563
+ decimals: 18,
1564
+ },
1565
+ {
1566
+ blockchain: 'OPTIMISM',
1567
+ symbol: 'sLINK',
1568
+ image: 'https://api.rango.exchange/i/WZVclC',
1569
+ address: '0xc5db22719a06418028a40a9b5e9a7c02959d0d08',
1570
+ usdPrice: null,
1571
+ isSecondaryCoin: false,
1572
+ coinSource: null,
1573
+ coinSourceUrl: null,
1574
+ name: 'Synthetic Chainlink',
1575
+ decimals: 18,
1576
+ },
1577
+ {
1578
+ blockchain: 'OPTIMISM',
1579
+ symbol: 'TheDAO',
1580
+ image: 'https://api.rango.exchange/i/nj6rMG',
1581
+ address: '0xd8f365c2c85648f9b89d9f1bf72c0ae4b1c36cfd',
1582
+ usdPrice: null,
1583
+ isSecondaryCoin: false,
1584
+ coinSource: null,
1585
+ coinSourceUrl: null,
1586
+ name: 'TheDAO',
1587
+ decimals: 16,
1588
+ },
1589
+ {
1590
+ blockchain: 'OPTIMISM',
1591
+ symbol: 'UST',
1592
+ image: 'https://api.rango.exchange/i/RmqQuA',
1593
+ address: '0xba28feb4b6a6b81e3f26f08b83a19e715c4294fd',
1594
+ usdPrice: null,
1595
+ isSecondaryCoin: false,
1596
+ coinSource: null,
1597
+ coinSourceUrl: null,
1598
+ name: 'UST (Wormhole)',
1599
+ decimals: 6,
1600
+ },
1601
+ {
1602
+ blockchain: 'OPTIMISM',
1603
+ symbol: 'VALX',
1604
+ image: 'https://api.rango.exchange/i/WMpYbe',
1605
+ address: '0x0a9aaa1c7542b42233ac7ffda364e97ade21f160',
1606
+ usdPrice: null,
1607
+ isSecondaryCoin: false,
1608
+ coinSource: null,
1609
+ coinSourceUrl: null,
1610
+ name: 'Validator',
1611
+ decimals: 18,
1612
+ },
1613
+ {
1614
+ blockchain: 'OPTIMISM',
1615
+ symbol: 'veKWENTA',
1616
+ image: 'https://api.rango.exchange/i/na75UT',
1617
+ address: '0x678d8f4ba8dfe6bad51796351824dcceceaeff2b',
1618
+ usdPrice: null,
1619
+ isSecondaryCoin: false,
1620
+ coinSource: null,
1621
+ coinSourceUrl: null,
1622
+ name: 'veKwenta',
1623
+ decimals: 18,
1624
+ },
1625
+ {
1626
+ blockchain: 'OPTIMISM',
1627
+ symbol: 'MUXLP',
1628
+ image: 'https://api.rango.exchange/i/LU6UXw',
1629
+ address: '0x0509474f102b5cd3f1f09e1e91feb25938ef0f17',
1630
+ usdPrice: null,
1631
+ isSecondaryCoin: false,
1632
+ coinSource: null,
1633
+ coinSourceUrl: null,
1634
+ name: 'MUXLP',
1635
+ decimals: 18,
1636
+ },
1637
+ {
1638
+ blockchain: 'OPTIMISM',
1639
+ symbol: 'muxAVAX',
1640
+ image: 'https://api.rango.exchange/i/x8p1hZ',
1641
+ address: '0x50ec9b92b3bd46969b1ae5e10543ca6fb49fba4f',
1642
+ usdPrice: null,
1643
+ isSecondaryCoin: false,
1644
+ coinSource: null,
1645
+ coinSourceUrl: null,
1646
+ name: 'muxAVAX',
1647
+ decimals: 18,
1648
+ },
1649
+ {
1650
+ blockchain: 'OPTIMISM',
1651
+ symbol: 'muxBNB',
1652
+ image: 'https://api.rango.exchange/i/wdOpD4',
1653
+ address: '0x253be9f0e2a8749df6ac7466d096b264788745e0',
1654
+ usdPrice: null,
1655
+ isSecondaryCoin: false,
1656
+ coinSource: null,
1657
+ coinSourceUrl: null,
1658
+ name: 'muxBNB',
1659
+ decimals: 18,
1660
+ },
1661
+ {
1662
+ blockchain: 'OPTIMISM',
1663
+ symbol: 'muxBTC',
1664
+ image: 'https://api.rango.exchange/i/lln22n',
1665
+ address: '0x1bba8683e28078306db88743a387eb34fb5f34ed',
1666
+ usdPrice: null,
1667
+ isSecondaryCoin: false,
1668
+ coinSource: null,
1669
+ coinSourceUrl: null,
1670
+ name: 'muxBTC',
1671
+ decimals: 18,
1672
+ },
1673
+ {
1674
+ blockchain: 'OPTIMISM',
1675
+ symbol: 'muxETH',
1676
+ image: 'https://api.rango.exchange/i/ivPWLz',
1677
+ address: '0xff86404162bf14fe50cedcf82a56941dc5f48c77',
1678
+ usdPrice: null,
1679
+ isSecondaryCoin: false,
1680
+ coinSource: null,
1681
+ coinSourceUrl: null,
1682
+ name: 'muxETH',
1683
+ decimals: 18,
1684
+ },
1685
+ {
1686
+ blockchain: 'OPTIMISM',
1687
+ symbol: 'muxFTM',
1688
+ image: 'https://api.rango.exchange/i/mSbv0e',
1689
+ address: '0xfd951e71a8ec5c03ad6139d35f800374ba500fa8',
1690
+ usdPrice: null,
1691
+ isSecondaryCoin: false,
1692
+ coinSource: null,
1693
+ coinSourceUrl: null,
1694
+ name: 'muxFTM',
1695
+ decimals: 18,
1696
+ },
1697
+ {
1698
+ blockchain: 'OPTIMISM',
1699
+ symbol: 'muxOP',
1700
+ image: 'https://api.rango.exchange/i/sMCOOC',
1701
+ address: '0x69663eb604c7d534e9149fa855d89d9104e75363',
1702
+ usdPrice: null,
1703
+ isSecondaryCoin: false,
1704
+ coinSource: null,
1705
+ coinSourceUrl: null,
1706
+ name: 'muxOP',
1707
+ decimals: 18,
1708
+ },
1709
+ {
1710
+ blockchain: 'OPTIMISM',
1711
+ symbol: 'muxUSD',
1712
+ image: 'https://api.rango.exchange/i/M7nASF',
1713
+ address: '0xe80e0b928f8f3024dfefa56e7608bc3baf389881',
1714
+ usdPrice: null,
1715
+ isSecondaryCoin: false,
1716
+ coinSource: null,
1717
+ coinSourceUrl: null,
1718
+ name: 'muxUSD',
1719
+ decimals: 18,
1720
+ },
1721
+ ];