@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,2972 @@
1
+ // import { PropTypes } from './BlockchainsList';
2
+
3
+ import { BlockchainMeta, TransactionType } from 'rango-sdk';
4
+
5
+ export const blockchainMeta: BlockchainMeta[] = [
6
+ {
7
+ name: 'BSC',
8
+ defaultDecimals: 18,
9
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
10
+ feeAssets: [
11
+ {
12
+ blockchain: 'BSC',
13
+ symbol: 'BNB',
14
+ address: null,
15
+ },
16
+ ],
17
+ logo: 'https://api.rango.exchange/blockchains/binance.svg',
18
+ displayName: 'BSC',
19
+ shortName: 'BSC',
20
+ sort: 1,
21
+ color: '#F3BA2F',
22
+ enabled: true,
23
+ type: TransactionType.EVM,
24
+ chainId: '0x38',
25
+ info: {
26
+ infoType: 'EvmMetaInfo',
27
+ chainName: 'Binance Smart Chain Mainnet',
28
+ nativeCurrency: {
29
+ name: 'BNB',
30
+ symbol: 'BNB',
31
+ decimals: 18,
32
+ },
33
+ rpcUrls: ['https://bsc-dataseed1.ninicoin.io'],
34
+ blockExplorerUrls: ['https://bscscan.com'],
35
+ addressUrl: 'https://bscscan.com/address/{wallet}',
36
+ transactionUrl: 'https://bscscan.com/tx/{txHash}',
37
+ },
38
+ },
39
+ {
40
+ name: 'POLYGON',
41
+ defaultDecimals: 18,
42
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
43
+ feeAssets: [
44
+ {
45
+ blockchain: 'POLYGON',
46
+ symbol: 'MATIC',
47
+ address: null,
48
+ },
49
+ ],
50
+ logo: 'https://api.rango.exchange/blockchains/polygon.svg',
51
+ displayName: 'Polygon',
52
+ shortName: 'Polygon',
53
+ sort: 2,
54
+ color: '#8247E5',
55
+ enabled: true,
56
+ type: TransactionType.EVM,
57
+ chainId: '0x89',
58
+ info: {
59
+ infoType: 'EvmMetaInfo',
60
+ chainName: 'Polygon Mainnet',
61
+ nativeCurrency: {
62
+ name: 'MATIC',
63
+ symbol: 'MATIC',
64
+ decimals: 18,
65
+ },
66
+ rpcUrls: ['https://polygon-rpc.com'],
67
+ blockExplorerUrls: ['https://polygonscan.com'],
68
+ addressUrl: 'https://polygonscan.com/address/{wallet}',
69
+ transactionUrl: 'https://polygonscan.com/tx/{txHash}',
70
+ },
71
+ },
72
+ {
73
+ name: 'ETH',
74
+ defaultDecimals: 18,
75
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
76
+ feeAssets: [
77
+ {
78
+ blockchain: 'ETH',
79
+ symbol: 'ETH',
80
+ address: null,
81
+ },
82
+ ],
83
+ logo: 'https://api.rango.exchange/blockchains/ethereum.svg',
84
+ displayName: 'Ethereum',
85
+ shortName: 'ETH',
86
+ sort: 3,
87
+ color: '#ecf0f1',
88
+ enabled: true,
89
+ type: TransactionType.EVM,
90
+ chainId: '0x1',
91
+ info: {
92
+ infoType: 'EvmMetaInfo',
93
+ chainName: 'Ethereum Mainnet',
94
+ nativeCurrency: {
95
+ name: 'ETH',
96
+ symbol: 'ETH',
97
+ decimals: 18,
98
+ },
99
+ rpcUrls: ['https://rpc.ankr.com/eth'],
100
+ blockExplorerUrls: ['https://etherscan.io'],
101
+ addressUrl: 'https://etherscan.io/address/{wallet}',
102
+ transactionUrl: 'https://etherscan.io/tx/{txHash}',
103
+ },
104
+ },
105
+ {
106
+ name: 'OSMOSIS',
107
+ defaultDecimals: 6,
108
+ addressPatterns: ['^(osmo1)[0-9a-z]{38}$'],
109
+ feeAssets: [
110
+ {
111
+ blockchain: 'OSMOSIS',
112
+ symbol: 'OSMO',
113
+ address: null,
114
+ },
115
+ ],
116
+ logo: 'https://api.rango.exchange/blockchains/osmosis.svg',
117
+ displayName: 'Osmosis',
118
+ shortName: 'Osmosis',
119
+ sort: 4,
120
+ color: '#7901B4',
121
+ enabled: true,
122
+ type: TransactionType.COSMOS,
123
+ chainId: 'osmosis-1',
124
+ info: {
125
+ infoType: 'CosmosMetaInfo',
126
+ experimental: false,
127
+ rpc: 'https://rpc-osmosis.keplr.app',
128
+ rest: 'https://lcd-osmosis.keplr.app',
129
+ cosmostationLcdUrl: 'https://lcd-osmosis.cosmostation.io',
130
+ cosmostationApiUrl: 'https://api-osmosis.cosmostation.io',
131
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
132
+ mintScanName: 'osmosis',
133
+ chainName: 'Osmosis',
134
+ stakeCurrency: {
135
+ coinDenom: 'OSMO',
136
+ coinMinimalDenom: 'uosmo',
137
+ coinDecimals: 6,
138
+ coinGeckoId: 'pool:uosmo',
139
+ coinImageUrl: '/tokens/blockchain/osmosis.svg',
140
+ },
141
+ bip44: {
142
+ coinType: 118,
143
+ },
144
+ bech32Config: {
145
+ bech32PrefixAccAddr: 'osmo',
146
+ bech32PrefixAccPub: 'osmopub',
147
+ bech32PrefixValAddr: 'osmovaloper',
148
+ bech32PrefixValPub: 'osmovaloperpub',
149
+ bech32PrefixConsAddr: 'osmovalcons',
150
+ bech32PrefixConsPub: 'osmovalconspub',
151
+ },
152
+ currencies: [
153
+ {
154
+ coinDenom: 'OSMO',
155
+ coinMinimalDenom: 'uosmo',
156
+ coinDecimals: 6,
157
+ coinGeckoId: 'pool:uosmo',
158
+ coinImageUrl: '/tokens/blockchain/osmosis.svg',
159
+ },
160
+ {
161
+ coinDenom: 'ION',
162
+ coinMinimalDenom: 'uion',
163
+ coinDecimals: 6,
164
+ coinGeckoId: 'pool:uion',
165
+ coinImageUrl: '/tokens/blockchain/ion.png',
166
+ },
167
+ ],
168
+ feeCurrencies: [
169
+ {
170
+ coinDenom: 'OSMO',
171
+ coinMinimalDenom: 'uosmo',
172
+ coinDecimals: 6,
173
+ coinGeckoId: 'pool:uosmo',
174
+ coinImageUrl: '/tokens/blockchain/osmosis.svg',
175
+ },
176
+ ],
177
+ features: ['stargate', 'ibc-transfer'],
178
+ explorerUrlToTx: 'https://www.mintscan.io/osmosis/txs/{txHash}',
179
+ gasPriceStep: {
180
+ low: 0,
181
+ average: 0.025,
182
+ high: 0.04,
183
+ },
184
+ },
185
+ },
186
+ {
187
+ name: 'JUNO',
188
+ defaultDecimals: 6,
189
+ addressPatterns: ['^(juno1)[0-9a-z]{38}$'],
190
+ feeAssets: [
191
+ {
192
+ blockchain: 'JUNO',
193
+ symbol: 'JUNO',
194
+ address: null,
195
+ },
196
+ ],
197
+ logo: 'https://api.rango.exchange/blockchains/juno.svg',
198
+ displayName: 'Juno',
199
+ shortName: 'Juno',
200
+ sort: 5,
201
+ color: '#f0827d',
202
+ enabled: true,
203
+ type: TransactionType.COSMOS,
204
+ chainId: 'juno-1',
205
+ info: {
206
+ infoType: 'CosmosMetaInfo',
207
+ experimental: false,
208
+ rpc: 'https://rpc-juno.itastakers.com:443/',
209
+ rest: 'https://lcd-juno.keplr.app',
210
+ cosmostationLcdUrl: 'https://lcd-juno.cosmostation.io',
211
+ cosmostationApiUrl: 'https://api-juno.cosmostation.io',
212
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
213
+ mintScanName: 'juno',
214
+ chainName: 'Juno',
215
+ stakeCurrency: {
216
+ coinDenom: 'JUNO',
217
+ coinMinimalDenom: 'ujuno',
218
+ coinDecimals: 6,
219
+ coinGeckoId: 'juno-network',
220
+ coinImageUrl: '/tokens/blockchain/JUNO.png',
221
+ },
222
+ bip44: {
223
+ coinType: 118,
224
+ },
225
+ bech32Config: {
226
+ bech32PrefixAccAddr: 'juno',
227
+ bech32PrefixAccPub: 'junopub',
228
+ bech32PrefixValAddr: 'junovaloper',
229
+ bech32PrefixValPub: 'junovaloperpub',
230
+ bech32PrefixConsAddr: 'junovalcons',
231
+ bech32PrefixConsPub: 'junovalconspub',
232
+ },
233
+ currencies: [
234
+ {
235
+ coinDenom: 'JUNO',
236
+ coinMinimalDenom: 'ujuno',
237
+ coinDecimals: 6,
238
+ coinGeckoId: 'juno-network',
239
+ coinImageUrl: '/tokens/blockchain/JUNO.png',
240
+ },
241
+ ],
242
+ feeCurrencies: [
243
+ {
244
+ coinDenom: 'JUNO',
245
+ coinMinimalDenom: 'ujuno',
246
+ coinDecimals: 6,
247
+ coinGeckoId: 'juno-network',
248
+ coinImageUrl: '/tokens/blockchain/JUNO.png',
249
+ },
250
+ ],
251
+ features: ['stargate', 'ibc-transfer'],
252
+ explorerUrlToTx: 'https://www.mintscan.io/juno/txs/{txHash}',
253
+ gasPriceStep: {
254
+ low: 0.001,
255
+ average: 0.0025,
256
+ high: 0.004,
257
+ },
258
+ },
259
+ },
260
+ {
261
+ name: 'AVAX_CCHAIN',
262
+ defaultDecimals: 18,
263
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
264
+ feeAssets: [
265
+ {
266
+ blockchain: 'AVAX_CCHAIN',
267
+ symbol: 'AVAX',
268
+ address: null,
269
+ },
270
+ ],
271
+ logo: 'https://api.rango.exchange/blockchains/avax_cchain.svg',
272
+ displayName: 'Avalanche',
273
+ shortName: 'Avax',
274
+ sort: 6,
275
+ color: '#e84142',
276
+ enabled: true,
277
+ type: TransactionType.EVM,
278
+ chainId: '0xa86a',
279
+ info: {
280
+ infoType: 'EvmMetaInfo',
281
+ chainName: 'Avalanche C-Chain',
282
+ nativeCurrency: {
283
+ name: 'AVAX',
284
+ symbol: 'AVAX',
285
+ decimals: 18,
286
+ },
287
+ rpcUrls: ['https://api.avax.network/ext/bc/C/rpc'],
288
+ blockExplorerUrls: ['https://snowtrace.io'],
289
+ addressUrl: 'https://snowtrace.io/address/{wallet}',
290
+ transactionUrl: 'https://snowtrace.io/tx/{txHash}',
291
+ },
292
+ },
293
+ {
294
+ name: 'ARBITRUM',
295
+ defaultDecimals: 18,
296
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
297
+ feeAssets: [
298
+ {
299
+ blockchain: 'ARBITRUM',
300
+ symbol: 'ETH',
301
+ address: null,
302
+ },
303
+ ],
304
+ logo: 'https://api.rango.exchange/blockchains/arbitrum.svg',
305
+ displayName: 'Arbitrum',
306
+ shortName: 'Arbitrum',
307
+ sort: 7,
308
+ color: '#28a0f0',
309
+ enabled: true,
310
+ type: TransactionType.EVM,
311
+ chainId: '0xa4b1',
312
+ info: {
313
+ infoType: 'EvmMetaInfo',
314
+ chainName: 'Arbitrum One',
315
+ nativeCurrency: {
316
+ name: 'ETH',
317
+ symbol: 'ETH',
318
+ decimals: 18,
319
+ },
320
+ rpcUrls: ['https://arb1.arbitrum.io/rpc'],
321
+ blockExplorerUrls: ['https://arbiscan.io'],
322
+ addressUrl: 'https://arbiscan.io/address/{wallet}',
323
+ transactionUrl: 'https://arbiscan.io/tx/{txHash}',
324
+ },
325
+ },
326
+ {
327
+ name: 'TERRA',
328
+ defaultDecimals: 6,
329
+ addressPatterns: ['^(terra1)[0-9a-z]{38}$'],
330
+ feeAssets: [
331
+ {
332
+ blockchain: 'TERRA',
333
+ symbol: 'Luna',
334
+ address: null,
335
+ },
336
+ {
337
+ blockchain: 'TERRA',
338
+ symbol: 'UST',
339
+ address: null,
340
+ },
341
+ {
342
+ blockchain: 'TERRA',
343
+ symbol: 'TERRA_EUT',
344
+ address: null,
345
+ },
346
+ {
347
+ blockchain: 'TERRA',
348
+ symbol: 'KRT',
349
+ address: null,
350
+ },
351
+ ],
352
+ logo: 'https://api.rango.exchange/blockchains/terra.svg',
353
+ displayName: 'Terra',
354
+ shortName: 'Terra',
355
+ sort: 8,
356
+ color: '#5493F7',
357
+ enabled: false,
358
+ type: TransactionType.COSMOS,
359
+ chainId: 'columbus-5',
360
+ info: {
361
+ infoType: 'CosmosMetaInfo',
362
+ experimental: true,
363
+ rpc: 'https://rpc-columbus.keplr.app',
364
+ rest: 'https://lcd-columbus.keplr.app',
365
+ cosmostationLcdUrl: null,
366
+ cosmostationApiUrl: 'https://lcd.terra.dev',
367
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
368
+ mintScanName: null,
369
+ chainName: 'Terra',
370
+ stakeCurrency: {
371
+ coinDenom: 'LUNA',
372
+ coinMinimalDenom: 'uluna',
373
+ coinDecimals: 6,
374
+ coinGeckoId: 'terra-luna',
375
+ coinImageUrl: '/tokens/blockchain/LUNA.png',
376
+ },
377
+ bip44: {
378
+ coinType: 330,
379
+ },
380
+ bech32Config: {
381
+ bech32PrefixAccAddr: 'terra',
382
+ bech32PrefixAccPub: 'terrapub',
383
+ bech32PrefixValAddr: 'terravaloper',
384
+ bech32PrefixValPub: 'terravaloperpub',
385
+ bech32PrefixConsAddr: 'terravalcons',
386
+ bech32PrefixConsPub: 'terravalconspub',
387
+ },
388
+ currencies: [
389
+ {
390
+ coinDenom: 'LUNA',
391
+ coinMinimalDenom: 'uluna',
392
+ coinDecimals: 6,
393
+ coinGeckoId: 'terra-luna',
394
+ coinImageUrl: '/tokens/blockchain/LUNA.png',
395
+ },
396
+ {
397
+ coinDenom: 'UST',
398
+ coinMinimalDenom: 'uusd',
399
+ coinDecimals: 6,
400
+ coinGeckoId: 'terrausd',
401
+ coinImageUrl: '/tokens/blockchain/UST.png',
402
+ },
403
+ ],
404
+ feeCurrencies: [
405
+ {
406
+ coinDenom: 'LUNA',
407
+ coinMinimalDenom: 'uluna',
408
+ coinDecimals: 6,
409
+ coinGeckoId: 'terra-luna',
410
+ coinImageUrl: '/tokens/blockchain/LUNA.png',
411
+ },
412
+ {
413
+ coinDenom: 'UST',
414
+ coinMinimalDenom: 'uusd',
415
+ coinDecimals: 6,
416
+ coinGeckoId: 'terrausd',
417
+ coinImageUrl: '/tokens/blockchain/UST.png',
418
+ },
419
+ ],
420
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
421
+ explorerUrlToTx: 'https://finder.terra.money/columbus-5/tx/{txHash}',
422
+ gasPriceStep: {
423
+ low: 0.0075,
424
+ average: 0.0075,
425
+ high: 0.0075,
426
+ },
427
+ },
428
+ },
429
+ {
430
+ name: 'COSMOS',
431
+ defaultDecimals: 6,
432
+ addressPatterns: ['^(cosmos1)[0-9a-z]{38}$'],
433
+ feeAssets: [
434
+ {
435
+ blockchain: 'COSMOS',
436
+ symbol: 'ATOM',
437
+ address: null,
438
+ },
439
+ ],
440
+ logo: 'https://api.rango.exchange/blockchains/cosmos.svg',
441
+ displayName: 'Cosmos',
442
+ shortName: 'Cosmos',
443
+ sort: 8,
444
+ color: '#2E3148',
445
+ enabled: true,
446
+ type: TransactionType.COSMOS,
447
+ chainId: 'cosmoshub-4',
448
+ info: {
449
+ infoType: 'CosmosMetaInfo',
450
+ experimental: false,
451
+ rpc: 'https://cosmos-rpc.polkachu.com',
452
+ rest: 'https://lcd-cosmoshub.keplr.app',
453
+ cosmostationLcdUrl: 'https://lcd-cosmos.cosmostation.io',
454
+ cosmostationApiUrl: 'https://api-cosmos.cosmostation.io',
455
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
456
+ mintScanName: 'cosmos',
457
+ chainName: 'Cosmos',
458
+ stakeCurrency: {
459
+ coinDenom: 'ATOM',
460
+ coinMinimalDenom: 'uatom',
461
+ coinDecimals: 6,
462
+ coinGeckoId: 'cosmos',
463
+ coinImageUrl: '/tokens/blockchain/cosmos.svg',
464
+ },
465
+ bip44: {
466
+ coinType: 118,
467
+ },
468
+ bech32Config: {
469
+ bech32PrefixAccAddr: 'cosmos',
470
+ bech32PrefixAccPub: 'cosmospub',
471
+ bech32PrefixValAddr: 'cosmosvaloper',
472
+ bech32PrefixValPub: 'cosmosvaloperpub',
473
+ bech32PrefixConsAddr: 'cosmosvalcons',
474
+ bech32PrefixConsPub: 'cosmosvalconspub',
475
+ },
476
+ currencies: [
477
+ {
478
+ coinDenom: 'ATOM',
479
+ coinMinimalDenom: 'uatom',
480
+ coinDecimals: 6,
481
+ coinGeckoId: 'cosmos',
482
+ coinImageUrl: '/tokens/blockchain/cosmos.svg',
483
+ },
484
+ ],
485
+ feeCurrencies: [
486
+ {
487
+ coinDenom: 'ATOM',
488
+ coinMinimalDenom: 'uatom',
489
+ coinDecimals: 6,
490
+ coinGeckoId: 'cosmos',
491
+ coinImageUrl: '/tokens/blockchain/cosmos.svg',
492
+ },
493
+ ],
494
+ features: ['stargate', 'ibc-transfer'],
495
+ explorerUrlToTx: 'https://www.mintscan.io/cosmos/txs/{txHash}',
496
+ gasPriceStep: {
497
+ low: 0.01,
498
+ average: 0.025,
499
+ high: 0.04,
500
+ },
501
+ },
502
+ },
503
+ {
504
+ name: 'FANTOM',
505
+ defaultDecimals: 18,
506
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
507
+ feeAssets: [
508
+ {
509
+ blockchain: 'FANTOM',
510
+ symbol: 'FTM',
511
+ address: null,
512
+ },
513
+ ],
514
+ logo: 'https://api.rango.exchange/blockchains/fantom.png',
515
+ displayName: 'Fantom',
516
+ shortName: 'Fantom',
517
+ sort: 9,
518
+ color: '#337afe',
519
+ enabled: true,
520
+ type: TransactionType.EVM,
521
+ chainId: '0xfa',
522
+ info: {
523
+ infoType: 'EvmMetaInfo',
524
+ chainName: 'Fantom Opera',
525
+ nativeCurrency: {
526
+ name: 'FTM',
527
+ symbol: 'FTM',
528
+ decimals: 18,
529
+ },
530
+ rpcUrls: ['https://rpc.ftm.tools'],
531
+ blockExplorerUrls: ['https://ftmscan.com'],
532
+ addressUrl: 'https://ftmscan.com/address/{wallet}',
533
+ transactionUrl: 'https://ftmscan.com/tx/{txHash}',
534
+ },
535
+ },
536
+ {
537
+ name: 'OPTIMISM',
538
+ defaultDecimals: 18,
539
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
540
+ feeAssets: [
541
+ {
542
+ blockchain: 'OPTIMISM',
543
+ symbol: 'ETH',
544
+ address: null,
545
+ },
546
+ ],
547
+ logo: 'https://api.rango.exchange/blockchains/optimism.svg',
548
+ displayName: 'Optimism',
549
+ shortName: 'Optimism',
550
+ sort: 10,
551
+ color: '#FF0420',
552
+ enabled: true,
553
+ type: TransactionType.EVM,
554
+ chainId: '0xa',
555
+ info: {
556
+ infoType: 'EvmMetaInfo',
557
+ chainName: 'Optimism',
558
+ nativeCurrency: {
559
+ name: 'ETH',
560
+ symbol: 'ETH',
561
+ decimals: 18,
562
+ },
563
+ rpcUrls: ['https://mainnet.optimism.io'],
564
+ blockExplorerUrls: ['https://optimistic.etherscan.io'],
565
+ addressUrl: 'https://optimistic.etherscan.io/address/{wallet}',
566
+ transactionUrl: 'https://optimistic.etherscan.io/tx/{txHash}',
567
+ },
568
+ },
569
+ {
570
+ name: 'SOLANA',
571
+ defaultDecimals: 9,
572
+ addressPatterns: ['^[1-9A-HJ-NP-Za-km-z]{32,44}$'],
573
+ feeAssets: [
574
+ {
575
+ blockchain: 'SOLANA',
576
+ symbol: 'SOL',
577
+ address: null,
578
+ },
579
+ ],
580
+ logo: 'https://api.rango.exchange/blockchains/solana.svg',
581
+ displayName: 'Solana',
582
+ shortName: 'Solana',
583
+ sort: 11,
584
+ color: '#708DD2',
585
+ enabled: true,
586
+ type: TransactionType.SOLANA,
587
+ chainId: 'mainnet-beta',
588
+ info: null,
589
+ },
590
+ {
591
+ name: 'OKC',
592
+ defaultDecimals: 18,
593
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
594
+ feeAssets: [
595
+ {
596
+ blockchain: 'OKC',
597
+ symbol: 'OKT',
598
+ address: null,
599
+ },
600
+ ],
601
+ logo: 'https://api.rango.exchange/blockchains/okx.png',
602
+ displayName: 'OKX Chain (OKC)',
603
+ shortName: 'Okx',
604
+ sort: 11,
605
+ color: '#29a0f0',
606
+ enabled: true,
607
+ type: TransactionType.EVM,
608
+ chainId: '0x42',
609
+ info: {
610
+ infoType: 'EvmMetaInfo',
611
+ chainName: 'OKX Chain',
612
+ nativeCurrency: {
613
+ name: 'OKT',
614
+ symbol: 'OKT',
615
+ decimals: 18,
616
+ },
617
+ rpcUrls: ['https://exchainrpc.okex.org'],
618
+ blockExplorerUrls: ['https://www.oklink.com/en/okc'],
619
+ addressUrl: 'https://www.oklink.com/en/okc/address/{wallet}',
620
+ transactionUrl: 'https://www.oklink.com/en/okc/tx/{txHash}',
621
+ },
622
+ },
623
+ {
624
+ name: 'CRONOS',
625
+ defaultDecimals: 18,
626
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
627
+ feeAssets: [
628
+ {
629
+ blockchain: 'CRONOS',
630
+ symbol: 'CRO',
631
+ address: null,
632
+ },
633
+ ],
634
+ logo: 'https://api.rango.exchange/blockchains/cronos.svg',
635
+ displayName: 'Cronos',
636
+ shortName: 'Cronos',
637
+ sort: 12,
638
+ color: '#1a90ff',
639
+ enabled: true,
640
+ type: TransactionType.EVM,
641
+ chainId: '0x19',
642
+ info: {
643
+ infoType: 'EvmMetaInfo',
644
+ chainName: 'Cronos Mainnet Beta',
645
+ nativeCurrency: {
646
+ name: 'CRO',
647
+ symbol: 'CRO',
648
+ decimals: 18,
649
+ },
650
+ rpcUrls: ['https://evm.cronos.org'],
651
+ blockExplorerUrls: ['https://cronoscan.com'],
652
+ addressUrl: 'https://cronoscan.com/address/{wallet}',
653
+ transactionUrl: 'https://cronoscan.com/tx/{txHash}',
654
+ },
655
+ },
656
+ {
657
+ name: 'MOONRIVER',
658
+ defaultDecimals: 18,
659
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
660
+ feeAssets: [
661
+ {
662
+ blockchain: 'MOONRIVER',
663
+ symbol: 'MOVR',
664
+ address: null,
665
+ },
666
+ ],
667
+ logo: 'https://api.rango.exchange/blockchains/moonriver.svg',
668
+ displayName: 'MoonRiver',
669
+ shortName: 'MoonRiver',
670
+ sort: 13,
671
+ color: '#F3B404',
672
+ enabled: true,
673
+ type: TransactionType.EVM,
674
+ chainId: '0x505',
675
+ info: {
676
+ infoType: 'EvmMetaInfo',
677
+ chainName: 'MoonRiver',
678
+ nativeCurrency: {
679
+ name: 'MOVR',
680
+ symbol: 'MOVR',
681
+ decimals: 18,
682
+ },
683
+ rpcUrls: ['https://rpc.moonriver.moonbeam.network'],
684
+ blockExplorerUrls: ['https://moonriver.moonscan.io'],
685
+ addressUrl: 'https://moonriver.moonscan.io/address/{wallet}',
686
+ transactionUrl: 'https://moonriver.moonscan.io/tx/{txHash}',
687
+ },
688
+ },
689
+ {
690
+ name: 'MOONBEAM',
691
+ defaultDecimals: 18,
692
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
693
+ feeAssets: [
694
+ {
695
+ blockchain: 'MOONBEAM',
696
+ symbol: 'GLMR',
697
+ address: null,
698
+ },
699
+ ],
700
+ logo: 'https://api.rango.exchange/blockchains/moonbeam.png',
701
+ displayName: 'MoonBeam',
702
+ shortName: 'MoonBeam',
703
+ sort: 14,
704
+ color: '#B3206B',
705
+ enabled: true,
706
+ type: TransactionType.EVM,
707
+ chainId: '0x504',
708
+ info: {
709
+ infoType: 'EvmMetaInfo',
710
+ chainName: 'MoonBeam',
711
+ nativeCurrency: {
712
+ name: 'GLMR',
713
+ symbol: 'GLMR',
714
+ decimals: 18,
715
+ },
716
+ rpcUrls: ['https://rpc.api.moonbeam.network'],
717
+ blockExplorerUrls: ['https://moonbeam.moonscan.io'],
718
+ addressUrl: 'https://moonbeam.moonscan.io/address/{wallet}',
719
+ transactionUrl: 'https://moonbeam.moonscan.io/tx/{txHash}',
720
+ },
721
+ },
722
+ {
723
+ name: 'POLKADOT',
724
+ defaultDecimals: 10,
725
+ addressPatterns: ['^(1)[0-9a-z-A-Z]{44,50}$'],
726
+ feeAssets: [],
727
+ logo: 'https://api.rango.exchange/blockchains/polkadot.svg',
728
+ displayName: 'Polkadot',
729
+ shortName: 'Polkadot',
730
+ sort: 14,
731
+ color: '#E6007A',
732
+ enabled: false,
733
+ type: TransactionType.TRANSFER,
734
+ chainId: null,
735
+ info: null,
736
+ },
737
+ {
738
+ name: 'DOGE',
739
+ defaultDecimals: 8,
740
+ addressPatterns: ['^(D|A|9)[a-km-zA-HJ-NP-Z1-9]{33,34}$'],
741
+ feeAssets: [
742
+ {
743
+ blockchain: 'DOGE',
744
+ symbol: 'DOGE',
745
+ address: null,
746
+ },
747
+ ],
748
+ logo: 'https://api.rango.exchange/blockchains/doge.svg',
749
+ displayName: 'Doge',
750
+ shortName: 'Doge',
751
+ sort: 15,
752
+ color: '#BA9F33',
753
+ enabled: false,
754
+ type: TransactionType.TRANSFER,
755
+ chainId: null,
756
+ info: null,
757
+ },
758
+ {
759
+ name: 'HECO',
760
+ defaultDecimals: 18,
761
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
762
+ feeAssets: [
763
+ {
764
+ blockchain: 'HECO',
765
+ symbol: 'HT',
766
+ address: null,
767
+ },
768
+ ],
769
+ logo: 'https://api.rango.exchange/blockchains/heco.png',
770
+ displayName: 'Heco',
771
+ shortName: 'Heco',
772
+ sort: 15,
773
+ color: '#4CA852',
774
+ enabled: true,
775
+ type: TransactionType.EVM,
776
+ chainId: '0x80',
777
+ info: {
778
+ infoType: 'EvmMetaInfo',
779
+ chainName: 'Huobi ECO Chain Mainnet',
780
+ nativeCurrency: {
781
+ name: 'HT',
782
+ symbol: 'HT',
783
+ decimals: 18,
784
+ },
785
+ rpcUrls: ['https://http-mainnet.hecochain.com'],
786
+ blockExplorerUrls: ['https://hecoinfo.com'],
787
+ addressUrl: 'https://hecoinfo.com/address/{wallet}',
788
+ transactionUrl: 'https://hecoinfo.com/tx/{txHash}',
789
+ },
790
+ },
791
+ {
792
+ name: 'AURORA',
793
+ defaultDecimals: 18,
794
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
795
+ feeAssets: [
796
+ {
797
+ blockchain: 'AURORA',
798
+ symbol: 'ETH',
799
+ address: null,
800
+ },
801
+ ],
802
+ logo: 'https://api.rango.exchange/blockchains/aurora.svg',
803
+ displayName: 'Aurora',
804
+ shortName: 'Aurora',
805
+ sort: 15,
806
+ color: '#78d64b',
807
+ enabled: true,
808
+ type: TransactionType.EVM,
809
+ chainId: '0x4e454152',
810
+ info: {
811
+ infoType: 'EvmMetaInfo',
812
+ chainName: 'Aurora Mainnet',
813
+ nativeCurrency: {
814
+ name: 'ETH',
815
+ symbol: 'ETH',
816
+ decimals: 18,
817
+ },
818
+ rpcUrls: ['https://mainnet.aurora.dev'],
819
+ blockExplorerUrls: ['https://explorer.mainnet.aurora.dev'],
820
+ addressUrl: 'https://explorer.mainnet.aurora.dev/address/{wallet}',
821
+ transactionUrl: 'https://explorer.mainnet.aurora.dev/tx/{txHash}',
822
+ },
823
+ },
824
+ {
825
+ name: 'HARMONY',
826
+ defaultDecimals: 18,
827
+ addressPatterns: ['^(one1)[0-9a-z]{38}$', '^(0x)[0-9A-Fa-f]{40}$'],
828
+ feeAssets: [
829
+ {
830
+ blockchain: 'HARMONY',
831
+ symbol: 'ONE',
832
+ address: null,
833
+ },
834
+ ],
835
+ logo: 'https://api.rango.exchange/blockchains/harmony.svg',
836
+ displayName: 'Harmony',
837
+ shortName: 'Harmony',
838
+ sort: 15,
839
+ color: '#50AEE9',
840
+ enabled: true,
841
+ type: TransactionType.EVM,
842
+ chainId: '0x63564c40',
843
+ info: {
844
+ infoType: 'EvmMetaInfo',
845
+ chainName: 'Harmony Mainnet',
846
+ nativeCurrency: {
847
+ name: 'ONE',
848
+ symbol: 'ONE',
849
+ decimals: 18,
850
+ },
851
+ rpcUrls: ['https://rpc.ankr.com/harmony'],
852
+ blockExplorerUrls: ['https://explorer.harmony.one'],
853
+ addressUrl: 'https://explorer.harmony.one/address/{wallet}',
854
+ transactionUrl: 'https://explorer.harmony.one/tx/{txHash}',
855
+ },
856
+ },
857
+ {
858
+ name: 'EVMOS',
859
+ defaultDecimals: 18,
860
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
861
+ feeAssets: [
862
+ {
863
+ blockchain: 'EVMOS',
864
+ symbol: 'EVMOS',
865
+ address: null,
866
+ },
867
+ ],
868
+ logo: 'https://api.rango.exchange/blockchains/evmos.png',
869
+ displayName: 'Evmos',
870
+ shortName: 'Evmos',
871
+ sort: 15,
872
+ color: '#2D2925',
873
+ enabled: true,
874
+ type: TransactionType.EVM,
875
+ chainId: '0x2329',
876
+ info: {
877
+ infoType: 'EvmMetaInfo',
878
+ chainName: 'Evmos',
879
+ nativeCurrency: {
880
+ name: 'EVMOS',
881
+ symbol: 'EVMOS',
882
+ decimals: 18,
883
+ },
884
+ rpcUrls: ['https://eth.bd.evmos.org:8545'],
885
+ blockExplorerUrls: ['https://evm.evmos.org'],
886
+ addressUrl: 'https://evm.evmos.org/address/{wallet}',
887
+ transactionUrl: 'https://evm.evmos.org/tx/{txHash}',
888
+ },
889
+ },
890
+ {
891
+ name: 'TRON',
892
+ defaultDecimals: 18,
893
+ addressPatterns: ['^T[1-9A-HJ-NP-Za-km-z]{33}$'],
894
+ feeAssets: [],
895
+ logo: 'https://api.rango.exchange/blockchains/tron.svg',
896
+ displayName: 'Tron',
897
+ shortName: 'Tron',
898
+ sort: 16,
899
+ color: '#FF060A',
900
+ enabled: false,
901
+ type: TransactionType.TRANSFER,
902
+ chainId: null,
903
+ info: null,
904
+ },
905
+ {
906
+ name: 'SIF',
907
+ defaultDecimals: 18,
908
+ addressPatterns: ['^(sif1)[0-9a-z]{38}$'],
909
+ feeAssets: [
910
+ {
911
+ blockchain: 'SIF',
912
+ symbol: 'ROWAN',
913
+ address: null,
914
+ },
915
+ ],
916
+ logo: 'https://api.rango.exchange/blockchains/sif.png',
917
+ displayName: 'Sifchain',
918
+ shortName: 'Sifchain',
919
+ sort: 16,
920
+ color: '#CAAA3A',
921
+ enabled: true,
922
+ type: TransactionType.COSMOS,
923
+ chainId: 'sifchain-1',
924
+ info: {
925
+ infoType: 'CosmosMetaInfo',
926
+ experimental: false,
927
+ rpc: 'https://rpc.sifchain.finance',
928
+ rest: 'https://api-int.sifchain.finance',
929
+ cosmostationLcdUrl: 'https://lcd-sifchain.cosmostation.io',
930
+ cosmostationApiUrl: 'https://api.mintscan.io/v1/sifchain',
931
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
932
+ mintScanName: 'sifchain',
933
+ chainName: 'Sifchain',
934
+ stakeCurrency: {
935
+ coinDenom: 'ROWAN',
936
+ coinMinimalDenom: 'rowan',
937
+ coinDecimals: 18,
938
+ coinGeckoId: '',
939
+ coinImageUrl: '',
940
+ },
941
+ bip44: {
942
+ coinType: 118,
943
+ },
944
+ bech32Config: {
945
+ bech32PrefixAccAddr: 'sif',
946
+ bech32PrefixAccPub: 'sifpub',
947
+ bech32PrefixValAddr: 'sifvaloper',
948
+ bech32PrefixValPub: 'sifvaloperpub',
949
+ bech32PrefixConsAddr: 'sifvalcons',
950
+ bech32PrefixConsPub: 'sifvalconspub',
951
+ },
952
+ currencies: [
953
+ {
954
+ coinDenom: 'ROWAN',
955
+ coinMinimalDenom: 'rowan',
956
+ coinDecimals: 18,
957
+ coinGeckoId: '',
958
+ coinImageUrl: '',
959
+ },
960
+ ],
961
+ feeCurrencies: [
962
+ {
963
+ coinDenom: 'ROWAN',
964
+ coinMinimalDenom: 'rowan',
965
+ coinDecimals: 18,
966
+ coinGeckoId: '',
967
+ coinImageUrl: '',
968
+ },
969
+ ],
970
+ features: ['stargate', 'ibc-transfer'],
971
+ explorerUrlToTx: 'https://www.mintscan.io/sifchain/txs/{txHash}',
972
+ gasPriceStep: {
973
+ low: 1000000000000,
974
+ average: 1500000000000,
975
+ high: 2000000000000,
976
+ },
977
+ },
978
+ },
979
+ {
980
+ name: 'THOR',
981
+ defaultDecimals: 8,
982
+ addressPatterns: ['^(thor1)[0-9a-z]{38}$'],
983
+ feeAssets: [
984
+ {
985
+ blockchain: 'THOR',
986
+ symbol: 'RUNE',
987
+ address: null,
988
+ },
989
+ ],
990
+ logo: 'https://api.rango.exchange/blockchains/thorchain.svg',
991
+ displayName: 'Thorchain',
992
+ shortName: 'Thorchain',
993
+ sort: 17,
994
+ color: '#1AE6CB',
995
+ enabled: true,
996
+ type: TransactionType.TRANSFER,
997
+ chainId: null,
998
+ info: null,
999
+ },
1000
+ {
1001
+ name: 'BRISE',
1002
+ defaultDecimals: 18,
1003
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
1004
+ feeAssets: [
1005
+ {
1006
+ blockchain: 'BRISE',
1007
+ symbol: 'BRISE',
1008
+ address: null,
1009
+ },
1010
+ ],
1011
+ logo: 'https://api.rango.exchange/blockchains/bitgert.png',
1012
+ displayName: 'Brise',
1013
+ shortName: 'Brise',
1014
+ sort: 18,
1015
+ color: '#0693E3',
1016
+ enabled: true,
1017
+ type: TransactionType.EVM,
1018
+ chainId: '0x7f08',
1019
+ info: {
1020
+ infoType: 'EvmMetaInfo',
1021
+ chainName: 'Brise',
1022
+ nativeCurrency: {
1023
+ name: 'BRISE',
1024
+ symbol: 'BRISE',
1025
+ decimals: 18,
1026
+ },
1027
+ rpcUrls: ['https://rpc.icecreamswap.com'],
1028
+ blockExplorerUrls: ['https://brisescan.com/'],
1029
+ addressUrl: 'https://brisescan.com//address/{wallet}',
1030
+ transactionUrl: 'https://brisescan.com//tx/{txHash}',
1031
+ },
1032
+ },
1033
+ {
1034
+ name: 'BNB',
1035
+ defaultDecimals: 8,
1036
+ addressPatterns: ['^(bnb1)[0-9a-z]{38}$'],
1037
+ feeAssets: [
1038
+ {
1039
+ blockchain: 'BNB',
1040
+ symbol: 'BNB',
1041
+ address: null,
1042
+ },
1043
+ ],
1044
+ logo: 'https://api.rango.exchange/blockchains/bnb.svg',
1045
+ displayName: 'Binance Chain',
1046
+ shortName: 'BNB',
1047
+ sort: 18,
1048
+ color: '#F3BA2F',
1049
+ enabled: true,
1050
+ type: TransactionType.COSMOS,
1051
+ chainId: null,
1052
+ info: null,
1053
+ },
1054
+ {
1055
+ name: 'STARGAZE',
1056
+ defaultDecimals: 6,
1057
+ addressPatterns: ['^(stars1)[0-9a-z]{38}$'],
1058
+ feeAssets: [
1059
+ {
1060
+ blockchain: 'STARGAZE',
1061
+ symbol: 'STARS',
1062
+ address: null,
1063
+ },
1064
+ ],
1065
+ logo: 'https://api.rango.exchange/blockchains/stargaze.png',
1066
+ displayName: 'Stargaze',
1067
+ shortName: 'Stargaze',
1068
+ sort: 19,
1069
+ color: '#231B60',
1070
+ enabled: true,
1071
+ type: TransactionType.COSMOS,
1072
+ chainId: 'stargaze-1',
1073
+ info: {
1074
+ infoType: 'CosmosMetaInfo',
1075
+ experimental: false,
1076
+ rpc: 'https://rpc.stargaze-apis.com',
1077
+ rest: 'https://rest.stargaze-apis.com',
1078
+ cosmostationLcdUrl: 'https://lcd-stargaze.cosmostation.io',
1079
+ cosmostationApiUrl: 'https://api-stargaze.cosmostation.io',
1080
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1081
+ mintScanName: 'stargaze',
1082
+ chainName: 'Stargaze',
1083
+ stakeCurrency: {
1084
+ coinDenom: 'STARS',
1085
+ coinMinimalDenom: 'ustars',
1086
+ coinDecimals: 6,
1087
+ coinGeckoId: 'pool:ustars',
1088
+ coinImageUrl: '/tokens/blockchain/STARS.png',
1089
+ },
1090
+ bip44: {
1091
+ coinType: 118,
1092
+ },
1093
+ bech32Config: {
1094
+ bech32PrefixAccAddr: 'stars',
1095
+ bech32PrefixAccPub: 'starspub',
1096
+ bech32PrefixValAddr: 'starsvaloper',
1097
+ bech32PrefixValPub: 'starsvaloperpub',
1098
+ bech32PrefixConsAddr: 'starsvalcons',
1099
+ bech32PrefixConsPub: 'starsvalconspub',
1100
+ },
1101
+ currencies: [
1102
+ {
1103
+ coinDenom: 'STARS',
1104
+ coinMinimalDenom: 'ustars',
1105
+ coinDecimals: 6,
1106
+ coinGeckoId: 'pool:ustars',
1107
+ coinImageUrl: '/tokens/blockchain/STARS.png',
1108
+ },
1109
+ ],
1110
+ feeCurrencies: [
1111
+ {
1112
+ coinDenom: 'STARS',
1113
+ coinMinimalDenom: 'ustars',
1114
+ coinDecimals: 6,
1115
+ coinGeckoId: 'pool:ustars',
1116
+ coinImageUrl: '/tokens/blockchain/STARS.png',
1117
+ },
1118
+ ],
1119
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1120
+ explorerUrlToTx: 'https://www.mintscan.io/stargaze/txs/{txHash}',
1121
+ gasPriceStep: {
1122
+ low: 1,
1123
+ average: 1,
1124
+ high: 1,
1125
+ },
1126
+ },
1127
+ },
1128
+ {
1129
+ name: 'BTC',
1130
+ defaultDecimals: 8,
1131
+ addressPatterns: [
1132
+ '^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^(bc1)[0-9A-Za-z]{39,59}$',
1133
+ ],
1134
+ feeAssets: [
1135
+ {
1136
+ blockchain: 'BTC',
1137
+ symbol: 'BTC',
1138
+ address: null,
1139
+ },
1140
+ ],
1141
+ logo: 'https://api.rango.exchange/blockchains/btc.svg',
1142
+ displayName: 'Bitcoin',
1143
+ shortName: 'BTC',
1144
+ sort: 20,
1145
+ color: '#F7931A',
1146
+ enabled: true,
1147
+ type: TransactionType.TRANSFER,
1148
+ chainId: null,
1149
+ info: null,
1150
+ },
1151
+ {
1152
+ name: 'CRYPTO_ORG',
1153
+ defaultDecimals: 8,
1154
+ addressPatterns: ['^(cro1)[0-9a-z]{38}$'],
1155
+ feeAssets: [
1156
+ {
1157
+ blockchain: 'CRYPTO_ORG',
1158
+ symbol: 'CRO',
1159
+ address: null,
1160
+ },
1161
+ ],
1162
+ logo: 'https://api.rango.exchange/blockchains/crypto_org.png',
1163
+ displayName: 'Crypto.org',
1164
+ shortName: 'Crypto.org',
1165
+ sort: 21,
1166
+ color: '#103F68',
1167
+ enabled: true,
1168
+ type: TransactionType.COSMOS,
1169
+ chainId: 'crypto-org-chain-mainnet-1',
1170
+ info: {
1171
+ infoType: 'CosmosMetaInfo',
1172
+ experimental: false,
1173
+ rpc: 'https://rpc-crypto-org.keplr.app',
1174
+ rest: 'https://lcd-crypto-org.keplr.app',
1175
+ cosmostationLcdUrl: 'https://lcd-cryptocom.cosmostation.io',
1176
+ cosmostationApiUrl: 'https://api-cryptocom.cosmostation.io',
1177
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1178
+ mintScanName: 'crypto-org',
1179
+ chainName: 'Crypto.org',
1180
+ stakeCurrency: {
1181
+ coinDenom: 'CRO',
1182
+ coinMinimalDenom: 'basecro',
1183
+ coinDecimals: 8,
1184
+ coinGeckoId: 'crypto-com-chain',
1185
+ coinImageUrl: '/tokens/blockchain/cro.png',
1186
+ },
1187
+ bip44: {
1188
+ coinType: 394,
1189
+ },
1190
+ bech32Config: {
1191
+ bech32PrefixAccAddr: 'cro',
1192
+ bech32PrefixAccPub: 'cropub',
1193
+ bech32PrefixValAddr: 'crovaloper',
1194
+ bech32PrefixValPub: 'crovaloperpub',
1195
+ bech32PrefixConsAddr: 'crovalcons',
1196
+ bech32PrefixConsPub: 'crovalconspub',
1197
+ },
1198
+ currencies: [
1199
+ {
1200
+ coinDenom: 'CRO',
1201
+ coinMinimalDenom: 'basecro',
1202
+ coinDecimals: 8,
1203
+ coinGeckoId: 'crypto-com-chain',
1204
+ coinImageUrl: '/tokens/blockchain/cro.png',
1205
+ },
1206
+ ],
1207
+ feeCurrencies: [
1208
+ {
1209
+ coinDenom: 'CRO',
1210
+ coinMinimalDenom: 'basecro',
1211
+ coinDecimals: 8,
1212
+ coinGeckoId: 'crypto-com-chain',
1213
+ coinImageUrl: '/tokens/blockchain/cro.png',
1214
+ },
1215
+ ],
1216
+ features: ['stargate', 'ibc-transfer'],
1217
+ explorerUrlToTx: 'https://www.mintscan.io/crypto-org/txs/{txHash}',
1218
+ gasPriceStep: {
1219
+ low: 0.025,
1220
+ average: 0.03,
1221
+ high: 0.04,
1222
+ },
1223
+ },
1224
+ },
1225
+ {
1226
+ name: 'CHIHUAHUA',
1227
+ defaultDecimals: 6,
1228
+ addressPatterns: ['^(chihuahua1)[0-9a-z]{38}$'],
1229
+ feeAssets: [
1230
+ {
1231
+ blockchain: 'CHIHUAHUA',
1232
+ symbol: 'HUAHUA',
1233
+ address: null,
1234
+ },
1235
+ ],
1236
+ logo: 'https://api.rango.exchange/blockchains/chihuahua.png',
1237
+ displayName: 'Chihuahua',
1238
+ shortName: 'Chihuahua',
1239
+ sort: 22,
1240
+ color: '#EFC92B',
1241
+ enabled: true,
1242
+ type: TransactionType.COSMOS,
1243
+ chainId: 'chihuahua-1',
1244
+ info: {
1245
+ infoType: 'CosmosMetaInfo',
1246
+ experimental: true,
1247
+ rpc: 'https://rpc.chihuahua.wtf/',
1248
+ rest: 'https://api.chihuahua.wtf/',
1249
+ cosmostationLcdUrl: 'https://lcd-chihuahua.cosmostation.io',
1250
+ cosmostationApiUrl: 'https://api-chihuahua.cosmostation.io',
1251
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1252
+ mintScanName: 'chihuahua',
1253
+ chainName: 'Chihuahua',
1254
+ stakeCurrency: {
1255
+ coinDenom: 'HUAHUA',
1256
+ coinMinimalDenom: 'uhuahua',
1257
+ coinDecimals: 6,
1258
+ coinGeckoId: 'pool:uhuahua',
1259
+ coinImageUrl: '/tokens/blockchain/HUAHUA.svg',
1260
+ },
1261
+ bip44: {
1262
+ coinType: 118,
1263
+ },
1264
+ bech32Config: {
1265
+ bech32PrefixAccAddr: 'chihuahua',
1266
+ bech32PrefixAccPub: 'chihuahuapub',
1267
+ bech32PrefixValAddr: 'chihuahuavaloper',
1268
+ bech32PrefixValPub: 'chihuahuavaloperpub',
1269
+ bech32PrefixConsAddr: 'chihuahuavalcons',
1270
+ bech32PrefixConsPub: 'chihuahuavalconspub',
1271
+ },
1272
+ currencies: [
1273
+ {
1274
+ coinDenom: 'HUAHUA',
1275
+ coinMinimalDenom: 'uhuahua',
1276
+ coinDecimals: 6,
1277
+ coinGeckoId: 'pool:uhuahua',
1278
+ coinImageUrl: '/tokens/blockchain/HUAHUA.svg',
1279
+ },
1280
+ ],
1281
+ feeCurrencies: [
1282
+ {
1283
+ coinDenom: 'HUAHUA',
1284
+ coinMinimalDenom: 'uhuahua',
1285
+ coinDecimals: 6,
1286
+ coinGeckoId: 'pool:uhuahua',
1287
+ coinImageUrl: '/tokens/blockchain/HUAHUA.svg',
1288
+ },
1289
+ ],
1290
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1291
+ explorerUrlToTx: 'https://ping.pub/chihuahua/tx/{txHash}',
1292
+ gasPriceStep: {
1293
+ low: 0.025,
1294
+ average: 0.03,
1295
+ high: 0.035,
1296
+ },
1297
+ },
1298
+ },
1299
+ {
1300
+ name: 'BANDCHAIN',
1301
+ defaultDecimals: 6,
1302
+ addressPatterns: ['^(band1)[0-9a-z]{38}$'],
1303
+ feeAssets: [
1304
+ {
1305
+ blockchain: 'BANDCHAIN',
1306
+ symbol: 'BAND',
1307
+ address: null,
1308
+ },
1309
+ ],
1310
+ logo: 'https://api.rango.exchange/blockchains/bandchain.svg',
1311
+ displayName: 'BandChain',
1312
+ shortName: 'BandChain',
1313
+ sort: 23,
1314
+ color: '#4520E6',
1315
+ enabled: true,
1316
+ type: TransactionType.COSMOS,
1317
+ chainId: 'laozi-mainnet',
1318
+ info: {
1319
+ infoType: 'CosmosMetaInfo',
1320
+ experimental: true,
1321
+ rpc: 'https://rpc.laozi3.bandchain.org/',
1322
+ rest: 'https://lcd-band.cosmostation.io',
1323
+ cosmostationLcdUrl: 'https://lcd-band.cosmostation.io',
1324
+ cosmostationApiUrl: 'https://api-band.cosmostation.io',
1325
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1326
+ mintScanName: 'band',
1327
+ chainName: 'BandChain',
1328
+ stakeCurrency: {
1329
+ coinDenom: 'BAND',
1330
+ coinMinimalDenom: 'uband',
1331
+ coinDecimals: 6,
1332
+ coinGeckoId: 'band-protocol',
1333
+ coinImageUrl: '/tokens/blockchain/BAND.svg',
1334
+ },
1335
+ bip44: {
1336
+ coinType: 494,
1337
+ },
1338
+ bech32Config: {
1339
+ bech32PrefixAccAddr: 'band',
1340
+ bech32PrefixAccPub: 'bandpub',
1341
+ bech32PrefixValAddr: 'bandvaloper',
1342
+ bech32PrefixValPub: 'bandvaloperpub',
1343
+ bech32PrefixConsAddr: 'bandvalcons',
1344
+ bech32PrefixConsPub: 'bandvalconspub',
1345
+ },
1346
+ currencies: [
1347
+ {
1348
+ coinDenom: 'BAND',
1349
+ coinMinimalDenom: 'uband',
1350
+ coinDecimals: 6,
1351
+ coinGeckoId: 'band-protocol',
1352
+ coinImageUrl: '/tokens/blockchain/BAND.svg',
1353
+ },
1354
+ ],
1355
+ feeCurrencies: [
1356
+ {
1357
+ coinDenom: 'BAND',
1358
+ coinMinimalDenom: 'uband',
1359
+ coinDecimals: 6,
1360
+ coinGeckoId: 'band-protocol',
1361
+ coinImageUrl: '/tokens/blockchain/BAND.svg',
1362
+ },
1363
+ ],
1364
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1365
+ explorerUrlToTx: 'https://cosmoscan.io/tx/{txHash}',
1366
+ gasPriceStep: null,
1367
+ },
1368
+ },
1369
+ {
1370
+ name: 'COMDEX',
1371
+ defaultDecimals: 6,
1372
+ addressPatterns: ['^(comdex1)[0-9a-z]{38}$'],
1373
+ feeAssets: [
1374
+ {
1375
+ blockchain: 'COMDEX',
1376
+ symbol: 'CMDX',
1377
+ address: null,
1378
+ },
1379
+ ],
1380
+ logo: 'https://api.rango.exchange/blockchains/comdex.svg',
1381
+ displayName: 'Comdex',
1382
+ shortName: 'Comdex',
1383
+ sort: 23,
1384
+ color: '#FE4350',
1385
+ enabled: true,
1386
+ type: TransactionType.COSMOS,
1387
+ chainId: 'comdex-1',
1388
+ info: {
1389
+ infoType: 'CosmosMetaInfo',
1390
+ experimental: true,
1391
+ rpc: 'https://rpc.comdex.one',
1392
+ rest: 'https://rest.comdex.one',
1393
+ cosmostationLcdUrl: 'https://lcd-comdex.cosmostation.io',
1394
+ cosmostationApiUrl: 'https://api-comdex.cosmostation.io',
1395
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1396
+ mintScanName: 'comdex',
1397
+ chainName: 'Comdex',
1398
+ stakeCurrency: {
1399
+ coinDenom: 'CMDX',
1400
+ coinMinimalDenom: 'ucmdx',
1401
+ coinDecimals: 6,
1402
+ coinGeckoId: 'comdex',
1403
+ coinImageUrl: '/tokens/blockchain/CMDX.png',
1404
+ },
1405
+ bip44: {
1406
+ coinType: 118,
1407
+ },
1408
+ bech32Config: {
1409
+ bech32PrefixAccAddr: 'comdex',
1410
+ bech32PrefixAccPub: 'comdexpub',
1411
+ bech32PrefixValAddr: 'comdexvaloper',
1412
+ bech32PrefixValPub: 'comdexvaloperpub',
1413
+ bech32PrefixConsAddr: 'comdexvalcons',
1414
+ bech32PrefixConsPub: 'comdexvalconspub',
1415
+ },
1416
+ currencies: [
1417
+ {
1418
+ coinDenom: 'CMDX',
1419
+ coinMinimalDenom: 'ucmdx',
1420
+ coinDecimals: 6,
1421
+ coinGeckoId: 'comdex',
1422
+ coinImageUrl: '/tokens/blockchain/CMDX.png',
1423
+ },
1424
+ ],
1425
+ feeCurrencies: [
1426
+ {
1427
+ coinDenom: 'CMDX',
1428
+ coinMinimalDenom: 'ucmdx',
1429
+ coinDecimals: 6,
1430
+ coinGeckoId: 'comdex',
1431
+ coinImageUrl: '/tokens/blockchain/CMDX.png',
1432
+ },
1433
+ ],
1434
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
1435
+ explorerUrlToTx: 'https://www.mintscan.io/comdex/txs/{txHash}',
1436
+ gasPriceStep: null,
1437
+ },
1438
+ },
1439
+ {
1440
+ name: 'REGEN',
1441
+ defaultDecimals: 6,
1442
+ addressPatterns: ['^(regen1)[0-9a-z]{38}$'],
1443
+ feeAssets: [
1444
+ {
1445
+ blockchain: 'REGEN',
1446
+ symbol: 'REGEN',
1447
+ address: null,
1448
+ },
1449
+ ],
1450
+ logo: 'https://api.rango.exchange/blockchains/regen.png',
1451
+ displayName: 'Regen Network',
1452
+ shortName: 'Regen Network',
1453
+ sort: 24,
1454
+ color: '#4FB573',
1455
+ enabled: true,
1456
+ type: TransactionType.COSMOS,
1457
+ chainId: 'regen-1',
1458
+ info: {
1459
+ infoType: 'CosmosMetaInfo',
1460
+ experimental: false,
1461
+ rpc: 'https://rpc-regen.keplr.app',
1462
+ rest: 'https://lcd-regen.keplr.app',
1463
+ cosmostationLcdUrl: 'https://lcd-regen.keplr.app',
1464
+ cosmostationApiUrl: 'https://api-regen.cosmostation.io/',
1465
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1466
+ mintScanName: 'regen',
1467
+ chainName: 'Regen Network',
1468
+ stakeCurrency: {
1469
+ coinDenom: 'REGEN',
1470
+ coinMinimalDenom: 'uregen',
1471
+ coinDecimals: 6,
1472
+ coinGeckoId: 'pool:uregen',
1473
+ coinImageUrl: '/tokens/blockchain/regen.png',
1474
+ },
1475
+ bip44: {
1476
+ coinType: 118,
1477
+ },
1478
+ bech32Config: {
1479
+ bech32PrefixAccAddr: 'regen',
1480
+ bech32PrefixAccPub: 'regenpub',
1481
+ bech32PrefixValAddr: 'regenvaloper',
1482
+ bech32PrefixValPub: 'regenvaloperpub',
1483
+ bech32PrefixConsAddr: 'regenvalcons',
1484
+ bech32PrefixConsPub: 'regenvalconspub',
1485
+ },
1486
+ currencies: [
1487
+ {
1488
+ coinDenom: 'REGEN',
1489
+ coinMinimalDenom: 'uregen',
1490
+ coinDecimals: 6,
1491
+ coinGeckoId: 'pool:uregen',
1492
+ coinImageUrl: '/tokens/blockchain/regen.png',
1493
+ },
1494
+ ],
1495
+ feeCurrencies: [
1496
+ {
1497
+ coinDenom: 'REGEN',
1498
+ coinMinimalDenom: 'uregen',
1499
+ coinDecimals: 6,
1500
+ coinGeckoId: 'pool:uregen',
1501
+ coinImageUrl: '/tokens/blockchain/regen.png',
1502
+ },
1503
+ ],
1504
+ features: ['stargate', 'ibc-transfer'],
1505
+ explorerUrlToTx: 'https://regen.aneka.io/txs/{txHash}',
1506
+ gasPriceStep: {
1507
+ low: 0.015,
1508
+ average: 0.025,
1509
+ high: 0.04,
1510
+ },
1511
+ },
1512
+ },
1513
+ {
1514
+ name: 'IRIS',
1515
+ defaultDecimals: 6,
1516
+ addressPatterns: ['^(iaa1)[0-9a-z]{38}$'],
1517
+ feeAssets: [
1518
+ {
1519
+ blockchain: 'IRIS',
1520
+ symbol: 'IRIS',
1521
+ address: null,
1522
+ },
1523
+ ],
1524
+ logo: 'https://api.rango.exchange/blockchains/iris.png',
1525
+ displayName: 'IRISnet',
1526
+ shortName: 'IRISnet',
1527
+ sort: 25,
1528
+ color: '#8A4A8E',
1529
+ enabled: true,
1530
+ type: TransactionType.COSMOS,
1531
+ chainId: 'irishub-1',
1532
+ info: {
1533
+ infoType: 'CosmosMetaInfo',
1534
+ experimental: false,
1535
+ rpc: 'https://rpc-iris.keplr.app',
1536
+ rest: 'https://lcd-iris.keplr.app',
1537
+ cosmostationLcdUrl: 'https://lcd-iris.cosmostation.io',
1538
+ cosmostationApiUrl: 'https://api-iris.cosmostation.io',
1539
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1540
+ mintScanName: 'iris',
1541
+ chainName: 'IRISnet',
1542
+ stakeCurrency: {
1543
+ coinDenom: 'IRIS',
1544
+ coinMinimalDenom: 'uiris',
1545
+ coinDecimals: 6,
1546
+ coinGeckoId: 'iris-network',
1547
+ coinImageUrl: '/tokens/blockchain/iris.svg',
1548
+ },
1549
+ bip44: {
1550
+ coinType: 118,
1551
+ },
1552
+ bech32Config: {
1553
+ bech32PrefixAccAddr: 'iaa',
1554
+ bech32PrefixAccPub: 'iaapub',
1555
+ bech32PrefixValAddr: 'iaavaloper',
1556
+ bech32PrefixValPub: 'iaavaloperpub',
1557
+ bech32PrefixConsAddr: 'iaavalcons',
1558
+ bech32PrefixConsPub: 'iaavalconspub',
1559
+ },
1560
+ currencies: [
1561
+ {
1562
+ coinDenom: 'IRIS',
1563
+ coinMinimalDenom: 'uiris',
1564
+ coinDecimals: 6,
1565
+ coinGeckoId: 'iris-network',
1566
+ coinImageUrl: '/tokens/blockchain/iris.svg',
1567
+ },
1568
+ ],
1569
+ feeCurrencies: [
1570
+ {
1571
+ coinDenom: 'IRIS',
1572
+ coinMinimalDenom: 'uiris',
1573
+ coinDecimals: 6,
1574
+ coinGeckoId: 'iris-network',
1575
+ coinImageUrl: '/tokens/blockchain/iris.svg',
1576
+ },
1577
+ ],
1578
+ features: ['stargate', 'ibc-transfer'],
1579
+ explorerUrlToTx: 'https://www.mintscan.io/iris/txs/{txHash}',
1580
+ gasPriceStep: {
1581
+ low: 0.2,
1582
+ average: 0.3,
1583
+ high: 0.4,
1584
+ },
1585
+ },
1586
+ },
1587
+ {
1588
+ name: 'EMONEY',
1589
+ defaultDecimals: 6,
1590
+ addressPatterns: ['^(emoney1)[0-9a-z]{38}$'],
1591
+ feeAssets: [
1592
+ {
1593
+ blockchain: 'EMONEY',
1594
+ symbol: 'NGM',
1595
+ address: null,
1596
+ },
1597
+ ],
1598
+ logo: 'https://api.rango.exchange/blockchains/emoney.svg',
1599
+ displayName: 'e-Money',
1600
+ shortName: 'e-Money',
1601
+ sort: 25,
1602
+ color: '#DFF5EF',
1603
+ enabled: true,
1604
+ type: TransactionType.COSMOS,
1605
+ chainId: 'emoney-3',
1606
+ info: {
1607
+ infoType: 'CosmosMetaInfo',
1608
+ experimental: true,
1609
+ rpc: 'https://rpc-emoney.keplr.app',
1610
+ rest: 'https://lcd-emoney.keplr.app',
1611
+ cosmostationLcdUrl: 'https://lcd-emoney.cosmostation.io',
1612
+ cosmostationApiUrl: 'https://api-emoney.cosmostation.io',
1613
+ cosmostationDenomTracePath:
1614
+ '/ibc/applications/transfer/v1beta1/denom_traces/',
1615
+ mintScanName: 'emoney',
1616
+ chainName: 'e-Money',
1617
+ stakeCurrency: {
1618
+ coinDenom: 'NGM',
1619
+ coinMinimalDenom: 'ungm',
1620
+ coinDecimals: 6,
1621
+ coinGeckoId: 'e-money',
1622
+ coinImageUrl: '/tokens/blockchain/NGM.png',
1623
+ },
1624
+ bip44: {
1625
+ coinType: 118,
1626
+ },
1627
+ bech32Config: {
1628
+ bech32PrefixAccAddr: 'emoney',
1629
+ bech32PrefixAccPub: 'emoneypub',
1630
+ bech32PrefixValAddr: 'emoneyvaloper',
1631
+ bech32PrefixValPub: 'emoneyvaloperpub',
1632
+ bech32PrefixConsAddr: 'emoneyvalcons',
1633
+ bech32PrefixConsPub: 'emoneyvalconspub',
1634
+ },
1635
+ currencies: [
1636
+ {
1637
+ coinDenom: 'NGM',
1638
+ coinMinimalDenom: 'ungm',
1639
+ coinDecimals: 6,
1640
+ coinGeckoId: 'e-money',
1641
+ coinImageUrl: '/tokens/blockchain/NGM.png',
1642
+ },
1643
+ {
1644
+ coinDenom: 'EEUR',
1645
+ coinMinimalDenom: 'eeur',
1646
+ coinDecimals: 6,
1647
+ coinGeckoId: 'e-money-eur',
1648
+ coinImageUrl: '/tokens/blockchain/EEUR.png',
1649
+ },
1650
+ ],
1651
+ feeCurrencies: [
1652
+ {
1653
+ coinDenom: 'NGM',
1654
+ coinMinimalDenom: 'ungm',
1655
+ coinDecimals: 6,
1656
+ coinGeckoId: 'e-money',
1657
+ coinImageUrl: '/tokens/blockchain/NGM.png',
1658
+ },
1659
+ ],
1660
+ features: ['stargate', 'ibc-transfer'],
1661
+ explorerUrlToTx: 'https://emoney.bigdipper.live/transactions/{txHash}',
1662
+ gasPriceStep: {
1663
+ low: 1,
1664
+ average: 1,
1665
+ high: 1,
1666
+ },
1667
+ },
1668
+ },
1669
+ {
1670
+ name: 'GNOSIS',
1671
+ defaultDecimals: 18,
1672
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
1673
+ feeAssets: [
1674
+ {
1675
+ blockchain: 'GNOSIS',
1676
+ symbol: 'XDAI',
1677
+ address: null,
1678
+ },
1679
+ ],
1680
+ logo: 'https://api.rango.exchange/blockchains/gnosis.svg',
1681
+ displayName: 'Gnosis',
1682
+ shortName: 'Gnosis',
1683
+ sort: 26,
1684
+ color: '#3E6957',
1685
+ enabled: true,
1686
+ type: TransactionType.EVM,
1687
+ chainId: '0x64',
1688
+ info: {
1689
+ infoType: 'EvmMetaInfo',
1690
+ chainName: 'Gnosis Chain',
1691
+ nativeCurrency: {
1692
+ name: 'XDAI',
1693
+ symbol: 'XDAI',
1694
+ decimals: 18,
1695
+ },
1696
+ rpcUrls: ['https://rpc.gnosischain.com'],
1697
+ blockExplorerUrls: ['https://blockscout.com/xdai/mainnet'],
1698
+ addressUrl: 'https://blockscout.com/xdai/mainnet/address/{wallet}',
1699
+ transactionUrl: 'https://blockscout.com/xdai/mainnet/tx/{txHash}',
1700
+ },
1701
+ },
1702
+ {
1703
+ name: 'LTC',
1704
+ defaultDecimals: 8,
1705
+ addressPatterns: ['^(L|M|3)[A-Za-z0-9]{33}$|^(ltc1)[0-9A-Za-z]{39}$'],
1706
+ feeAssets: [
1707
+ {
1708
+ blockchain: 'LTC',
1709
+ symbol: 'LTC',
1710
+ address: null,
1711
+ },
1712
+ ],
1713
+ logo: 'https://api.rango.exchange/blockchains/ltc.svg',
1714
+ displayName: 'LiteCoin',
1715
+ shortName: 'LTC',
1716
+ sort: 27,
1717
+ color: '#345D9D',
1718
+ enabled: true,
1719
+ type: TransactionType.TRANSFER,
1720
+ chainId: null,
1721
+ info: null,
1722
+ },
1723
+ {
1724
+ name: 'BCH',
1725
+ defaultDecimals: 8,
1726
+ addressPatterns: ['^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^[0-9A-Za-z]{42,42}$'],
1727
+ feeAssets: [
1728
+ {
1729
+ blockchain: 'BCH',
1730
+ symbol: 'BCH',
1731
+ address: null,
1732
+ },
1733
+ ],
1734
+ logo: 'https://api.rango.exchange/blockchains/bch.svg',
1735
+ displayName: 'Bitcoin Cash',
1736
+ shortName: 'BCH',
1737
+ sort: 28,
1738
+ color: '#0AC18E',
1739
+ enabled: true,
1740
+ type: TransactionType.TRANSFER,
1741
+ chainId: null,
1742
+ info: null,
1743
+ },
1744
+ {
1745
+ name: 'BITSONG',
1746
+ defaultDecimals: 6,
1747
+ addressPatterns: ['^(bitsong1)[0-9a-z]{38}$'],
1748
+ feeAssets: [
1749
+ {
1750
+ blockchain: 'BITSONG',
1751
+ symbol: 'BTSG',
1752
+ address: null,
1753
+ },
1754
+ ],
1755
+ logo: 'https://api.rango.exchange/blockchains/bitsong.svg',
1756
+ displayName: 'BitSong',
1757
+ shortName: 'BitSong',
1758
+ sort: 29,
1759
+ color: '#FF005C',
1760
+ enabled: false,
1761
+ type: TransactionType.COSMOS,
1762
+ chainId: 'bitsong-2b',
1763
+ info: {
1764
+ infoType: 'CosmosMetaInfo',
1765
+ experimental: true,
1766
+ rpc: 'https://rpc.explorebitsong.com',
1767
+ rest: 'https://lcd.explorebitsong.com',
1768
+ cosmostationLcdUrl: 'https://lcd-bitsong.cosmostation.io',
1769
+ cosmostationApiUrl: 'https://api-bitsong.cosmostation.io',
1770
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1771
+ mintScanName: 'bitsong',
1772
+ chainName: 'BitSong',
1773
+ stakeCurrency: {
1774
+ coinDenom: 'BTSG',
1775
+ coinMinimalDenom: 'ubtsg',
1776
+ coinDecimals: 6,
1777
+ coinGeckoId: 'pool:ubtsg',
1778
+ coinImageUrl: '/tokens/blockchain/BTSG.png',
1779
+ },
1780
+ bip44: {
1781
+ coinType: 639,
1782
+ },
1783
+ bech32Config: {
1784
+ bech32PrefixAccAddr: 'bitsong',
1785
+ bech32PrefixAccPub: 'bitsongpub',
1786
+ bech32PrefixValAddr: 'bitsongvaloper',
1787
+ bech32PrefixValPub: 'bitsongvaloperpub',
1788
+ bech32PrefixConsAddr: 'bitsongvalcons',
1789
+ bech32PrefixConsPub: 'bitsongvalconspub',
1790
+ },
1791
+ currencies: [
1792
+ {
1793
+ coinDenom: 'BTSG',
1794
+ coinMinimalDenom: 'ubtsg',
1795
+ coinDecimals: 6,
1796
+ coinGeckoId: 'pool:ubtsg',
1797
+ coinImageUrl: '/tokens/blockchain/BTSG.png',
1798
+ },
1799
+ ],
1800
+ feeCurrencies: [
1801
+ {
1802
+ coinDenom: 'BTSG',
1803
+ coinMinimalDenom: 'ubtsg',
1804
+ coinDecimals: 6,
1805
+ coinGeckoId: 'pool:ubtsg',
1806
+ coinImageUrl: '/tokens/blockchain/BTSG.png',
1807
+ },
1808
+ ],
1809
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
1810
+ explorerUrlToTx: 'https://explorebitsong.com/transactions/{txHash}',
1811
+ gasPriceStep: null,
1812
+ },
1813
+ },
1814
+ {
1815
+ name: 'FUSE',
1816
+ defaultDecimals: 18,
1817
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
1818
+ feeAssets: [
1819
+ {
1820
+ blockchain: 'FUSE',
1821
+ symbol: 'FUSE',
1822
+ address: null,
1823
+ },
1824
+ ],
1825
+ logo: 'https://api.rango.exchange/blockchains/fuse.png',
1826
+ displayName: 'Fuse',
1827
+ shortName: 'Fuse',
1828
+ sort: 29,
1829
+ color: '#C5F9AD',
1830
+ enabled: true,
1831
+ type: TransactionType.EVM,
1832
+ chainId: '0x7a',
1833
+ info: {
1834
+ infoType: 'EvmMetaInfo',
1835
+ chainName: 'Fuse Mainnet',
1836
+ nativeCurrency: {
1837
+ name: 'FUSE',
1838
+ symbol: 'FUSE',
1839
+ decimals: 18,
1840
+ },
1841
+ rpcUrls: ['https://rpc.fuse.io'],
1842
+ blockExplorerUrls: ['https://explorer.fuse.io'],
1843
+ addressUrl: 'https://explorer.fuse.io/address/{wallet}',
1844
+ transactionUrl: 'https://explorer.fuse.io/tx/{txHash}',
1845
+ },
1846
+ },
1847
+ {
1848
+ name: 'AKASH',
1849
+ defaultDecimals: 6,
1850
+ addressPatterns: ['^(akash1)[0-9a-z]{38}$'],
1851
+ feeAssets: [
1852
+ {
1853
+ blockchain: 'AKASH',
1854
+ symbol: 'AKT',
1855
+ address: null,
1856
+ },
1857
+ ],
1858
+ logo: 'https://api.rango.exchange/blockchains/akash.svg',
1859
+ displayName: 'Akash',
1860
+ shortName: 'Akash',
1861
+ sort: 30,
1862
+ color: '#ED3524',
1863
+ enabled: true,
1864
+ type: TransactionType.COSMOS,
1865
+ chainId: 'akashnet-2',
1866
+ info: {
1867
+ infoType: 'CosmosMetaInfo',
1868
+ experimental: false,
1869
+ rpc: 'https://rpc-akash.keplr.app',
1870
+ rest: 'https://lcd-akash.keplr.app',
1871
+ cosmostationLcdUrl: 'https://lcd-akash.cosmostation.io',
1872
+ cosmostationApiUrl: 'https://api-akash.cosmostation.io',
1873
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1874
+ mintScanName: 'akash',
1875
+ chainName: 'Akash',
1876
+ stakeCurrency: {
1877
+ coinDenom: 'AKT',
1878
+ coinMinimalDenom: 'uakt',
1879
+ coinDecimals: 6,
1880
+ coinGeckoId: 'akash-network',
1881
+ coinImageUrl: '/tokens/blockchain/akt.svg',
1882
+ },
1883
+ bip44: {
1884
+ coinType: 118,
1885
+ },
1886
+ bech32Config: {
1887
+ bech32PrefixAccAddr: 'akash',
1888
+ bech32PrefixAccPub: 'akashpub',
1889
+ bech32PrefixValAddr: 'akashvaloper',
1890
+ bech32PrefixValPub: 'akashvaloperpub',
1891
+ bech32PrefixConsAddr: 'akashvalcons',
1892
+ bech32PrefixConsPub: 'akashvalconspub',
1893
+ },
1894
+ currencies: [
1895
+ {
1896
+ coinDenom: 'AKT',
1897
+ coinMinimalDenom: 'uakt',
1898
+ coinDecimals: 6,
1899
+ coinGeckoId: 'akash-network',
1900
+ coinImageUrl: '/tokens/blockchain/akt.svg',
1901
+ },
1902
+ ],
1903
+ feeCurrencies: [
1904
+ {
1905
+ coinDenom: 'AKT',
1906
+ coinMinimalDenom: 'uakt',
1907
+ coinDecimals: 6,
1908
+ coinGeckoId: 'akash-network',
1909
+ coinImageUrl: '/tokens/blockchain/akt.svg',
1910
+ },
1911
+ ],
1912
+ features: ['stargate', 'ibc-transfer'],
1913
+ explorerUrlToTx: 'https://www.mintscan.io/akash/txs/{txHash}',
1914
+ gasPriceStep: {
1915
+ low: 0.001,
1916
+ average: 0.0025,
1917
+ high: 0.004,
1918
+ },
1919
+ },
1920
+ },
1921
+ {
1922
+ name: 'KI',
1923
+ defaultDecimals: 6,
1924
+ addressPatterns: ['^(ki1)[0-9a-z]{38}$'],
1925
+ feeAssets: [
1926
+ {
1927
+ blockchain: 'KI',
1928
+ symbol: 'XKI',
1929
+ address: null,
1930
+ },
1931
+ ],
1932
+ logo: 'https://api.rango.exchange/blockchains/ki.png',
1933
+ displayName: 'Ki',
1934
+ shortName: 'Ki',
1935
+ sort: 30,
1936
+ color: '#0F2B3D',
1937
+ enabled: true,
1938
+ type: TransactionType.COSMOS,
1939
+ chainId: 'kichain-2',
1940
+ info: {
1941
+ infoType: 'CosmosMetaInfo',
1942
+ experimental: true,
1943
+ rpc: 'https://rpc-mainnet.blockchain.ki',
1944
+ rest: 'https://api-mainnet.blockchain.ki',
1945
+ cosmostationLcdUrl: 'https://lcd-kichain.cosmostation.io',
1946
+ cosmostationApiUrl: 'https://api-kichain.cosmostation.io',
1947
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
1948
+ mintScanName: 'ki-chain',
1949
+ chainName: 'Ki',
1950
+ stakeCurrency: {
1951
+ coinDenom: 'XKI',
1952
+ coinMinimalDenom: 'uxki',
1953
+ coinDecimals: 6,
1954
+ coinGeckoId: 'pool:uxki',
1955
+ coinImageUrl: '/tokens/blockchain/XKI.png',
1956
+ },
1957
+ bip44: {
1958
+ coinType: 118,
1959
+ },
1960
+ bech32Config: {
1961
+ bech32PrefixAccAddr: 'ki',
1962
+ bech32PrefixAccPub: 'kipub',
1963
+ bech32PrefixValAddr: 'kivaloper',
1964
+ bech32PrefixValPub: 'kivaloperpub',
1965
+ bech32PrefixConsAddr: 'kivalcons',
1966
+ bech32PrefixConsPub: 'kivalconspub',
1967
+ },
1968
+ currencies: [
1969
+ {
1970
+ coinDenom: 'XKI',
1971
+ coinMinimalDenom: 'uxki',
1972
+ coinDecimals: 6,
1973
+ coinGeckoId: 'pool:uxki',
1974
+ coinImageUrl: '/tokens/blockchain/XKI.png',
1975
+ },
1976
+ ],
1977
+ feeCurrencies: [
1978
+ {
1979
+ coinDenom: 'XKI',
1980
+ coinMinimalDenom: 'uxki',
1981
+ coinDecimals: 6,
1982
+ coinGeckoId: 'pool:uxki',
1983
+ coinImageUrl: '/tokens/blockchain/XKI.png',
1984
+ },
1985
+ ],
1986
+ features: ['stargate', 'ibc-transfer'],
1987
+ explorerUrlToTx: 'https://www.mintscan.io/ki-chain/txs/{txHash}',
1988
+ gasPriceStep: null,
1989
+ },
1990
+ },
1991
+ {
1992
+ name: 'KUJIRA',
1993
+ defaultDecimals: 6,
1994
+ addressPatterns: ['^(kujira1)[0-9a-z]{38}$'],
1995
+ feeAssets: [
1996
+ {
1997
+ blockchain: 'KUJIRA',
1998
+ symbol: 'KUJI',
1999
+ address: null,
2000
+ },
2001
+ ],
2002
+ logo: 'https://api.rango.exchange/blockchains/kuji.svg',
2003
+ displayName: 'Kujira',
2004
+ shortName: 'Kujira',
2005
+ sort: 31,
2006
+ color: '#DF3935',
2007
+ enabled: true,
2008
+ type: TransactionType.COSMOS,
2009
+ chainId: 'kaiyo-1',
2010
+ info: {
2011
+ infoType: 'CosmosMetaInfo',
2012
+ experimental: true,
2013
+ rpc: 'https://rpc.kaiyo.kujira.setten.io',
2014
+ rest: 'https://lcd.kaiyo.kujira.setten.io',
2015
+ cosmostationLcdUrl: 'https://lcd-kujira.cosmostation.io',
2016
+ cosmostationApiUrl: 'https://api-kujira.cosmostation.io',
2017
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2018
+ mintScanName: 'kujira',
2019
+ chainName: 'Kujira',
2020
+ stakeCurrency: {
2021
+ coinDenom: 'KUJI',
2022
+ coinMinimalDenom: 'ukuji',
2023
+ coinDecimals: 6,
2024
+ coinGeckoId: 'kujira',
2025
+ coinImageUrl: '/tokens/blockchain/kuji.svg',
2026
+ },
2027
+ bip44: {
2028
+ coinType: 118,
2029
+ },
2030
+ bech32Config: {
2031
+ bech32PrefixAccAddr: 'kujira',
2032
+ bech32PrefixAccPub: 'kujirapub',
2033
+ bech32PrefixValAddr: 'kujiravaloper',
2034
+ bech32PrefixValPub: 'kujiravaloperpub',
2035
+ bech32PrefixConsAddr: 'kujiravalcons',
2036
+ bech32PrefixConsPub: 'kujiravalconspub',
2037
+ },
2038
+ currencies: [
2039
+ {
2040
+ coinDenom: 'KUJI',
2041
+ coinMinimalDenom: 'ukuji',
2042
+ coinDecimals: 6,
2043
+ coinGeckoId: 'kujira',
2044
+ coinImageUrl: '/tokens/blockchain/kuji.png',
2045
+ },
2046
+ ],
2047
+ feeCurrencies: [
2048
+ {
2049
+ coinDenom: 'KUJI',
2050
+ coinMinimalDenom: 'ukuji',
2051
+ coinDecimals: 6,
2052
+ coinGeckoId: 'kujira',
2053
+ coinImageUrl: '/tokens/blockchain/kuji.png',
2054
+ },
2055
+ ],
2056
+ features: ['stargate', 'ibc-transfer'],
2057
+ explorerUrlToTx: 'https://finder.kujira.app/kaiyo-1/tx/{txHash}',
2058
+ gasPriceStep: {
2059
+ low: 0.01,
2060
+ average: 0.025,
2061
+ high: 0.03,
2062
+ },
2063
+ },
2064
+ },
2065
+ {
2066
+ name: 'PERSISTENCE',
2067
+ defaultDecimals: 6,
2068
+ addressPatterns: ['^(persistence1)[0-9a-z]{38}$'],
2069
+ feeAssets: [
2070
+ {
2071
+ blockchain: 'PERSISTENCE',
2072
+ symbol: 'XPRT',
2073
+ address: null,
2074
+ },
2075
+ ],
2076
+ logo: 'https://api.rango.exchange/blockchains/persistence.png',
2077
+ displayName: 'Persistence',
2078
+ shortName: 'Persistence',
2079
+ sort: 31,
2080
+ color: '#383838',
2081
+ enabled: true,
2082
+ type: TransactionType.COSMOS,
2083
+ chainId: 'core-1',
2084
+ info: {
2085
+ infoType: 'CosmosMetaInfo',
2086
+ experimental: false,
2087
+ rpc: 'https://rpc-persistence.keplr.app',
2088
+ rest: 'https://lcd-persistence.keplr.app',
2089
+ cosmostationLcdUrl: 'https://lcd-persistence.cosmostation.io',
2090
+ cosmostationApiUrl: 'https://api-persistence.cosmostation.io',
2091
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2092
+ mintScanName: 'persistence',
2093
+ chainName: 'Persistence',
2094
+ stakeCurrency: {
2095
+ coinDenom: 'XPRT',
2096
+ coinMinimalDenom: 'uxprt',
2097
+ coinDecimals: 6,
2098
+ coinGeckoId: 'persistence',
2099
+ coinImageUrl: '/tokens/blockchain/xprt.png',
2100
+ },
2101
+ bip44: {
2102
+ coinType: 750,
2103
+ },
2104
+ bech32Config: {
2105
+ bech32PrefixAccAddr: 'persistence',
2106
+ bech32PrefixAccPub: 'persistencepub',
2107
+ bech32PrefixValAddr: 'persistencevaloper',
2108
+ bech32PrefixValPub: 'persistencevaloperpub',
2109
+ bech32PrefixConsAddr: 'persistencevalcons',
2110
+ bech32PrefixConsPub: 'persistencevalconspub',
2111
+ },
2112
+ currencies: [
2113
+ {
2114
+ coinDenom: 'XPRT',
2115
+ coinMinimalDenom: 'uxprt',
2116
+ coinDecimals: 6,
2117
+ coinGeckoId: 'persistence',
2118
+ coinImageUrl: '/tokens/blockchain/xprt.png',
2119
+ },
2120
+ ],
2121
+ feeCurrencies: [
2122
+ {
2123
+ coinDenom: 'XPRT',
2124
+ coinMinimalDenom: 'uxprt',
2125
+ coinDecimals: 6,
2126
+ coinGeckoId: 'persistence',
2127
+ coinImageUrl: '/tokens/blockchain/xprt.png',
2128
+ },
2129
+ ],
2130
+ features: ['stargate', 'ibc-transfer'],
2131
+ explorerUrlToTx: 'https://www.mintscan.io/persistence/txs/{txHash}',
2132
+ gasPriceStep: {
2133
+ low: 0,
2134
+ average: 0.025,
2135
+ high: 0.04,
2136
+ },
2137
+ },
2138
+ },
2139
+ {
2140
+ name: 'MEDIBLOC',
2141
+ defaultDecimals: 6,
2142
+ addressPatterns: ['^(panacea1)[0-9a-z]{38}$'],
2143
+ feeAssets: [
2144
+ {
2145
+ blockchain: 'MEDIBLOC',
2146
+ symbol: 'MED',
2147
+ address: null,
2148
+ },
2149
+ ],
2150
+ logo: 'https://api.rango.exchange/blockchains/medibloc.png',
2151
+ displayName: 'MediBloc',
2152
+ shortName: 'MediBloc',
2153
+ sort: 31,
2154
+ color: '#4B66DC',
2155
+ enabled: false,
2156
+ type: TransactionType.COSMOS,
2157
+ chainId: 'panacea-3',
2158
+ info: {
2159
+ infoType: 'CosmosMetaInfo',
2160
+ experimental: true,
2161
+ rpc: 'https://rpc.gopanacea.org',
2162
+ rest: 'https://api.gopanacea.org',
2163
+ cosmostationLcdUrl: 'https://lcd-medibloc.cosmostation.io',
2164
+ cosmostationApiUrl: 'https://api-medibloc.cosmostation.io',
2165
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2166
+ mintScanName: 'medibloc',
2167
+ chainName: 'MediBloc',
2168
+ stakeCurrency: {
2169
+ coinDenom: 'MED',
2170
+ coinMinimalDenom: 'umed',
2171
+ coinDecimals: 6,
2172
+ coinGeckoId: 'medibloc',
2173
+ coinImageUrl: '/tokens/blockchain/MED.png',
2174
+ },
2175
+ bip44: {
2176
+ coinType: 118,
2177
+ },
2178
+ bech32Config: {
2179
+ bech32PrefixAccAddr: 'panacea',
2180
+ bech32PrefixAccPub: 'panaceapub',
2181
+ bech32PrefixValAddr: 'panaceavaloper',
2182
+ bech32PrefixValPub: 'panaceavaloperpub',
2183
+ bech32PrefixConsAddr: 'panaceavalcons',
2184
+ bech32PrefixConsPub: 'panaceavalconspub',
2185
+ },
2186
+ currencies: [
2187
+ {
2188
+ coinDenom: 'MED',
2189
+ coinMinimalDenom: 'umed',
2190
+ coinDecimals: 6,
2191
+ coinGeckoId: 'medibloc',
2192
+ coinImageUrl: '/tokens/blockchain/MED.png',
2193
+ },
2194
+ ],
2195
+ feeCurrencies: [
2196
+ {
2197
+ coinDenom: 'MED',
2198
+ coinMinimalDenom: 'umed',
2199
+ coinDecimals: 6,
2200
+ coinGeckoId: 'medibloc',
2201
+ coinImageUrl: '/tokens/blockchain/MED.png',
2202
+ },
2203
+ ],
2204
+ features: ['stargate', 'ibc-transfer'],
2205
+ explorerUrlToTx: 'https://www.mintscan.io/medibloc/txs/{txHash}',
2206
+ gasPriceStep: {
2207
+ low: 5,
2208
+ average: 7,
2209
+ high: 9,
2210
+ },
2211
+ },
2212
+ },
2213
+ {
2214
+ name: 'SENTINEL',
2215
+ defaultDecimals: 6,
2216
+ addressPatterns: ['^(sent1)[0-9a-z]{38}$'],
2217
+ feeAssets: [
2218
+ {
2219
+ blockchain: 'SENTINEL',
2220
+ symbol: 'DVPN',
2221
+ address: null,
2222
+ },
2223
+ ],
2224
+ logo: 'https://api.rango.exchange/blockchains/sentinel.png',
2225
+ displayName: 'Sentinel',
2226
+ shortName: 'Sentinel',
2227
+ sort: 32,
2228
+ color: '#142E51',
2229
+ enabled: true,
2230
+ type: TransactionType.COSMOS,
2231
+ chainId: 'sentinelhub-2',
2232
+ info: {
2233
+ infoType: 'CosmosMetaInfo',
2234
+ experimental: false,
2235
+ rpc: 'https://rpc-sentinel.keplr.app',
2236
+ rest: 'https://lcd-sentinel.keplr.app',
2237
+ cosmostationLcdUrl: 'https://lcd-sentinel.cosmostation.io',
2238
+ cosmostationApiUrl: 'https://api-sentinel.cosmostation.io',
2239
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2240
+ mintScanName: 'sentinel',
2241
+ chainName: 'Sentinel',
2242
+ stakeCurrency: {
2243
+ coinDenom: 'DVPN',
2244
+ coinMinimalDenom: 'udvpn',
2245
+ coinDecimals: 6,
2246
+ coinGeckoId: 'sentinel',
2247
+ coinImageUrl: '/tokens/blockchain/dvpn.png',
2248
+ },
2249
+ bip44: {
2250
+ coinType: 118,
2251
+ },
2252
+ bech32Config: {
2253
+ bech32PrefixAccAddr: 'sent',
2254
+ bech32PrefixAccPub: 'sentpub',
2255
+ bech32PrefixValAddr: 'sentvaloper',
2256
+ bech32PrefixValPub: 'sentvaloperpub',
2257
+ bech32PrefixConsAddr: 'sentvalcons',
2258
+ bech32PrefixConsPub: 'sentvalconspub',
2259
+ },
2260
+ currencies: [
2261
+ {
2262
+ coinDenom: 'DVPN',
2263
+ coinMinimalDenom: 'udvpn',
2264
+ coinDecimals: 6,
2265
+ coinGeckoId: 'sentinel',
2266
+ coinImageUrl: '/tokens/blockchain/dvpn.png',
2267
+ },
2268
+ ],
2269
+ feeCurrencies: [
2270
+ {
2271
+ coinDenom: 'DVPN',
2272
+ coinMinimalDenom: 'udvpn',
2273
+ coinDecimals: 6,
2274
+ coinGeckoId: 'sentinel',
2275
+ coinImageUrl: '/tokens/blockchain/dvpn.png',
2276
+ },
2277
+ ],
2278
+ features: ['stargate', 'ibc-transfer'],
2279
+ explorerUrlToTx: 'https://www.mintscan.io/sentinel/txs/{txHash}',
2280
+ gasPriceStep: {
2281
+ low: 0.1,
2282
+ average: 0.25,
2283
+ high: 0.4,
2284
+ },
2285
+ },
2286
+ },
2287
+ {
2288
+ name: 'INJECTIVE',
2289
+ defaultDecimals: 6,
2290
+ addressPatterns: ['^(inj1)[0-9a-z]{38}$'],
2291
+ feeAssets: [
2292
+ {
2293
+ blockchain: 'INJECTIVE',
2294
+ symbol: 'INJ',
2295
+ address: null,
2296
+ },
2297
+ ],
2298
+ logo: 'https://api.rango.exchange/blockchains/injective.svg',
2299
+ displayName: 'Injective',
2300
+ shortName: 'Injective',
2301
+ sort: 33,
2302
+ color: '#29B2F4',
2303
+ enabled: false,
2304
+ type: TransactionType.COSMOS,
2305
+ chainId: 'injective-1',
2306
+ info: {
2307
+ infoType: 'CosmosMetaInfo',
2308
+ experimental: true,
2309
+ rpc: 'https://tm.injective.network',
2310
+ rest: 'https://lcd.injective.network',
2311
+ cosmostationLcdUrl: 'https://lcd-inj.cosmostation.io',
2312
+ cosmostationApiUrl: 'https://api-inj.cosmostation.io',
2313
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2314
+ mintScanName: 'injective',
2315
+ chainName: 'Injective',
2316
+ stakeCurrency: {
2317
+ coinDenom: 'INJ',
2318
+ coinMinimalDenom: 'uinj',
2319
+ coinDecimals: 18,
2320
+ coinGeckoId: 'injective',
2321
+ coinImageUrl: '/tokens/INJECTIVE/inj.svg',
2322
+ },
2323
+ bip44: {
2324
+ coinType: 529,
2325
+ },
2326
+ bech32Config: {
2327
+ bech32PrefixAccAddr: 'inj',
2328
+ bech32PrefixAccPub: 'injpub',
2329
+ bech32PrefixValAddr: 'injvaloper',
2330
+ bech32PrefixValPub: 'injvaloperpub',
2331
+ bech32PrefixConsAddr: 'injvalcons',
2332
+ bech32PrefixConsPub: 'injvalconspub',
2333
+ },
2334
+ currencies: [
2335
+ {
2336
+ coinDenom: 'INJ',
2337
+ coinMinimalDenom: 'uinj',
2338
+ coinDecimals: 18,
2339
+ coinGeckoId: 'injective',
2340
+ coinImageUrl: '/tokens/INJECTIVE/inj.svg',
2341
+ },
2342
+ ],
2343
+ feeCurrencies: [
2344
+ {
2345
+ coinDenom: 'INJ',
2346
+ coinMinimalDenom: 'uinj',
2347
+ coinDecimals: 18,
2348
+ coinGeckoId: 'injective',
2349
+ coinImageUrl: '/tokens/INJECTIVE/inj.svg',
2350
+ },
2351
+ ],
2352
+ features: ['stargate', 'ibc-transfer'],
2353
+ explorerUrlToTx: 'https://www.mintscan.io/injective/txs/{txHash}',
2354
+ gasPriceStep: {
2355
+ low: 500000000,
2356
+ average: 500000000,
2357
+ high: 500000000,
2358
+ },
2359
+ },
2360
+ },
2361
+ {
2362
+ name: 'SECRET',
2363
+ defaultDecimals: 6,
2364
+ addressPatterns: ['^(secret1)[0-9a-z]{38}$'],
2365
+ feeAssets: [
2366
+ {
2367
+ blockchain: 'SECRET',
2368
+ symbol: 'SCRT',
2369
+ address: null,
2370
+ },
2371
+ ],
2372
+ logo: 'https://api.rango.exchange/blockchains/secret.svg',
2373
+ displayName: 'Secret',
2374
+ shortName: 'Secret',
2375
+ sort: 34,
2376
+ color: '#1B1B1B',
2377
+ enabled: false,
2378
+ type: TransactionType.COSMOS,
2379
+ chainId: 'secret-4',
2380
+ info: {
2381
+ infoType: 'CosmosMetaInfo',
2382
+ experimental: false,
2383
+ rpc: 'https://rpc-secret.keplr.app',
2384
+ rest: 'https://lcd-secret.keplr.app',
2385
+ cosmostationLcdUrl: 'https://lcd-secret.cosmostation.io',
2386
+ cosmostationApiUrl: 'https://api-secret.cosmostation.io',
2387
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2388
+ mintScanName: 'secret',
2389
+ chainName: 'Secret',
2390
+ stakeCurrency: {
2391
+ coinDenom: 'SCRT',
2392
+ coinMinimalDenom: 'uscrt',
2393
+ coinDecimals: 6,
2394
+ coinGeckoId: 'secret',
2395
+ coinImageUrl: 'https://dhj8dql1kzq2v.cloudfront.net/white/secret.png',
2396
+ },
2397
+ bip44: {
2398
+ coinType: 529,
2399
+ },
2400
+ bech32Config: {
2401
+ bech32PrefixAccAddr: 'secret',
2402
+ bech32PrefixAccPub: 'secretpub',
2403
+ bech32PrefixValAddr: 'secretvaloper',
2404
+ bech32PrefixValPub: 'secretvaloperpub',
2405
+ bech32PrefixConsAddr: 'secretvalcons',
2406
+ bech32PrefixConsPub: 'secretvalconspub',
2407
+ },
2408
+ currencies: [
2409
+ {
2410
+ coinDenom: 'SCRT',
2411
+ coinMinimalDenom: 'uscrt',
2412
+ coinDecimals: 6,
2413
+ coinGeckoId: 'secret',
2414
+ coinImageUrl: 'https://dhj8dql1kzq2v.cloudfront.net/white/secret.png',
2415
+ },
2416
+ ],
2417
+ feeCurrencies: [
2418
+ {
2419
+ coinDenom: 'SCRT',
2420
+ coinMinimalDenom: 'uscrt',
2421
+ coinDecimals: 6,
2422
+ coinGeckoId: 'secret',
2423
+ coinImageUrl: 'https://dhj8dql1kzq2v.cloudfront.net/white/secret.png',
2424
+ },
2425
+ ],
2426
+ features: ['secretwasm'],
2427
+ explorerUrlToTx: 'https://www.mintscan.io/injective/txs/{txHash}',
2428
+ gasPriceStep: {
2429
+ low: 0.1,
2430
+ average: 0.25,
2431
+ high: 0.3,
2432
+ },
2433
+ },
2434
+ },
2435
+ {
2436
+ name: 'STARNAME',
2437
+ defaultDecimals: 6,
2438
+ addressPatterns: ['^(star1)[0-9a-z]{38}$'],
2439
+ feeAssets: [
2440
+ {
2441
+ blockchain: 'STARNAME',
2442
+ symbol: 'IOV',
2443
+ address: null,
2444
+ },
2445
+ ],
2446
+ logo: 'https://api.rango.exchange/blockchains/starname.png',
2447
+ displayName: 'Starname',
2448
+ shortName: 'Starname',
2449
+ sort: 35,
2450
+ color: '#BC64BB',
2451
+ enabled: true,
2452
+ type: TransactionType.COSMOS,
2453
+ chainId: 'iov-mainnet-ibc',
2454
+ info: {
2455
+ infoType: 'CosmosMetaInfo',
2456
+ experimental: false,
2457
+ rpc: 'https://rpc-iov.keplr.app',
2458
+ rest: 'https://lcd-iov.keplr.app',
2459
+ cosmostationLcdUrl: 'https://lcd-iov.cosmostation.io',
2460
+ cosmostationApiUrl: 'https://api-iov.cosmostation.io',
2461
+ cosmostationDenomTracePath:
2462
+ '/ibc/applications/transfer/v1beta1/denom_traces/',
2463
+ mintScanName: 'starname',
2464
+ chainName: 'Starname',
2465
+ stakeCurrency: {
2466
+ coinDenom: 'IOV',
2467
+ coinMinimalDenom: 'uiov',
2468
+ coinDecimals: 6,
2469
+ coinGeckoId: 'starname',
2470
+ coinImageUrl: '/tokens/blockchain/IOV.png',
2471
+ },
2472
+ bip44: {
2473
+ coinType: 494,
2474
+ },
2475
+ bech32Config: {
2476
+ bech32PrefixAccAddr: 'star',
2477
+ bech32PrefixAccPub: 'starpub',
2478
+ bech32PrefixValAddr: 'starvaloper',
2479
+ bech32PrefixValPub: 'starvaloperpub',
2480
+ bech32PrefixConsAddr: 'starvalcons',
2481
+ bech32PrefixConsPub: 'starvalconspub',
2482
+ },
2483
+ currencies: [
2484
+ {
2485
+ coinDenom: 'IOV',
2486
+ coinMinimalDenom: 'uiov',
2487
+ coinDecimals: 6,
2488
+ coinGeckoId: 'starname',
2489
+ coinImageUrl: '/tokens/blockchain/IOV.png',
2490
+ },
2491
+ ],
2492
+ feeCurrencies: [
2493
+ {
2494
+ coinDenom: 'IOV',
2495
+ coinMinimalDenom: 'uiov',
2496
+ coinDecimals: 6,
2497
+ coinGeckoId: 'starname',
2498
+ coinImageUrl: '/tokens/blockchain/IOV.png',
2499
+ },
2500
+ ],
2501
+ features: ['stargate', 'ibc-transfer'],
2502
+ explorerUrlToTx: 'https://www.mintscan.io/starname/txs/{txHash}',
2503
+ gasPriceStep: {
2504
+ low: 1,
2505
+ average: 2,
2506
+ high: 3,
2507
+ },
2508
+ },
2509
+ },
2510
+ {
2511
+ name: 'KONSTELLATION',
2512
+ defaultDecimals: 6,
2513
+ addressPatterns: ['^(darc1)[0-9a-z]{38}$'],
2514
+ feeAssets: [
2515
+ {
2516
+ blockchain: 'KONSTELLATION',
2517
+ symbol: 'DARC',
2518
+ address: null,
2519
+ },
2520
+ ],
2521
+ logo: 'https://api.rango.exchange/blockchains/konstellation.svg',
2522
+ displayName: 'Konstellation',
2523
+ shortName: 'Konstellation',
2524
+ sort: 35,
2525
+ color: '#3D7BC2',
2526
+ enabled: false,
2527
+ type: TransactionType.COSMOS,
2528
+ chainId: 'darchub',
2529
+ info: {
2530
+ infoType: 'CosmosMetaInfo',
2531
+ experimental: true,
2532
+ rpc: 'https://node1.konstellation.tech:26657',
2533
+ rest: 'https://node1.konstellation.tech:1318',
2534
+ cosmostationLcdUrl: 'https://api-konstellation.cosmostation.io',
2535
+ cosmostationApiUrl: 'https://api-konstellation.cosmostation.io',
2536
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2537
+ mintScanName: 'konstellation',
2538
+ chainName: 'Konstellation',
2539
+ stakeCurrency: {
2540
+ coinDenom: 'DARC',
2541
+ coinMinimalDenom: 'udarc',
2542
+ coinDecimals: 6,
2543
+ coinGeckoId: 'pool:udarc',
2544
+ coinImageUrl: '/tokens/blockchain/DARC.png',
2545
+ },
2546
+ bip44: {
2547
+ coinType: 118,
2548
+ },
2549
+ bech32Config: {
2550
+ bech32PrefixAccAddr: 'darc',
2551
+ bech32PrefixAccPub: 'darcpub',
2552
+ bech32PrefixValAddr: 'darcvaloper',
2553
+ bech32PrefixValPub: 'darcvaloperpub',
2554
+ bech32PrefixConsAddr: 'darcvalcons',
2555
+ bech32PrefixConsPub: 'darcvalconspub',
2556
+ },
2557
+ currencies: [
2558
+ {
2559
+ coinDenom: 'DARC',
2560
+ coinMinimalDenom: 'udarc',
2561
+ coinDecimals: 6,
2562
+ coinGeckoId: 'pool:udarc',
2563
+ coinImageUrl: '/tokens/blockchain/DARC.png',
2564
+ },
2565
+ ],
2566
+ feeCurrencies: [
2567
+ {
2568
+ coinDenom: 'DARC',
2569
+ coinMinimalDenom: 'udarc',
2570
+ coinDecimals: 6,
2571
+ coinGeckoId: 'pool:udarc',
2572
+ coinImageUrl: '/tokens/blockchain/DARC.png',
2573
+ },
2574
+ ],
2575
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
2576
+ explorerUrlToTx: 'https://www.mintscan.io/konstellation/txs/{txHash}',
2577
+ gasPriceStep: null,
2578
+ },
2579
+ },
2580
+ {
2581
+ name: 'UMEE',
2582
+ defaultDecimals: 6,
2583
+ addressPatterns: ['^(umee1)[0-9a-z]{38}$'],
2584
+ feeAssets: [
2585
+ {
2586
+ blockchain: 'UMEE',
2587
+ symbol: 'UMEE',
2588
+ address: null,
2589
+ },
2590
+ ],
2591
+ logo: 'https://api.rango.exchange/blockchains/umee.svg',
2592
+ displayName: 'Umee',
2593
+ shortName: 'Umee',
2594
+ sort: 36,
2595
+ color: '#D2B6FF',
2596
+ enabled: true,
2597
+ type: TransactionType.COSMOS,
2598
+ chainId: 'umee-1',
2599
+ info: {
2600
+ infoType: 'CosmosMetaInfo',
2601
+ experimental: false,
2602
+ rpc: 'https://api.barnacle.mainnet.network.umee.cc',
2603
+ rest: 'https://lcd-umee.cosmostation.io',
2604
+ cosmostationLcdUrl: 'https://lcd-umee.cosmostation.io',
2605
+ cosmostationApiUrl: 'https://api-umee.cosmostation.io',
2606
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2607
+ mintScanName: 'umee',
2608
+ chainName: 'Umee',
2609
+ stakeCurrency: {
2610
+ coinDenom: 'UMEE',
2611
+ coinMinimalDenom: 'uumee',
2612
+ coinDecimals: 6,
2613
+ coinGeckoId: 'pool:uumee',
2614
+ coinImageUrl: '/tokens/blockchain/UMEE.png',
2615
+ },
2616
+ bip44: {
2617
+ coinType: 118,
2618
+ },
2619
+ bech32Config: {
2620
+ bech32PrefixAccAddr: 'umee',
2621
+ bech32PrefixAccPub: 'umeepub',
2622
+ bech32PrefixValAddr: 'umeevaloper',
2623
+ bech32PrefixValPub: 'umeevaloperpub',
2624
+ bech32PrefixConsAddr: 'umeevalcons',
2625
+ bech32PrefixConsPub: 'umeevalconspub',
2626
+ },
2627
+ currencies: [
2628
+ {
2629
+ coinDenom: 'UMEE',
2630
+ coinMinimalDenom: 'uumee',
2631
+ coinDecimals: 6,
2632
+ coinGeckoId: 'pool:uumee',
2633
+ coinImageUrl: '/tokens/blockchain/UMEE.png',
2634
+ },
2635
+ ],
2636
+ feeCurrencies: [
2637
+ {
2638
+ coinDenom: 'UMEE',
2639
+ coinMinimalDenom: 'uumee',
2640
+ coinDecimals: 6,
2641
+ coinGeckoId: 'pool:uumee',
2642
+ coinImageUrl: '/tokens/blockchain/UMEE.png',
2643
+ },
2644
+ ],
2645
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
2646
+ explorerUrlToTx: 'https://www.mintscan.io/umee/txs/{txHash}',
2647
+ gasPriceStep: {
2648
+ low: 0.05,
2649
+ average: 0.06,
2650
+ high: 0.1,
2651
+ },
2652
+ },
2653
+ },
2654
+ {
2655
+ name: 'BITCANNA',
2656
+ defaultDecimals: 6,
2657
+ addressPatterns: ['^(bcna1)[0-9a-z]{38}$'],
2658
+ feeAssets: [
2659
+ {
2660
+ blockchain: 'BITCANNA',
2661
+ symbol: 'BCNA',
2662
+ address: null,
2663
+ },
2664
+ ],
2665
+ logo: 'https://api.rango.exchange/blockchains/bitcanna.svg',
2666
+ displayName: 'BitCanna',
2667
+ shortName: 'BitCanna',
2668
+ sort: 36,
2669
+ color: '#3CC194',
2670
+ enabled: true,
2671
+ type: TransactionType.COSMOS,
2672
+ chainId: 'bitcanna-1',
2673
+ info: {
2674
+ infoType: 'CosmosMetaInfo',
2675
+ experimental: true,
2676
+ rpc: 'https://rpc.bitcanna.io',
2677
+ rest: 'https://lcd.bitcanna.io',
2678
+ cosmostationLcdUrl: 'https://lcd-bitcanna.cosmostation.io',
2679
+ cosmostationApiUrl: 'https://api-bitcanna.cosmostation.io',
2680
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2681
+ mintScanName: 'bitcanna',
2682
+ chainName: 'BitCanna',
2683
+ stakeCurrency: {
2684
+ coinDenom: 'BCNA',
2685
+ coinMinimalDenom: 'ubcna',
2686
+ coinDecimals: 6,
2687
+ coinGeckoId: 'bitcanna',
2688
+ coinImageUrl: '/tokens/blockchain/BCNA.png',
2689
+ },
2690
+ bip44: {
2691
+ coinType: 118,
2692
+ },
2693
+ bech32Config: {
2694
+ bech32PrefixAccAddr: 'bcna',
2695
+ bech32PrefixAccPub: 'bcnapub',
2696
+ bech32PrefixValAddr: 'bcnavaloper',
2697
+ bech32PrefixValPub: 'bcnavaloperpub',
2698
+ bech32PrefixConsAddr: 'bcnavalcons',
2699
+ bech32PrefixConsPub: 'bcnavalconspub',
2700
+ },
2701
+ currencies: [
2702
+ {
2703
+ coinDenom: 'BCNA',
2704
+ coinMinimalDenom: 'ubcna',
2705
+ coinDecimals: 6,
2706
+ coinGeckoId: 'bitcanna',
2707
+ coinImageUrl: '/tokens/blockchain/BCNA.png',
2708
+ },
2709
+ ],
2710
+ feeCurrencies: [
2711
+ {
2712
+ coinDenom: 'BCNA',
2713
+ coinMinimalDenom: 'ubcna',
2714
+ coinDecimals: 6,
2715
+ coinGeckoId: 'bitcanna',
2716
+ coinImageUrl: '/tokens/blockchain/BCNA.png',
2717
+ },
2718
+ ],
2719
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'],
2720
+ explorerUrlToTx: 'https://www.mintscan.io/bitcanna/txs/{txHash}',
2721
+ gasPriceStep: null,
2722
+ },
2723
+ },
2724
+ {
2725
+ name: 'DESMOS',
2726
+ defaultDecimals: 6,
2727
+ addressPatterns: ['^(desmos1)[0-9a-z]{38}$'],
2728
+ feeAssets: [
2729
+ {
2730
+ blockchain: 'DESMOS',
2731
+ symbol: 'DSM',
2732
+ address: null,
2733
+ },
2734
+ ],
2735
+ logo: 'https://api.rango.exchange/blockchains/desmos.svg',
2736
+ displayName: 'Desmos',
2737
+ shortName: 'Desmos',
2738
+ sort: 37,
2739
+ color: '#DF6952',
2740
+ enabled: true,
2741
+ type: TransactionType.COSMOS,
2742
+ chainId: 'desmos-mainnet',
2743
+ info: {
2744
+ infoType: 'CosmosMetaInfo',
2745
+ experimental: true,
2746
+ rpc: 'https://rpc.mainnet.desmos.network',
2747
+ rest: 'https://api.mainnet.desmos.network',
2748
+ cosmostationLcdUrl: 'https://lcd-desmos.cosmostation.io',
2749
+ cosmostationApiUrl: 'https://api-desmos.cosmostation.io',
2750
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2751
+ mintScanName: 'desmos',
2752
+ chainName: 'Desmos',
2753
+ stakeCurrency: {
2754
+ coinDenom: 'DSM',
2755
+ coinMinimalDenom: 'udsm',
2756
+ coinDecimals: 6,
2757
+ coinGeckoId: 'pool:udsm',
2758
+ coinImageUrl: '/tokens/blockchain/DSM.png',
2759
+ },
2760
+ bip44: {
2761
+ coinType: 852,
2762
+ },
2763
+ bech32Config: {
2764
+ bech32PrefixAccAddr: 'desmos',
2765
+ bech32PrefixAccPub: 'desmospub',
2766
+ bech32PrefixValAddr: 'desmosvaloper',
2767
+ bech32PrefixValPub: 'desmosvaloperpub',
2768
+ bech32PrefixConsAddr: 'desmosvalcons',
2769
+ bech32PrefixConsPub: 'desmosvalconspub',
2770
+ },
2771
+ currencies: [
2772
+ {
2773
+ coinDenom: 'DSM',
2774
+ coinMinimalDenom: 'udsm',
2775
+ coinDecimals: 6,
2776
+ coinGeckoId: 'pool:udsm',
2777
+ coinImageUrl: '/tokens/blockchain/DSM.png',
2778
+ },
2779
+ ],
2780
+ feeCurrencies: [
2781
+ {
2782
+ coinDenom: 'DSM',
2783
+ coinMinimalDenom: 'udsm',
2784
+ coinDecimals: 6,
2785
+ coinGeckoId: 'pool:udsm',
2786
+ coinImageUrl: '/tokens/blockchain/DSM.png',
2787
+ },
2788
+ ],
2789
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
2790
+ explorerUrlToTx: 'https://explorer.desmos.network/transactions/{txHash}',
2791
+ gasPriceStep: null,
2792
+ },
2793
+ },
2794
+ {
2795
+ name: 'LUMNETWORK',
2796
+ defaultDecimals: 6,
2797
+ addressPatterns: ['^(lum1)[0-9a-z]{38}$'],
2798
+ feeAssets: [
2799
+ {
2800
+ blockchain: 'LUMNETWORK',
2801
+ symbol: 'LUM',
2802
+ address: null,
2803
+ },
2804
+ ],
2805
+ logo: 'https://api.rango.exchange/blockchains/lumnetwork.svg',
2806
+ displayName: 'Lum Network',
2807
+ shortName: 'Lum Network',
2808
+ sort: 38,
2809
+ color: '#1B42B4',
2810
+ enabled: true,
2811
+ type: TransactionType.COSMOS,
2812
+ chainId: 'lum-network-1',
2813
+ info: {
2814
+ infoType: 'CosmosMetaInfo',
2815
+ experimental: true,
2816
+ rpc: 'https://node0.mainnet.lum.network/rpc',
2817
+ rest: 'https://node0.mainnet.lum.network/rest',
2818
+ cosmostationLcdUrl: 'https://lcd-lum.cosmostation.io',
2819
+ cosmostationApiUrl: 'https://api-lum.cosmostation.io',
2820
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2821
+ mintScanName: 'lum',
2822
+ chainName: 'Lum Network',
2823
+ stakeCurrency: {
2824
+ coinDenom: 'LUM',
2825
+ coinMinimalDenom: 'ulum',
2826
+ coinDecimals: 6,
2827
+ coinGeckoId: 'pool:ulum',
2828
+ coinImageUrl: '/tokens/blockchain/LUM.png',
2829
+ },
2830
+ bip44: {
2831
+ coinType: 118,
2832
+ },
2833
+ bech32Config: {
2834
+ bech32PrefixAccAddr: 'lum',
2835
+ bech32PrefixAccPub: 'lumpub',
2836
+ bech32PrefixValAddr: 'lumvaloper',
2837
+ bech32PrefixValPub: 'lumvaloperpub',
2838
+ bech32PrefixConsAddr: 'lumvalcons',
2839
+ bech32PrefixConsPub: 'lumvalconspub',
2840
+ },
2841
+ currencies: [
2842
+ {
2843
+ coinDenom: 'LUM',
2844
+ coinMinimalDenom: 'ulum',
2845
+ coinDecimals: 6,
2846
+ coinGeckoId: 'pool:ulum',
2847
+ coinImageUrl: '/tokens/blockchain/LUM.png',
2848
+ },
2849
+ ],
2850
+ feeCurrencies: [
2851
+ {
2852
+ coinDenom: 'LUM',
2853
+ coinMinimalDenom: 'ulum',
2854
+ coinDecimals: 6,
2855
+ coinGeckoId: 'pool:ulum',
2856
+ coinImageUrl: '/tokens/blockchain/LUM.png',
2857
+ },
2858
+ ],
2859
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
2860
+ explorerUrlToTx: 'https://www.mintscan.io/lum/txs/{txHash}',
2861
+ gasPriceStep: null,
2862
+ },
2863
+ },
2864
+ {
2865
+ name: 'BOBA',
2866
+ defaultDecimals: 18,
2867
+ addressPatterns: ['^(0x)[0-9A-Fa-f]{40}$'],
2868
+ feeAssets: [
2869
+ {
2870
+ blockchain: 'BOBA',
2871
+ symbol: 'ETH',
2872
+ address: null,
2873
+ },
2874
+ ],
2875
+ logo: 'https://api.rango.exchange/blockchains/boba.png',
2876
+ displayName: 'Boba',
2877
+ shortName: 'Boba',
2878
+ sort: 39,
2879
+ color: '#ccff00',
2880
+ enabled: true,
2881
+ type: TransactionType.EVM,
2882
+ chainId: '0x120',
2883
+ info: {
2884
+ infoType: 'EvmMetaInfo',
2885
+ chainName: 'Boba Network',
2886
+ nativeCurrency: {
2887
+ name: 'ETH',
2888
+ symbol: 'ETH',
2889
+ decimals: 18,
2890
+ },
2891
+ rpcUrls: ['https://mainnet.boba.network'],
2892
+ blockExplorerUrls: ['https://bobascan.com/'],
2893
+ addressUrl: 'https://bobascan.com//address/{wallet}',
2894
+ transactionUrl: 'https://bobascan.com//tx/{txHash}',
2895
+ },
2896
+ },
2897
+ {
2898
+ name: 'AXELAR',
2899
+ defaultDecimals: 6,
2900
+ addressPatterns: ['^(axelar1)[0-9a-z]{38}$'],
2901
+ feeAssets: [
2902
+ {
2903
+ blockchain: 'AXELAR',
2904
+ symbol: 'AXL',
2905
+ address: null,
2906
+ },
2907
+ ],
2908
+ logo: 'https://api.rango.exchange/blockchains/axelar.png',
2909
+ displayName: 'Axelar',
2910
+ shortName: 'Axelar',
2911
+ sort: 40,
2912
+ color: '#15181C',
2913
+ enabled: false,
2914
+ type: TransactionType.COSMOS,
2915
+ chainId: 'axelar-dojo-1',
2916
+ info: {
2917
+ infoType: 'CosmosMetaInfo',
2918
+ experimental: false,
2919
+ rpc: 'https://mainnet-rpc-router.axelar-dev.workers.dev/chain/axelar',
2920
+ rest: 'https://axelar-lcd.quickapi.com',
2921
+ cosmostationLcdUrl: 'https://axelar-lcd.quickapi.com',
2922
+ cosmostationApiUrl:
2923
+ 'https://mainnet-rpc-router.axelar-dev.workers.dev/chain/axelar',
2924
+ cosmostationDenomTracePath: '/ibc/apps/transfer/v1/denom_traces/',
2925
+ mintScanName: 'axelar',
2926
+ chainName: 'Axelar',
2927
+ stakeCurrency: {
2928
+ coinDenom: 'AXL',
2929
+ coinMinimalDenom: 'uaxl',
2930
+ coinDecimals: 6,
2931
+ coinGeckoId: 'axelar',
2932
+ coinImageUrl: '/tokens/blockchain/axl.png',
2933
+ },
2934
+ bip44: {
2935
+ coinType: 118,
2936
+ },
2937
+ bech32Config: {
2938
+ bech32PrefixAccAddr: 'axl',
2939
+ bech32PrefixAccPub: 'axlpub',
2940
+ bech32PrefixValAddr: 'axlvaloper',
2941
+ bech32PrefixValPub: 'axlvaloperpub',
2942
+ bech32PrefixConsAddr: 'axlvalcons',
2943
+ bech32PrefixConsPub: 'axlvalconspub',
2944
+ },
2945
+ currencies: [
2946
+ {
2947
+ coinDenom: 'AXL',
2948
+ coinMinimalDenom: 'uaxl',
2949
+ coinDecimals: 6,
2950
+ coinGeckoId: 'axelar',
2951
+ coinImageUrl: '/tokens/blockchain/axl.png',
2952
+ },
2953
+ ],
2954
+ feeCurrencies: [
2955
+ {
2956
+ coinDenom: 'AXL',
2957
+ coinMinimalDenom: 'uaxl',
2958
+ coinDecimals: 6,
2959
+ coinGeckoId: 'axelar',
2960
+ coinImageUrl: '/tokens/blockchain/axl.png',
2961
+ },
2962
+ ],
2963
+ features: ['stargate', 'ibc-transfer'],
2964
+ explorerUrlToTx: 'https://www.mintscan.io/axelar/txs/{txHash}',
2965
+ gasPriceStep: {
2966
+ low: 0.007,
2967
+ average: 0.007,
2968
+ high: 0.01,
2969
+ },
2970
+ },
2971
+ },
2972
+ ];