@rabbitio/ui-kit 1.0.0-beta.80 → 1.0.0-beta.82

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 (258) hide show
  1. package/coverage/clover.xml +1617 -3041
  2. package/coverage/coverage-final.json +101 -153
  3. package/coverage/index.html +113 -353
  4. package/coverage/{ui-kit → rabbit-ui-kit}/index.html +3 -3
  5. package/coverage/{ui-kit → rabbit-ui-kit}/index.js.html +3 -3
  6. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/googleAnalyticsAdapter.js.html +148 -0
  7. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/index.html +131 -0
  8. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/mixpanelAdapter.js.html +199 -0
  9. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/adapters/axiosAdapter.js.html +3 -3
  10. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/adapters/index.html +3 -3
  11. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/adapters/qrUtils.js.html +3 -3
  12. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/amountUtils.js.html +3 -3
  13. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/errorUtils.js.html +3 -3
  14. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/external-apis/apiGroups.js.html +3 -3
  15. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/external-apis/index.html +3 -3
  16. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/external-apis/ipAddressProviders.js.html +3 -3
  17. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/fiatCurrenciesService.js.html +3 -3
  18. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/globalConstants.jsx.html +3 -3
  19. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/index.html +3 -3
  20. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/models/blockchain.js.html +3 -3
  21. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/models/coin.js.html +42 -42
  22. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/models/index.html +3 -3
  23. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/models/protocol.js.html +5 -5
  24. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/cache.js.html +8 -8
  25. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/emailAPI.js.html +3 -3
  26. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/index.html +3 -3
  27. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/logging/index.html +3 -3
  28. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/logging/logger.js.html +6 -6
  29. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/logging/logsStorage.js.html +5 -5
  30. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/postponeExecution.js.html +3 -3
  31. package/coverage/{ui-kit → rabbit-ui-kit}/src/common-apis/utils/safeStringify.js.html +3 -3
  32. package/coverage/{ui-kit → rabbit-ui-kit}/src/index.html +7 -7
  33. package/coverage/{ui-kit → rabbit-ui-kit}/src/index.js.html +15 -6
  34. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js.html +3 -3
  35. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/cachedRobustExternalApiCallerService.js.html +3 -3
  36. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/cancelProcessing.js.html +3 -3
  37. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/concurrentCalculationsMetadataHolder.js.html +3 -3
  38. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/externalApiProvider.js.html +3 -3
  39. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/externalServicesStatsCollector.js.html +3 -3
  40. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/index.html +3 -3
  41. package/coverage/{ui-kit → rabbit-ui-kit}/src/robust-api-caller/robustExternalAPICallerService.js.html +3 -3
  42. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/external-apis/index.html +30 -30
  43. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/external-apis/letsExchangeSwapProvider.js.html +19 -19
  44. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/external-apis/swapProvider.js.html +282 -177
  45. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +167 -149
  46. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/models/baseSwapCreationInfo.js.html +3 -3
  47. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/models/existingSwap.js.html +3 -3
  48. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/models/existingSwapWithFiatData.js.html +3 -3
  49. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/models/index.html +26 -11
  50. package/coverage/rabbit-ui-kit/src/swaps-lib/models/swapProviderCoinInfo.js.html +193 -0
  51. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/services/index.html +7 -7
  52. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/services/publicSwapService.js.html +15 -18
  53. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/utils/index.html +3 -3
  54. package/coverage/{ui-kit → rabbit-ui-kit}/src/swaps-lib/utils/swapUtils.js.html +3 -3
  55. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/arrowIcon.jsx.html +3 -3
  56. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/arrowTosca.jsx.html +3 -3
  57. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/arrowWhite.jsx.html +3 -3
  58. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/darkRectangle.jsx.html +3 -3
  59. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/determinedError.jsx.html +3 -3
  60. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/failedValidationIcon.jsx.html +3 -3
  61. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/index.html +3 -3
  62. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/infoIcon.jsx.html +3 -3
  63. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/noticeQuestionIcon.jsx.html +3 -3
  64. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/successfulValidationIcon.jsx.html +3 -3
  65. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/assets/wrappedImages/walletIcon.jsx.html +3 -3
  66. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx.html +3 -3
  67. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/AssetIcon/index.html +3 -3
  68. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/AssetSelection/AssetSelection.jsx.html +3 -3
  69. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/AssetSelection/index.html +3 -3
  70. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +3 -3
  71. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/BackgroundTitle/index.html +3 -3
  72. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx.html +3 -3
  73. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/InformationMessage/index.html +3 -3
  74. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Input/Input.jsx.html +3 -3
  75. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Input/index.html +3 -3
  76. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/LoadingDots/LoadingDots.jsx.html +3 -3
  77. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/LoadingDots/index.html +3 -3
  78. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx.html +3 -3
  79. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/NoticeIcon/index.html +3 -3
  80. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/QrCode/QrCode.jsx.html +7 -25
  81. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/QrCode/index.html +7 -7
  82. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx.html +3 -3
  83. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/RateSelector/index.html +3 -3
  84. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/SupportChat/SupportChat.jsx.html +3 -3
  85. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/SupportChat/index.html +3 -3
  86. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Textarea/Textarea.jsx.html +3 -3
  87. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Textarea/index.html +3 -3
  88. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/TitleBox/TitleBox.jsx.html +3 -3
  89. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/TitleBox/index.html +3 -3
  90. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Tooltip/Tooltip.jsx.html +3 -3
  91. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Tooltip/index.html +3 -3
  92. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +3 -3
  93. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/TwoLinesOfText/index.html +3 -3
  94. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Validation/Validation.jsx.html +3 -3
  95. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/Validation/index.html +3 -3
  96. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/Button/Button.jsx.html +3 -3
  97. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/Button/index.html +3 -3
  98. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/Close/Close.jsx.html +3 -3
  99. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/Close/index.html +3 -3
  100. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx.html +3 -3
  101. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/LinkButton/index.html +3 -3
  102. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +3 -3
  103. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/atoms/buttons/RadioButtonWithText/index.html +3 -3
  104. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx.html +4 -4
  105. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/AmountInput/index.html +3 -3
  106. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx.html +3 -3
  107. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/CoinPicker/index.html +3 -3
  108. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +3 -3
  109. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/LineWithIconLink/index.html +3 -3
  110. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +3 -3
  111. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/molecules/TitledLineWithIconLink/index.html +3 -3
  112. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +3 -3
  113. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/CoinPickerDialogStep/index.html +3 -3
  114. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/Dialog/Dialog.jsx.html +3 -3
  115. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +3 -3
  116. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/Dialog/DialogButtons/index.html +3 -3
  117. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +3 -3
  118. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/Dialog/DialogStep/index.html +3 -3
  119. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/Dialog/index.html +3 -3
  120. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx.html +42 -18
  121. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/organisms/SwapForm/index.html +7 -7
  122. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +3 -3
  123. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/components/templates/DeterminedErrorDialogStep/index.html +3 -3
  124. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/hooks/index.html +3 -3
  125. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/hooks/useCallHandlingErrors.js.html +3 -3
  126. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/hooks/useIsHydrated.js.html +3 -3
  127. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/hooks/useReferredState.js.html +3 -3
  128. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/utils/index.html +3 -3
  129. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/utils/inputValueProviders.js.html +3 -3
  130. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/utils/textUtils.js.html +3 -3
  131. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/utils/uiUtils.js.html +3 -3
  132. package/coverage/{ui-kit → rabbit-ui-kit}/src/ui-kit/utils/urlQueryUtils.js.html +3 -3
  133. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/BackgroundTitle.stories.jsx.html +3 -3
  134. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/LinesOfText.stories.jsx.html +3 -3
  135. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/LoadingDots.stories.jsx.html +3 -3
  136. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/QrCode.stories.jsx.html +3 -3
  137. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/RateSelector.stories.jsx.html +3 -3
  138. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/Validation.stories.jsx.html +3 -3
  139. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/buttons/Button.stories.jsx.html +3 -3
  140. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/buttons/Close.stories.jsx.html +3 -3
  141. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/buttons/LinkButton.stories.jsx.html +3 -3
  142. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/buttons/index.html +3 -3
  143. package/coverage/{ui-kit → rabbit-ui-kit}/stories/atoms/index.html +3 -3
  144. package/coverage/rabbit-ui-kit/stories/molecules/CoinPicker.stories.jsx.html +271 -0
  145. package/coverage/{ui-kit → rabbit-ui-kit}/stories/molecules/LineWithIconLink.stories.jsx.html +3 -3
  146. package/coverage/{ui-kit → rabbit-ui-kit}/stories/molecules/TitledLineWithIconLink.stories.jsx.html +3 -3
  147. package/coverage/{ui-kit → rabbit-ui-kit}/stories/molecules/index.html +22 -7
  148. package/coverage/{ui-kit → rabbit-ui-kit}/stories/organisms/Dialog/Dialog.stories.jsx.html +3 -3
  149. package/coverage/{ui-kit → rabbit-ui-kit}/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +3 -3
  150. package/coverage/{ui-kit → rabbit-ui-kit}/stories/organisms/Dialog/DialogButtons/index.html +3 -3
  151. package/coverage/{ui-kit → rabbit-ui-kit}/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +3 -3
  152. package/coverage/{ui-kit → rabbit-ui-kit}/stories/organisms/Dialog/DialogStep/index.html +3 -3
  153. package/coverage/{ui-kit → rabbit-ui-kit}/stories/organisms/Dialog/index.html +3 -3
  154. package/coverage/rabbit-ui-kit/stories/stubs/coins.jsx.html +6880 -0
  155. package/coverage/{ui-kit → rabbit-ui-kit}/stories/stubs/exampleContent.jsx.html +3 -3
  156. package/coverage/{ui-kit/storybook-static/sb-preview → rabbit-ui-kit/stories/stubs}/index.html +11 -11
  157. package/coverage/{ui-kit → rabbit-ui-kit}/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +3 -3
  158. package/coverage/{ui-kit → rabbit-ui-kit}/stories/templates/index.html +3 -3
  159. package/dist/global.css.map +1 -1
  160. package/dist/index.cjs +183 -110
  161. package/dist/index.cjs.map +1 -1
  162. package/dist/index.modern.js +123 -62
  163. package/dist/index.modern.js.map +1 -1
  164. package/dist/index.module.js +182 -111
  165. package/dist/index.module.js.map +1 -1
  166. package/dist/index.umd.js +183 -110
  167. package/dist/index.umd.js.map +1 -1
  168. package/package.json +1 -1
  169. package/src/common-apis/adapters/analyticsAdapters/googleAnalyticsAdapter.js +21 -0
  170. package/src/common-apis/adapters/analyticsAdapters/mixpanelAdapter.js +38 -0
  171. package/src/index.js +3 -0
  172. package/src/swaps-lib/external-apis/letsExchangeSwapProvider.js +16 -16
  173. package/src/swaps-lib/external-apis/swapProvider.js +41 -6
  174. package/src/swaps-lib/external-apis/swapspaceSwapProvider.js +22 -16
  175. package/src/swaps-lib/models/swapProviderCoinInfo.js +36 -0
  176. package/src/swaps-lib/services/publicSwapService.js +9 -10
  177. package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/_fetchSupportedCurrenciesIfNeeded.test.js +502 -501
  178. package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/getSwapInfo.test.js +120 -120
  179. package/src/ui-kit/assets/styles/global.scss +10 -1
  180. package/src/ui-kit/components/atoms/QrCode/QrCode.jsx +0 -6
  181. package/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx +1 -1
  182. package/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx +20 -12
  183. package/stories/font.scss +40 -0
  184. package/stories/stubs/coins.jsx +2266 -0
  185. package/coverage/ui-kit/stories/stubs/index.html +0 -116
  186. package/coverage/ui-kit/storybook-static/138.56b7edc4.iframe.bundle.js.html +0 -85
  187. package/coverage/ui-kit/storybook-static/312.6f62bbd9.iframe.bundle.js.html +0 -85
  188. package/coverage/ui-kit/storybook-static/341.57a15f57.iframe.bundle.js.html +0 -85
  189. package/coverage/ui-kit/storybook-static/595.2e40d981.iframe.bundle.js.html +0 -85
  190. package/coverage/ui-kit/storybook-static/607.3ea32459.iframe.bundle.js.html +0 -85
  191. package/coverage/ui-kit/storybook-static/609.949af3f6.iframe.bundle.js.html +0 -85
  192. package/coverage/ui-kit/storybook-static/693.1acf0184.iframe.bundle.js.html +0 -85
  193. package/coverage/ui-kit/storybook-static/797.c87cdf19.iframe.bundle.js.html +0 -85
  194. package/coverage/ui-kit/storybook-static/862.c15e3c9c.iframe.bundle.js.html +0 -85
  195. package/coverage/ui-kit/storybook-static/87.0a1bfeb1.iframe.bundle.js.html +0 -85
  196. package/coverage/ui-kit/storybook-static/893.e21210d8.iframe.bundle.js.html +0 -85
  197. package/coverage/ui-kit/storybook-static/996.10688684.iframe.bundle.js.html +0 -85
  198. package/coverage/ui-kit/storybook-static/atoms-BackgroundTitle-stories.1a5386a1.iframe.bundle.js.html +0 -85
  199. package/coverage/ui-kit/storybook-static/atoms-LinesOfText-stories.7043a48b.iframe.bundle.js.html +0 -85
  200. package/coverage/ui-kit/storybook-static/atoms-LoadingDots-stories.662d6a83.iframe.bundle.js.html +0 -85
  201. package/coverage/ui-kit/storybook-static/atoms-QrCode-stories.e10363b6.iframe.bundle.js.html +0 -85
  202. package/coverage/ui-kit/storybook-static/atoms-RateSelector-stories.da7b9f1f.iframe.bundle.js.html +0 -85
  203. package/coverage/ui-kit/storybook-static/atoms-Validation-stories.d561b311.iframe.bundle.js.html +0 -85
  204. package/coverage/ui-kit/storybook-static/atoms-buttons-Button-stories.d336c1a5.iframe.bundle.js.html +0 -85
  205. package/coverage/ui-kit/storybook-static/atoms-buttons-Close-stories.0a902a7c.iframe.bundle.js.html +0 -85
  206. package/coverage/ui-kit/storybook-static/atoms-buttons-LinkButton-stories.ca93ab6b.iframe.bundle.js.html +0 -85
  207. package/coverage/ui-kit/storybook-static/index.html +0 -536
  208. package/coverage/ui-kit/storybook-static/main.75ff1c31.iframe.bundle.js.html +0 -85
  209. package/coverage/ui-kit/storybook-static/molecules-LineWithIconLink-stories.2d2d5753.iframe.bundle.js.html +0 -85
  210. package/coverage/ui-kit/storybook-static/molecules-TitledLineWithIconLink-stories.1383fe3f.iframe.bundle.js.html +0 -85
  211. package/coverage/ui-kit/storybook-static/organisms-Dialog-Dialog-stories.4e6da717.iframe.bundle.js.html +0 -85
  212. package/coverage/ui-kit/storybook-static/organisms-Dialog-DialogButtons-DialogButtons-stories.b79c32a3.iframe.bundle.js.html +0 -85
  213. package/coverage/ui-kit/storybook-static/organisms-Dialog-DialogStep-DialogStep-stories.74896048.iframe.bundle.js.html +0 -85
  214. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/addon-backgrounds/dist/index.html +0 -116
  215. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/addon-backgrounds/dist/preview.js.html +0 -118
  216. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/components/dist/formatter-SWP5E3XI.mjs.html +0 -118
  217. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/@storybook/components/dist/index.html +0 -116
  218. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/buffer/index.html +0 -116
  219. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/buffer/index.js.html +0 -118
  220. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/markdown-to-jsx/dist/index.html +0 -116
  221. package/coverage/ui-kit/storybook-static/rabbitio/ui-kit/node_modules/markdown-to-jsx/dist/index.modern.js.html +0 -118
  222. package/coverage/ui-kit/storybook-static/runtime~main.b108a22d.iframe.bundle.js.html +0 -85
  223. package/coverage/ui-kit/storybook-static/sb-addons/actions-9/index.html +0 -116
  224. package/coverage/ui-kit/storybook-static/sb-addons/actions-9/manager-bundle.js.html +0 -94
  225. package/coverage/ui-kit/storybook-static/sb-addons/essentials-backgrounds-2/index.html +0 -116
  226. package/coverage/ui-kit/storybook-static/sb-addons/essentials-backgrounds-2/manager-bundle.js.html +0 -121
  227. package/coverage/ui-kit/storybook-static/sb-addons/essentials-controls-1/index.html +0 -116
  228. package/coverage/ui-kit/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.html +0 -274
  229. package/coverage/ui-kit/storybook-static/sb-addons/essentials-measure-4/index.html +0 -116
  230. package/coverage/ui-kit/storybook-static/sb-addons/essentials-measure-4/manager-bundle.js.html +0 -94
  231. package/coverage/ui-kit/storybook-static/sb-addons/essentials-outline-5/index.html +0 -116
  232. package/coverage/ui-kit/storybook-static/sb-addons/essentials-outline-5/manager-bundle.js.html +0 -94
  233. package/coverage/ui-kit/storybook-static/sb-addons/essentials-toolbars-3/index.html +0 -116
  234. package/coverage/ui-kit/storybook-static/sb-addons/essentials-toolbars-3/manager-bundle.js.html +0 -94
  235. package/coverage/ui-kit/storybook-static/sb-addons/interactions-7/index.html +0 -116
  236. package/coverage/ui-kit/storybook-static/sb-addons/interactions-7/manager-bundle.js.html +0 -121
  237. package/coverage/ui-kit/storybook-static/sb-addons/links-0/index.html +0 -116
  238. package/coverage/ui-kit/storybook-static/sb-addons/links-0/manager-bundle.js.html +0 -94
  239. package/coverage/ui-kit/storybook-static/sb-addons/onboarding-6/index.html +0 -116
  240. package/coverage/ui-kit/storybook-static/sb-addons/onboarding-6/manager-bundle.js.html +0 -1588
  241. package/coverage/ui-kit/storybook-static/sb-addons/viewport-8/index.html +0 -116
  242. package/coverage/ui-kit/storybook-static/sb-addons/viewport-8/manager-bundle.js.html +0 -94
  243. package/coverage/ui-kit/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-LVYLGZW2.js.html +0 -88
  244. package/coverage/ui-kit/storybook-static/sb-manager/chunk-2IXBUOFS.js.html +0 -106
  245. package/coverage/ui-kit/storybook-static/sb-manager/chunk-INSKDKQB.js.html +0 -1129
  246. package/coverage/ui-kit/storybook-static/sb-manager/chunk-NGTUFCUO.js.html +0 -112
  247. package/coverage/ui-kit/storybook-static/sb-manager/chunk-UUEAOBSN.js.html +0 -1303
  248. package/coverage/ui-kit/storybook-static/sb-manager/chunk-ZEU7PDD3.js.html +0 -88
  249. package/coverage/ui-kit/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js.html +0 -553
  250. package/coverage/ui-kit/storybook-static/sb-manager/globals-module-info.js.html +0 -88
  251. package/coverage/ui-kit/storybook-static/sb-manager/globals.js.html +0 -88
  252. package/coverage/ui-kit/storybook-static/sb-manager/index.html +0 -281
  253. package/coverage/ui-kit/storybook-static/sb-manager/index.js.html +0 -88
  254. package/coverage/ui-kit/storybook-static/sb-manager/runtime.js.html +0 -88
  255. package/coverage/ui-kit/storybook-static/sb-manager/syntaxhighlighter-V7JZZA35-DXZCI2WR.js.html +0 -88
  256. package/coverage/ui-kit/storybook-static/sb-preview/globals.js.html +0 -88
  257. package/coverage/ui-kit/storybook-static/sb-preview/runtime.js.html +0 -421
  258. package/coverage/ui-kit/storybook-static/templates-DeterminedErrorDialogStep-stories.3cc14214.iframe.bundle.js.html +0 -85
@@ -0,0 +1,2266 @@
1
+ export const COINS = [
2
+ {
3
+ latinName: "Bitcoin",
4
+ ticker: "BTC",
5
+ tickerPrintable: "BTC",
6
+ digits: 8,
7
+ maxValue: 21000000,
8
+ atomName: "satoshi",
9
+ mainnet: {
10
+ key: "mainnet",
11
+ coinIndex: 0,
12
+ defaultAccountIndex: 0,
13
+ supportedSchemes: [
14
+ { scheme: "32" },
15
+ { scheme: "44" },
16
+ { scheme: "49" },
17
+ { scheme: "84" }
18
+ ],
19
+ defaultGapLimit: 20,
20
+ defaultMinConfirmations: 3
21
+ },
22
+ testnet: {
23
+ key: "testnet",
24
+ coinIndex: 1,
25
+ defaultAccountIndex: 0,
26
+ supportedSchemes: [
27
+ { scheme: "32" },
28
+ { scheme: "44" },
29
+ { scheme: "49" },
30
+ { scheme: "84" }
31
+ ],
32
+ defaultGapLimit: 20,
33
+ defaultMinConfirmations: 3
34
+ },
35
+ minConfirmations: 1,
36
+ payableEntityStringForFeeRate: "byte",
37
+ feeOptionsTimeStringsSortedDesc: ["3.5 h", "1.5 h", "50 min", "10 min"],
38
+ feeRatesExpirationTimeMs: 300000,
39
+ protocol: null,
40
+ blockchain: {
41
+ name: "Bitcoin blockchain",
42
+ supportedProtocols: []
43
+ },
44
+ tokenAddress: null,
45
+ _significantDigits: 8,
46
+ doesUseLowerCaseAddresses: false,
47
+ doesUseOutputs: true
48
+ },
49
+ {
50
+ latinName: "Ethereum",
51
+ ticker: "ETH",
52
+ tickerPrintable: "ETH",
53
+ digits: 18,
54
+ maxValue: null,
55
+ atomName: "wei",
56
+ mainnet: {
57
+ key: "mainnet",
58
+ coinIndex: 60,
59
+ defaultAccountIndex: 0,
60
+ supportedSchemes: [
61
+ { scheme: "44" }
62
+ ],
63
+ defaultGapLimit: 1,
64
+ defaultMinConfirmations: 24
65
+ },
66
+ testnet: {
67
+ key: "goerli",
68
+ coinIndex: 60,
69
+ defaultAccountIndex: 0,
70
+ supportedSchemes: [
71
+ { scheme: "44" }
72
+ ],
73
+ defaultGapLimit: 1,
74
+ defaultMinConfirmations: 24
75
+ },
76
+ minConfirmations: 1,
77
+ payableEntityStringForFeeRate: "gas",
78
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
79
+ feeRatesExpirationTimeMs: 60000,
80
+ protocol: null,
81
+ blockchain: {
82
+ name: "Ethereum blockchain",
83
+ supportedProtocols: [
84
+ { protocol: "ERC20" }
85
+ ]
86
+ },
87
+ tokenAddress: null,
88
+ _significantDigits: 8,
89
+ doesUseLowerCaseAddresses: true,
90
+ doesUseOutputs: false
91
+ },
92
+ {
93
+ latinName: "Tron",
94
+ ticker: "TRX",
95
+ tickerPrintable: "TRX",
96
+ digits: 6,
97
+ maxValue: null,
98
+ atomName: "sun",
99
+ mainnet: {
100
+ key: "mainnet",
101
+ coinIndex: 195,
102
+ defaultAccountIndex: 0,
103
+ supportedSchemes: [
104
+ { scheme: "44" }
105
+ ],
106
+ defaultGapLimit: 1,
107
+ defaultMinConfirmations: 20
108
+ },
109
+ testnet: {
110
+ key: "nile",
111
+ coinIndex: 195,
112
+ defaultAccountIndex: 0,
113
+ supportedSchemes: [
114
+ { scheme: "44" }
115
+ ],
116
+ defaultGapLimit: 1,
117
+ defaultMinConfirmations: 20
118
+ },
119
+ minConfirmations: 1,
120
+ payableEntityStringForFeeRate: "energy",
121
+ feeOptionsTimeStringsSortedDesc: null,
122
+ feeRatesExpirationTimeMs: 60000,
123
+ protocol: null,
124
+ blockchain: {
125
+ name: "Tron blockchain",
126
+ supportedProtocols: [
127
+ { protocol: "TRC20" }
128
+ ]
129
+ },
130
+ tokenAddress: null,
131
+ _significantDigits: 8,
132
+ doesUseLowerCaseAddresses: false,
133
+ doesUseOutputs: false
134
+ },
135
+ {
136
+ latinName: "Tether ERC20",
137
+ ticker: "USDTERC20",
138
+ tickerPrintable: "USDT",
139
+ digits: 6,
140
+ maxValue: null,
141
+ atomName: "milli-cent",
142
+ mainnet: {
143
+ key: "mainnet",
144
+ coinIndex: 60,
145
+ defaultAccountIndex: 0,
146
+ supportedSchemes: [
147
+ { scheme: "44" }
148
+ ],
149
+ defaultGapLimit: 1,
150
+ defaultMinConfirmations: 24
151
+ },
152
+ testnet: {
153
+ key: "goerli",
154
+ coinIndex: 60,
155
+ defaultAccountIndex: 0,
156
+ supportedSchemes: [
157
+ { scheme: "44" }
158
+ ],
159
+ defaultGapLimit: 1,
160
+ defaultMinConfirmations: 24
161
+ },
162
+ minConfirmations: 1,
163
+ payableEntityStringForFeeRate: "gas",
164
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
165
+ feeRatesExpirationTimeMs: 60000,
166
+ protocol: {
167
+ protocol: "ERC20"
168
+ },
169
+ blockchain: {
170
+ name: "Ethereum blockchain",
171
+ supportedProtocols: [
172
+ { protocol: "ERC20" }
173
+ ]
174
+ },
175
+ tokenAddress: "0xdac17f958d2ee523a2206206994597c13d831ec7",
176
+ _significantDigits: 8,
177
+ doesUseLowerCaseAddresses: true,
178
+ doesUseOutputs: false
179
+ },
180
+ {
181
+ latinName: "Tether TRC20",
182
+ ticker: "USDTTRC20",
183
+ tickerPrintable: "USDT",
184
+ digits: 6,
185
+ maxValue: null,
186
+ atomName: "",
187
+ mainnet: {
188
+ key: "mainnet",
189
+ coinIndex: 195,
190
+ defaultAccountIndex: 0,
191
+ supportedSchemes: [
192
+ { scheme: "44" }
193
+ ],
194
+ defaultGapLimit: 1,
195
+ defaultMinConfirmations: 20
196
+ },
197
+ testnet: {
198
+ key: "nile",
199
+ coinIndex: 195,
200
+ defaultAccountIndex: 0,
201
+ supportedSchemes: [
202
+ { scheme: "44" }
203
+ ],
204
+ defaultGapLimit: 1,
205
+ defaultMinConfirmations: 20
206
+ },
207
+ minConfirmations: 1,
208
+ payableEntityStringForFeeRate: null,
209
+ feeOptionsTimeStringsSortedDesc: null,
210
+ feeRatesExpirationTimeMs: 60000,
211
+ protocol: {
212
+ protocol: "TRC20"
213
+ },
214
+ blockchain: {
215
+ name: "Tron blockchain",
216
+ supportedProtocols: [
217
+ { protocol: "TRC20" }
218
+ ]
219
+ },
220
+ tokenAddress: "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
221
+ _significantDigits: 8,
222
+ doesUseLowerCaseAddresses: false,
223
+ doesUseOutputs: false
224
+ },
225
+ {
226
+ latinName: "USD Coin ERC20",
227
+ ticker: "USDCERC20",
228
+ tickerPrintable: "USDC",
229
+ digits: 6,
230
+ maxValue: null,
231
+ atomName: "milli-cent",
232
+ mainnet: {
233
+ key: "mainnet",
234
+ coinIndex: 60,
235
+ defaultAccountIndex: 0,
236
+ supportedSchemes: [
237
+ { scheme: "44" }
238
+ ],
239
+ defaultGapLimit: 1,
240
+ defaultMinConfirmations: 24
241
+ },
242
+ testnet: {
243
+ key: "goerli",
244
+ coinIndex: 60,
245
+ defaultAccountIndex: 0,
246
+ supportedSchemes: [
247
+ { scheme: "44" }
248
+ ],
249
+ defaultGapLimit: 1,
250
+ defaultMinConfirmations: 24
251
+ },
252
+ minConfirmations: 1,
253
+ payableEntityStringForFeeRate: "gas",
254
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
255
+ feeRatesExpirationTimeMs: 60000,
256
+ protocol: {
257
+ protocol: "ERC20"
258
+ },
259
+ blockchain: {
260
+ name: "Ethereum blockchain",
261
+ supportedProtocols: [
262
+ { protocol: "ERC20" }
263
+ ]
264
+ },
265
+ tokenAddress: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
266
+ _significantDigits: 8,
267
+ doesUseLowerCaseAddresses: true,
268
+ doesUseOutputs: false
269
+ },
270
+ {
271
+ latinName: "USD Coin TRC20",
272
+ ticker: "USDCTRC20",
273
+ tickerPrintable: "USDC",
274
+ digits: 6,
275
+ maxValue: null,
276
+ atomName: "",
277
+ mainnet: {
278
+ key: "mainnet",
279
+ coinIndex: 195,
280
+ defaultAccountIndex: 0,
281
+ supportedSchemes: [
282
+ { scheme: "44" }
283
+ ],
284
+ defaultGapLimit: 1,
285
+ defaultMinConfirmations: 20
286
+ },
287
+ testnet: {
288
+ key: "nile",
289
+ coinIndex: 195,
290
+ defaultAccountIndex: 0,
291
+ supportedSchemes: [
292
+ { scheme: "44" }
293
+ ],
294
+ defaultGapLimit: 1,
295
+ defaultMinConfirmations: 20
296
+ },
297
+ minConfirmations: 1,
298
+ payableEntityStringForFeeRate: null,
299
+ feeOptionsTimeStringsSortedDesc: null,
300
+ feeRatesExpirationTimeMs: 60000,
301
+ protocol: {
302
+ protocol: "TRC20"
303
+ },
304
+ blockchain: {
305
+ name: "Tron blockchain",
306
+ supportedProtocols: [
307
+ { protocol: "TRC20" }
308
+ ]
309
+ },
310
+ tokenAddress: "TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8",
311
+ _significantDigits: 8,
312
+ doesUseLowerCaseAddresses: false,
313
+ doesUseOutputs: false
314
+ },
315
+ {
316
+ latinName: "SHIBA INU ERC20",
317
+ ticker: "SHIBERC20",
318
+ tickerPrintable: "SHIB",
319
+ digits: 18,
320
+ maxValue: null,
321
+ atomName: "",
322
+ mainnet: {
323
+ key: "mainnet",
324
+ coinIndex: 60,
325
+ defaultAccountIndex: 0,
326
+ supportedSchemes: [
327
+ { scheme: "44" }
328
+ ],
329
+ defaultGapLimit: 1,
330
+ defaultMinConfirmations: 24
331
+ },
332
+ testnet: {
333
+ key: "goerli",
334
+ coinIndex: 60,
335
+ defaultAccountIndex: 0,
336
+ supportedSchemes: [
337
+ { scheme: "44" }
338
+ ],
339
+ defaultGapLimit: 1,
340
+ defaultMinConfirmations: 24
341
+ },
342
+ minConfirmations: 1,
343
+ payableEntityStringForFeeRate: "gas",
344
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
345
+ feeRatesExpirationTimeMs: 60000,
346
+ protocol: {
347
+ protocol: "ERC20"
348
+ },
349
+ blockchain: {
350
+ name: "Ethereum blockchain",
351
+ supportedProtocols: [
352
+ { protocol: "ERC20" }
353
+ ]
354
+ },
355
+ tokenAddress: "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
356
+ _significantDigits: 8,
357
+ doesUseLowerCaseAddresses: true,
358
+ doesUseOutputs: false
359
+ },
360
+ {
361
+ latinName: "Binance USD ERC20",
362
+ ticker: "BUSDERC20",
363
+ tickerPrintable: "BUSD",
364
+ digits: 18,
365
+ maxValue: null,
366
+ atomName: "",
367
+ mainnet: {
368
+ key: "mainnet",
369
+ coinIndex: 60,
370
+ defaultAccountIndex: 0,
371
+ supportedSchemes: [
372
+ { scheme: "44" }
373
+ ],
374
+ defaultGapLimit: 1,
375
+ defaultMinConfirmations: 24
376
+ },
377
+ testnet: {
378
+ key: "goerli",
379
+ coinIndex: 60,
380
+ defaultAccountIndex: 0,
381
+ supportedSchemes: [
382
+ { scheme: "44" }
383
+ ],
384
+ defaultGapLimit: 1,
385
+ defaultMinConfirmations: 24
386
+ },
387
+ minConfirmations: 1,
388
+ payableEntityStringForFeeRate: "gas",
389
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
390
+ feeRatesExpirationTimeMs: 60000,
391
+ protocol: {
392
+ protocol: "ERC20"
393
+ },
394
+ blockchain: {
395
+ name: "Ethereum blockchain",
396
+ supportedProtocols: [
397
+ { protocol: "ERC20" }
398
+ ]
399
+ },
400
+ tokenAddress: "0x4fabb145d64652a948d72533023f6e7a623c7c53",
401
+ _significantDigits: 8,
402
+ doesUseLowerCaseAddresses: true,
403
+ doesUseOutputs: false
404
+ },
405
+ {
406
+ latinName: "Fantom Token ERC20",
407
+ ticker: "FTMERC20",
408
+ tickerPrintable: "FTM",
409
+ digits: 18,
410
+ maxValue: null,
411
+ atomName: "",
412
+ mainnet: {
413
+ key: "mainnet",
414
+ coinIndex: 60,
415
+ defaultAccountIndex: 0,
416
+ supportedSchemes: [
417
+ { scheme: "44" }
418
+ ],
419
+ defaultGapLimit: 1,
420
+ defaultMinConfirmations: 24
421
+ },
422
+ testnet: {
423
+ key: "goerli",
424
+ coinIndex: 60,
425
+ defaultAccountIndex: 0,
426
+ supportedSchemes: [
427
+ { scheme: "44" }
428
+ ],
429
+ defaultGapLimit: 1,
430
+ defaultMinConfirmations: 24
431
+ },
432
+ minConfirmations: 1,
433
+ payableEntityStringForFeeRate: "gas",
434
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
435
+ feeRatesExpirationTimeMs: 60000,
436
+ protocol: {
437
+ protocol: "ERC20"
438
+ },
439
+ blockchain: {
440
+ name: "Ethereum blockchain",
441
+ supportedProtocols: [
442
+ { protocol: "ERC20" }
443
+ ]
444
+ },
445
+ tokenAddress: "0x4e15361fd6b4bb609fa63c81a2be19d873717870",
446
+ _significantDigits: 8,
447
+ doesUseLowerCaseAddresses: true,
448
+ doesUseOutputs: false
449
+ },
450
+ {
451
+ latinName: "Matic Token ERC20",
452
+ ticker: "MATICERC20",
453
+ tickerPrintable: "MATIC",
454
+ digits: 18,
455
+ maxValue: null,
456
+ atomName: "",
457
+ mainnet: {
458
+ key: "mainnet",
459
+ coinIndex: 60,
460
+ defaultAccountIndex: 0,
461
+ supportedSchemes: [
462
+ { scheme: "44" }
463
+ ],
464
+ defaultGapLimit: 1,
465
+ defaultMinConfirmations: 24
466
+ },
467
+ testnet: {
468
+ key: "goerli",
469
+ coinIndex: 60,
470
+ defaultAccountIndex: 0,
471
+ supportedSchemes: [
472
+ { scheme: "44" }
473
+ ],
474
+ defaultGapLimit: 1,
475
+ defaultMinConfirmations: 24
476
+ },
477
+ minConfirmations: 1,
478
+ payableEntityStringForFeeRate: "gas",
479
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
480
+ feeRatesExpirationTimeMs: 60000,
481
+ protocol: {
482
+ protocol: "ERC20"
483
+ },
484
+ blockchain: {
485
+ name: "Ethereum blockchain",
486
+ supportedProtocols: [
487
+ { protocol: "ERC20" }
488
+ ]
489
+ },
490
+ tokenAddress: "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
491
+ _significantDigits: 8,
492
+ doesUseLowerCaseAddresses: true,
493
+ doesUseOutputs: false
494
+ },
495
+ {
496
+ latinName: "Gala ERC20",
497
+ ticker: "GALAERC20",
498
+ tickerPrintable: "GALA",
499
+ digits: 8,
500
+ maxValue: null,
501
+ atomName: "",
502
+ mainnet: {
503
+ key: "mainnet",
504
+ coinIndex: 60,
505
+ defaultAccountIndex: 0,
506
+ supportedSchemes: [
507
+ { scheme: "44" }
508
+ ],
509
+ defaultGapLimit: 1,
510
+ defaultMinConfirmations: 24
511
+ },
512
+ testnet: {
513
+ key: "goerli",
514
+ coinIndex: 60,
515
+ defaultAccountIndex: 0,
516
+ supportedSchemes: [
517
+ { scheme: "44" }
518
+ ],
519
+ defaultGapLimit: 1,
520
+ defaultMinConfirmations: 24
521
+ },
522
+ minConfirmations: 1,
523
+ payableEntityStringForFeeRate: "gas",
524
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
525
+ feeRatesExpirationTimeMs: 60000,
526
+ protocol: {
527
+ protocol: "ERC20"
528
+ },
529
+ blockchain: {
530
+ name: "Ethereum blockchain",
531
+ supportedProtocols: [
532
+ { protocol: "ERC20" }
533
+ ]
534
+ },
535
+ tokenAddress: "0xd1d2eb1b1e90b638588728b4130137d262c87cae",
536
+ _significantDigits: 8,
537
+ doesUseLowerCaseAddresses: true,
538
+ doesUseOutputs: false
539
+ },
540
+ {
541
+ latinName: "ChainLink Token ERC20",
542
+ ticker: "LINKERC20",
543
+ tickerPrintable: "LINK",
544
+ digits: 18,
545
+ maxValue: null,
546
+ atomName: "",
547
+ mainnet: {
548
+ key: "mainnet",
549
+ coinIndex: 60,
550
+ defaultAccountIndex: 0,
551
+ supportedSchemes: [
552
+ { scheme: "44" }
553
+ ],
554
+ defaultGapLimit: 1,
555
+ defaultMinConfirmations: 24
556
+ },
557
+ testnet: {
558
+ key: "goerli",
559
+ coinIndex: 60,
560
+ defaultAccountIndex: 0,
561
+ supportedSchemes: [
562
+ { scheme: "44" }
563
+ ],
564
+ defaultGapLimit: 1,
565
+ defaultMinConfirmations: 24
566
+ },
567
+ minConfirmations: 1,
568
+ payableEntityStringForFeeRate: "gas",
569
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
570
+ feeRatesExpirationTimeMs: 60000,
571
+ protocol: {
572
+ protocol: "ERC20"
573
+ },
574
+ blockchain: {
575
+ name: "Ethereum blockchain",
576
+ supportedProtocols: [
577
+ { protocol:
578
+
579
+ "ERC20" }
580
+ ]
581
+ },
582
+ tokenAddress: "0x514910771af9ca656af840dff83e8264ecf986ca",
583
+ _significantDigits: 8,
584
+ doesUseLowerCaseAddresses: true,
585
+ doesUseOutputs: false
586
+ },
587
+ {
588
+ latinName: "SingularityNET Token ERC20",
589
+ ticker: "AGIXERC20",
590
+ tickerPrintable: "AGIX",
591
+ digits: 8,
592
+ maxValue: null,
593
+ atomName: "",
594
+ mainnet: {
595
+ key: "mainnet",
596
+ coinIndex: 60,
597
+ defaultAccountIndex: 0,
598
+ supportedSchemes: [
599
+ { scheme: "44" }
600
+ ],
601
+ defaultGapLimit: 1,
602
+ defaultMinConfirmations: 24
603
+ },
604
+ testnet: {
605
+ key: "goerli",
606
+ coinIndex: 60,
607
+ defaultAccountIndex: 0,
608
+ supportedSchemes: [
609
+ { scheme: "44" }
610
+ ],
611
+ defaultGapLimit: 1,
612
+ defaultMinConfirmations: 24
613
+ },
614
+ minConfirmations: 1,
615
+ payableEntityStringForFeeRate: "gas",
616
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
617
+ feeRatesExpirationTimeMs: 60000,
618
+ protocol: {
619
+ protocol: "ERC20"
620
+ },
621
+ blockchain: {
622
+ name: "Ethereum blockchain",
623
+ supportedProtocols: [
624
+ { protocol: "ERC20" }
625
+ ]
626
+ },
627
+ tokenAddress: "0x5b7533812759b45c2b44c19e320ba2cd2681b542",
628
+ _significantDigits: 8,
629
+ doesUseLowerCaseAddresses: true,
630
+ doesUseOutputs: false
631
+ },
632
+ {
633
+ latinName: "Dai Stablecoin ERC20",
634
+ ticker: "DAIERC20",
635
+ tickerPrintable: "DAI",
636
+ digits: 18,
637
+ maxValue: null,
638
+ atomName: "",
639
+ mainnet: {
640
+ key: "mainnet",
641
+ coinIndex: 60,
642
+ defaultAccountIndex: 0,
643
+ supportedSchemes: [
644
+ { scheme: "44" }
645
+ ],
646
+ defaultGapLimit: 1,
647
+ defaultMinConfirmations: 24
648
+ },
649
+ testnet: {
650
+ key: "goerli",
651
+ coinIndex: 60,
652
+ defaultAccountIndex: 0,
653
+ supportedSchemes: [
654
+ { scheme: "44" }
655
+ ],
656
+ defaultGapLimit: 1,
657
+ defaultMinConfirmations: 24
658
+ },
659
+ minConfirmations: 1,
660
+ payableEntityStringForFeeRate: "gas",
661
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
662
+ feeRatesExpirationTimeMs: 60000,
663
+ protocol: {
664
+ protocol: "ERC20"
665
+ },
666
+ blockchain: {
667
+ name: "Ethereum blockchain",
668
+ supportedProtocols: [
669
+ { protocol: "ERC20" }
670
+ ]
671
+ },
672
+ tokenAddress: "0x6b175474e89094c44da98b954eedeac495271d0f",
673
+ _significantDigits: 8,
674
+ doesUseLowerCaseAddresses: true,
675
+ doesUseOutputs: false
676
+ },
677
+ {
678
+ latinName: "SAND ERC20",
679
+ ticker: "SANDERC20",
680
+ tickerPrintable: "SAND",
681
+ digits: 18,
682
+ maxValue: null,
683
+ atomName: "",
684
+ mainnet: {
685
+ key: "mainnet",
686
+ coinIndex: 60,
687
+ defaultAccountIndex: 0,
688
+ supportedSchemes: [
689
+ { scheme: "44" }
690
+ ],
691
+ defaultGapLimit: 1,
692
+ defaultMinConfirmations: 24
693
+ },
694
+ testnet: {
695
+ key: "goerli",
696
+ coinIndex: 60,
697
+ defaultAccountIndex: 0,
698
+ supportedSchemes: [
699
+ { scheme: "44" }
700
+ ],
701
+ defaultGapLimit: 1,
702
+ defaultMinConfirmations: 24
703
+ },
704
+ minConfirmations: 1,
705
+ payableEntityStringForFeeRate: "gas",
706
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
707
+ feeRatesExpirationTimeMs: 60000,
708
+ protocol: {
709
+ protocol: "ERC20"
710
+ },
711
+ blockchain: {
712
+ name: "Ethereum blockchain",
713
+ supportedProtocols: [
714
+ { protocol: "ERC20" }
715
+ ]
716
+ },
717
+ tokenAddress: "0x3845badade8e6dff049820680d1f14bd3903a5d0",
718
+ _significantDigits: 8,
719
+ doesUseLowerCaseAddresses: true,
720
+ doesUseOutputs: false
721
+ },
722
+ {
723
+ latinName: "Wrapped BTC ERC20",
724
+ ticker: "WBTCERC20",
725
+ tickerPrintable: "WBTC",
726
+ digits: 8,
727
+ maxValue: null,
728
+ atomName: "",
729
+ mainnet: {
730
+ key: "mainnet",
731
+ coinIndex: 60,
732
+ defaultAccountIndex: 0,
733
+ supportedSchemes: [
734
+ { scheme: "44" }
735
+ ],
736
+ defaultGapLimit: 1,
737
+ defaultMinConfirmations: 24
738
+ },
739
+ testnet: {
740
+ key: "goerli",
741
+ coinIndex: 60,
742
+ defaultAccountIndex: 0,
743
+ supportedSchemes: [
744
+ { scheme: "44" }
745
+ ],
746
+ defaultGapLimit: 1,
747
+ defaultMinConfirmations: 24
748
+ },
749
+ minConfirmations: 1,
750
+ payableEntityStringForFeeRate: "gas",
751
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
752
+ feeRatesExpirationTimeMs: 60000,
753
+ protocol: {
754
+ protocol: "ERC20"
755
+ },
756
+ blockchain: {
757
+ name: "Ethereum blockchain",
758
+ supportedProtocols: [
759
+ { protocol: "ERC20" }
760
+ ]
761
+ },
762
+ tokenAddress: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
763
+ _significantDigits: 8,
764
+ doesUseLowerCaseAddresses: true,
765
+ doesUseOutputs: false
766
+ },
767
+ {
768
+ latinName: "Blur ERC20",
769
+ ticker: "BLURERC20",
770
+ tickerPrintable: "BLUR",
771
+ digits: 18,
772
+ maxValue: null,
773
+ atomName: "",
774
+ mainnet: {
775
+ key: "mainnet",
776
+ coinIndex: 60,
777
+ defaultAccountIndex: 0,
778
+ supportedSchemes: [
779
+ { scheme: "44" }
780
+ ],
781
+ defaultGapLimit: 1,
782
+ defaultMinConfirmations: 24
783
+ },
784
+ testnet: {
785
+ key: "goerli",
786
+ coinIndex: 60,
787
+ defaultAccountIndex: 0,
788
+ supportedSchemes: [
789
+ { scheme: "44" }
790
+ ],
791
+ defaultGapLimit: 1,
792
+ defaultMinConfirmations: 24
793
+ },
794
+ minConfirmations: 1,
795
+ payableEntityStringForFeeRate: "gas",
796
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
797
+ feeRatesExpirationTimeMs: 60000,
798
+ protocol: {
799
+ protocol: "ERC20"
800
+ },
801
+ blockchain: {
802
+ name: "Ethereum blockchain",
803
+ supportedProtocols: [
804
+ { protocol: "ERC20" }
805
+ ]
806
+ },
807
+ tokenAddress: "0x5283d291dbcf85356a21ba090e6db59121208b44",
808
+ _significantDigits: 8,
809
+ doesUseLowerCaseAddresses: true,
810
+ doesUseOutputs: false
811
+ },
812
+ {
813
+ latinName: "Graph Token ERC20",
814
+ ticker: "GRTERC20",
815
+ tickerPrintable: "GRT",
816
+ digits: 18,
817
+ maxValue: null,
818
+ atomName: "",
819
+ mainnet: {
820
+ key: "mainnet",
821
+ coinIndex: 60,
822
+ defaultAccountIndex: 0,
823
+ supportedSchemes: [
824
+ { scheme: "44" }
825
+ ],
826
+ defaultGapLimit: 1,
827
+ defaultMinConfirmations: 24
828
+ },
829
+ testnet: {
830
+ key: "goerli",
831
+ coinIndex: 60,
832
+ defaultAccountIndex: 0,
833
+ supportedSchemes: [
834
+ { scheme: "44" }
835
+ ],
836
+ defaultGapLimit: 1,
837
+ defaultMinConfirmations: 24
838
+ },
839
+ minConfirmations: 1,
840
+ payableEntityStringForFeeRate: "gas",
841
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
842
+ feeRatesExpirationTimeMs: 60000,
843
+ protocol: {
844
+ protocol: "ERC20"
845
+ },
846
+ blockchain: {
847
+ name: "Ethereum blockchain",
848
+ supportedProtocols: [
849
+ { protocol: "ERC20" }
850
+ ]
851
+ },
852
+ tokenAddress: "0xc944e90c64b2c07662a292be6244bdf05cda44a7",
853
+ _significantDigits: 8,
854
+ doesUseLowerCaseAddresses: true,
855
+ doesUseOutputs: false
856
+ },
857
+ {
858
+ latinName: "Mask Network ERC20",
859
+ ticker: "MASKERC20",
860
+ tickerPrintable: "MASK",
861
+ digits: 18,
862
+
863
+
864
+ maxValue: null,
865
+ atomName: "",
866
+ mainnet: {
867
+ key: "mainnet",
868
+ coinIndex: 60,
869
+ defaultAccountIndex: 0,
870
+ supportedSchemes: [
871
+ { scheme: "44" }
872
+ ],
873
+ defaultGapLimit: 1,
874
+ defaultMinConfirmations: 24
875
+ },
876
+ testnet: {
877
+ key: "goerli",
878
+ coinIndex: 60,
879
+ defaultAccountIndex: 0,
880
+ supportedSchemes: [
881
+ { scheme: "44" }
882
+ ],
883
+ defaultGapLimit: 1,
884
+ defaultMinConfirmations: 24
885
+ },
886
+ minConfirmations: 1,
887
+ payableEntityStringForFeeRate: "gas",
888
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
889
+ feeRatesExpirationTimeMs: 60000,
890
+ protocol: {
891
+ protocol: "ERC20"
892
+ },
893
+ blockchain: {
894
+ name: "Ethereum blockchain",
895
+ supportedProtocols: [
896
+ { protocol: "ERC20" }
897
+ ]
898
+ },
899
+ tokenAddress: "0x69af81e73a73b40adf4f3d4223cd9b1ece623074",
900
+ _significantDigits: 8,
901
+ doesUseLowerCaseAddresses: true,
902
+ doesUseOutputs: false
903
+ },
904
+ {
905
+ latinName: "TrueUSD ERC20",
906
+ ticker: "TUSDERC20",
907
+ tickerPrintable: "TUSD",
908
+ digits: 18,
909
+ maxValue: null,
910
+ atomName: "",
911
+ mainnet: {
912
+ key: "mainnet",
913
+ coinIndex: 60,
914
+ defaultAccountIndex: 0,
915
+ supportedSchemes: [
916
+ { scheme: "44" }
917
+ ],
918
+ defaultGapLimit: 1,
919
+ defaultMinConfirmations: 24
920
+ },
921
+ testnet: {
922
+ key: "goerli",
923
+ coinIndex: 60,
924
+ defaultAccountIndex: 0,
925
+ supportedSchemes: [
926
+ { scheme: "44" }
927
+ ],
928
+ defaultGapLimit: 1,
929
+ defaultMinConfirmations: 24
930
+ },
931
+ minConfirmations: 1,
932
+ payableEntityStringForFeeRate: "gas",
933
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
934
+ feeRatesExpirationTimeMs: 60000,
935
+ protocol: {
936
+ protocol: "ERC20"
937
+ },
938
+ blockchain: {
939
+ name: "Ethereum blockchain",
940
+ supportedProtocols: [
941
+ { protocol: "ERC20" }
942
+ ]
943
+ },
944
+ tokenAddress: "0x0000000000085d4780b73119b644ae5ecd22b376",
945
+ _significantDigits: 8,
946
+ doesUseLowerCaseAddresses: true,
947
+ doesUseOutputs: false
948
+ },
949
+ {
950
+ latinName: "TrueUSD TRC20",
951
+ ticker: "TUSDTRC20",
952
+ tickerPrintable: "TUSD",
953
+ digits: 18,
954
+ maxValue: null,
955
+ atomName: "",
956
+ mainnet: {
957
+ key: "mainnet",
958
+ coinIndex: 195,
959
+ defaultAccountIndex: 0,
960
+ supportedSchemes: [
961
+ { scheme: "44" }
962
+ ],
963
+ defaultGapLimit: 1,
964
+ defaultMinConfirmations: 20
965
+ },
966
+ testnet: {
967
+ key: "nile",
968
+ coinIndex: 195,
969
+ defaultAccountIndex: 0,
970
+ supportedSchemes: [
971
+ { scheme: "44" }
972
+ ],
973
+ defaultGapLimit: 1,
974
+ defaultMinConfirmations: 20
975
+ },
976
+ minConfirmations: 1,
977
+ payableEntityStringForFeeRate: null,
978
+ feeOptionsTimeStringsSortedDesc: null,
979
+ feeRatesExpirationTimeMs: 60000,
980
+ protocol: {
981
+ protocol: "TRC20"
982
+ },
983
+ blockchain: {
984
+ name: "Tron blockchain",
985
+ supportedProtocols: [
986
+ { protocol: "TRC20" }
987
+ ]
988
+ },
989
+ tokenAddress: "TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4",
990
+ _significantDigits: 8,
991
+ doesUseLowerCaseAddresses: false,
992
+ doesUseOutputs: false
993
+ },
994
+ {
995
+ latinName: "1INCH Token ERC20",
996
+ ticker: "1INCHERC20",
997
+ tickerPrintable: "1INCH",
998
+ digits: 18,
999
+ maxValue: null,
1000
+ atomName: "",
1001
+ mainnet: {
1002
+ key: "mainnet",
1003
+ coinIndex: 60,
1004
+ defaultAccountIndex: 0,
1005
+ supportedSchemes: [
1006
+ { scheme: "44" }
1007
+ ],
1008
+ defaultGapLimit: 1,
1009
+ defaultMinConfirmations: 24
1010
+ },
1011
+ testnet: {
1012
+ key: "goerli",
1013
+ coinIndex: 60,
1014
+ defaultAccountIndex: 0,
1015
+ supportedSchemes: [
1016
+ { scheme: "44" }
1017
+ ],
1018
+ defaultGapLimit: 1,
1019
+ defaultMinConfirmations: 24
1020
+ },
1021
+ minConfirmations: 1,
1022
+ payableEntityStringForFeeRate: "gas",
1023
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1024
+ feeRatesExpirationTimeMs: 60000,
1025
+ protocol: {
1026
+ protocol: "ERC20"
1027
+ },
1028
+ blockchain: {
1029
+ name: "Ethereum blockchain",
1030
+ supportedProtocols: [
1031
+ { protocol: "ERC20" }
1032
+ ]
1033
+ },
1034
+ tokenAddress: "0x111111111117dc0aa78b770fa6a738034120c302",
1035
+ _significantDigits: 8,
1036
+ doesUseLowerCaseAddresses: true,
1037
+ doesUseOutputs: false
1038
+ },
1039
+ {
1040
+ latinName: "Quant ERC20",
1041
+ ticker: "QNTERC20",
1042
+ tickerPrintable: "QNT",
1043
+ digits: 18,
1044
+ maxValue: null,
1045
+ atomName: "",
1046
+ mainnet: {
1047
+ key: "mainnet",
1048
+ coinIndex: 60,
1049
+ defaultAccountIndex: 0,
1050
+ supportedSchemes: [
1051
+ { scheme: "44" }
1052
+ ],
1053
+ defaultGapLimit: 1,
1054
+ defaultMinConfirmations: 24
1055
+ },
1056
+ testnet: {
1057
+ key: "goerli",
1058
+ coinIndex: 60,
1059
+ defaultAccountIndex: 0,
1060
+ supportedSchemes: [
1061
+ { scheme: "44" }
1062
+ ],
1063
+ defaultGapLimit: 1,
1064
+ defaultMinConfirmations: 24
1065
+ },
1066
+ minConfirmations: 1,
1067
+ payableEntityStringForFeeRate: "gas",
1068
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1069
+ feeRatesExpirationTimeMs: 60000,
1070
+ protocol: {
1071
+ protocol: "ERC20"
1072
+ },
1073
+ blockchain: {
1074
+ name: "Ethereum blockchain",
1075
+ supportedProtocols: [
1076
+ { protocol: "ERC20" }
1077
+ ]
1078
+ },
1079
+ tokenAddress: "0x4a220e6096b25eadb88358cb44068a3248254675",
1080
+ _significantDigits: 8,
1081
+ doesUseLowerCaseAddresses: true,
1082
+ doesUseOutputs: false
1083
+ },
1084
+ {
1085
+ latinName: "FLOKI ERC20",
1086
+ ticker: "FLOKIERC20",
1087
+ tickerPrintable: "FLOKI",
1088
+ digits: 9,
1089
+ maxValue: null,
1090
+ atomName: "",
1091
+ mainnet: {
1092
+ key: "mainnet",
1093
+ coinIndex: 60,
1094
+ defaultAccountIndex: 0,
1095
+ supportedSchemes: [
1096
+ { scheme: "44" }
1097
+ ],
1098
+ defaultGapLimit: 1,
1099
+ defaultMinConfirmations: 24
1100
+ },
1101
+ testnet: {
1102
+ key: "goerli",
1103
+ coinIndex: 60,
1104
+ defaultAccountIndex: 0,
1105
+ supportedSchemes: [
1106
+ { scheme: "44" }
1107
+ ],
1108
+ defaultGapLimit: 1,
1109
+ defaultMinConfirmations: 24
1110
+ },
1111
+ minConfirmations: 1,
1112
+ payableEntityStringForFeeRate: "gas",
1113
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1114
+ feeRatesExpirationTimeMs: 60000,
1115
+ protocol: {
1116
+ protocol: "ERC20"
1117
+ },
1118
+ blockchain: {
1119
+ name: "Ethereum blockchain",
1120
+ supportedProtocols: [
1121
+ { protocol: "ERC20" }
1122
+ ]
1123
+ },
1124
+ tokenAddress: "0xcf0c122c6b73ff809c693db761e7baebe62b6a2e",
1125
+ _significantDigits: 8,
1126
+ doesUseLowerCaseAddresses: true,
1127
+ doesUseOutputs: false
1128
+ },
1129
+ {
1130
+ latinName: "HEX ERC20",
1131
+ ticker: "HEXERC20",
1132
+ tickerPrintable: "HEX",
1133
+ digits: 8,
1134
+ maxValue: null,
1135
+ atomName: "",
1136
+ mainnet: {
1137
+ key: "mainnet",
1138
+ coinIndex: 60,
1139
+ defaultAccountIndex: 0,
1140
+ supportedSchemes: [
1141
+ { scheme: "44" }
1142
+ ],
1143
+ defaultGapLimit: 1,
1144
+ defaultMinConfirmations: 24
1145
+ },
1146
+ testnet: {
1147
+ key: "goerli",
1148
+ coinIndex: 60,
1149
+ defaultAccountIndex: 0,
1150
+ supportedSchemes: [
1151
+ { scheme: "44"
1152
+
1153
+ }
1154
+ ],
1155
+ defaultGapLimit: 1,
1156
+ defaultMinConfirmations: 24
1157
+ },
1158
+ minConfirmations: 1,
1159
+ payableEntityStringForFeeRate: "gas",
1160
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1161
+ feeRatesExpirationTimeMs: 60000,
1162
+ protocol: {
1163
+ protocol: "ERC20"
1164
+ },
1165
+ blockchain: {
1166
+ name: "Ethereum blockchain",
1167
+ supportedProtocols: [
1168
+ { protocol: "ERC20" }
1169
+ ]
1170
+ },
1171
+ tokenAddress: "0x2b591e99afe9f32eaa6214f7b7629768c40eeb39",
1172
+ _significantDigits: 8,
1173
+ doesUseLowerCaseAddresses: true,
1174
+ doesUseOutputs: false
1175
+ },
1176
+ {
1177
+ latinName: "Uniswap ERC20",
1178
+ ticker: "UNIERC20",
1179
+ tickerPrintable: "UNI",
1180
+ digits: 18,
1181
+ maxValue: null,
1182
+ atomName: "",
1183
+ mainnet: {
1184
+ key: "mainnet",
1185
+ coinIndex: 60,
1186
+ defaultAccountIndex: 0,
1187
+ supportedSchemes: [
1188
+ { scheme: "44" }
1189
+ ],
1190
+ defaultGapLimit: 1,
1191
+ defaultMinConfirmations: 24
1192
+ },
1193
+ testnet: {
1194
+ key: "goerli",
1195
+ coinIndex: 60,
1196
+ defaultAccountIndex: 0,
1197
+ supportedSchemes: [
1198
+ { scheme: "44" }
1199
+ ],
1200
+ defaultGapLimit: 1,
1201
+ defaultMinConfirmations: 24
1202
+ },
1203
+ minConfirmations: 1,
1204
+ payableEntityStringForFeeRate: "gas",
1205
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1206
+ feeRatesExpirationTimeMs: 60000,
1207
+ protocol: {
1208
+ protocol: "ERC20"
1209
+ },
1210
+ blockchain: {
1211
+ name: "Ethereum blockchain",
1212
+ supportedProtocols: [
1213
+ { protocol: "ERC20" }
1214
+ ]
1215
+ },
1216
+ tokenAddress: "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
1217
+ _significantDigits: 8,
1218
+ doesUseLowerCaseAddresses: true,
1219
+ doesUseOutputs: false
1220
+ },
1221
+ {
1222
+ latinName: "Fetch ERC20",
1223
+ ticker: "FETERC20",
1224
+ tickerPrintable: "FET",
1225
+ digits: 18,
1226
+ maxValue: null,
1227
+ atomName: "",
1228
+ mainnet: {
1229
+ key: "mainnet",
1230
+ coinIndex: 60,
1231
+ defaultAccountIndex: 0,
1232
+ supportedSchemes: [
1233
+ { scheme: "44" }
1234
+ ],
1235
+ defaultGapLimit: 1,
1236
+ defaultMinConfirmations: 24
1237
+ },
1238
+ testnet: {
1239
+ key: "goerli",
1240
+ coinIndex: 60,
1241
+ defaultAccountIndex: 0,
1242
+ supportedSchemes: [
1243
+ { scheme: "44" }
1244
+ ],
1245
+ defaultGapLimit: 1,
1246
+ defaultMinConfirmations: 24
1247
+ },
1248
+ minConfirmations: 1,
1249
+ payableEntityStringForFeeRate: "gas",
1250
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1251
+ feeRatesExpirationTimeMs: 60000,
1252
+ protocol: {
1253
+ protocol: "ERC20"
1254
+ },
1255
+ blockchain: {
1256
+ name: "Ethereum blockchain",
1257
+ supportedProtocols: [
1258
+ { protocol: "ERC20" }
1259
+ ]
1260
+ },
1261
+ tokenAddress: "0xaea46a60368a7bd060eec7df8cba43b7ef41ad85",
1262
+ _significantDigits: 8,
1263
+ doesUseLowerCaseAddresses: true,
1264
+ doesUseOutputs: false
1265
+ },
1266
+ {
1267
+ latinName: "Synthetix Token ERC20",
1268
+ ticker: "SNXERC20",
1269
+ tickerPrintable: "SNX",
1270
+ digits: 18,
1271
+ maxValue: null,
1272
+ atomName: "",
1273
+ mainnet: {
1274
+ key: "mainnet",
1275
+ coinIndex: 60,
1276
+ defaultAccountIndex: 0,
1277
+ supportedSchemes: [
1278
+ { scheme: "44" }
1279
+ ],
1280
+ defaultGapLimit: 1,
1281
+ defaultMinConfirmations: 24
1282
+ },
1283
+ testnet: {
1284
+ key: "goerli",
1285
+ coinIndex: 60,
1286
+ defaultAccountIndex: 0,
1287
+ supportedSchemes: [
1288
+ { scheme: "44" }
1289
+ ],
1290
+ defaultGapLimit: 1,
1291
+ defaultMinConfirmations: 24
1292
+ },
1293
+ minConfirmations: 1,
1294
+ payableEntityStringForFeeRate: "gas",
1295
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1296
+ feeRatesExpirationTimeMs: 60000,
1297
+ protocol: {
1298
+ protocol: "ERC20"
1299
+ },
1300
+ blockchain: {
1301
+ name: "Ethereum blockchain",
1302
+ supportedProtocols: [
1303
+ { protocol: "ERC20" }
1304
+ ]
1305
+ },
1306
+ tokenAddress: "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
1307
+ _significantDigits: 8,
1308
+ doesUseLowerCaseAddresses: true,
1309
+ doesUseOutputs: false
1310
+ },
1311
+ {
1312
+ latinName: "SushiToken ERC20",
1313
+ ticker: "SUSHIERC20",
1314
+ tickerPrintable: "SUSHI",
1315
+ digits: 18,
1316
+ maxValue: null,
1317
+ atomName: "",
1318
+ mainnet: {
1319
+ key: "mainnet",
1320
+ coinIndex: 60,
1321
+ defaultAccountIndex: 0,
1322
+ supportedSchemes: [
1323
+ { scheme: "44" }
1324
+ ],
1325
+ defaultGapLimit: 1,
1326
+ defaultMinConfirmations: 24
1327
+ },
1328
+ testnet: {
1329
+ key: "goerli",
1330
+ coinIndex: 60,
1331
+ defaultAccountIndex: 0,
1332
+ supportedSchemes: [
1333
+ { scheme: "44" }
1334
+ ],
1335
+ defaultGapLimit: 1,
1336
+ defaultMinConfirmations: 24
1337
+ },
1338
+ minConfirmations: 1,
1339
+ payableEntityStringForFeeRate: "gas",
1340
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1341
+ feeRatesExpirationTimeMs: 60000,
1342
+ protocol: {
1343
+ protocol: "ERC20"
1344
+ },
1345
+ blockchain: {
1346
+ name: "Ethereum blockchain",
1347
+ supportedProtocols: [
1348
+ { protocol: "ERC20" }
1349
+ ]
1350
+ },
1351
+ tokenAddress: "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
1352
+ _significantDigits: 8,
1353
+ doesUseLowerCaseAddresses: true,
1354
+ doesUseOutputs: false
1355
+ },
1356
+ {
1357
+ latinName: "Lido DAO Token ERC20",
1358
+ ticker: "LDOERC20",
1359
+ tickerPrintable: "LDO",
1360
+ digits: 18,
1361
+ maxValue: null,
1362
+ atomName: "",
1363
+ mainnet: {
1364
+ key: "mainnet",
1365
+ coinIndex: 60,
1366
+ defaultAccountIndex: 0,
1367
+ supportedSchemes: [
1368
+ { scheme: "44" }
1369
+ ],
1370
+ defaultGapLimit: 1,
1371
+ defaultMinConfirmations: 24
1372
+ },
1373
+ testnet: {
1374
+ key: "goerli",
1375
+ coinIndex: 60,
1376
+ defaultAccountIndex: 0,
1377
+ supportedSchemes: [
1378
+ { scheme: "44" }
1379
+ ],
1380
+ defaultGapLimit: 1,
1381
+ defaultMinConfirmations: 24
1382
+ },
1383
+ minConfirmations: 1,
1384
+ payableEntityStringForFeeRate: "gas",
1385
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1386
+ feeRatesExpirationTimeMs: 60000,
1387
+ protocol: {
1388
+ protocol: "ERC20"
1389
+ },
1390
+ blockchain: {
1391
+ name: "Ethereum blockchain",
1392
+ supportedProtocols: [
1393
+ { protocol: "ERC20" }
1394
+ ]
1395
+ },
1396
+ tokenAddress: "0x5a98fcbea516cf06857215779fd812ca3bef1b32",
1397
+ _significantDigits: 8,
1398
+ doesUseLowerCaseAddresses: true,
1399
+ doesUseOutputs: false
1400
+ },
1401
+ {
1402
+ latinName: "ApeCoin ERC20",
1403
+ ticker: "APEERC20",
1404
+ tickerPrintable: "APE",
1405
+ digits: 18,
1406
+ maxValue: null,
1407
+ atomName: "",
1408
+ mainnet: {
1409
+ key: "mainnet",
1410
+ coinIndex: 60,
1411
+ defaultAccountIndex: 0,
1412
+ supportedSchemes: [
1413
+ { scheme: "44" }
1414
+ ],
1415
+ defaultGapLimit: 1,
1416
+ defaultMinConfirmations: 24
1417
+ },
1418
+ testnet: {
1419
+ key: "goerli",
1420
+ coinIndex: 60,
1421
+ defaultAccountIndex: 0,
1422
+ supportedSchemes: [
1423
+ { scheme: "44" }
1424
+ ],
1425
+ defaultGapLimit: 1,
1426
+ defaultMinConfirmations: 24
1427
+ },
1428
+ minConfirmations: 1,
1429
+ payableEntityStringForFeeRate: "gas",
1430
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1431
+ feeRatesExpirationTimeMs: 60000,
1432
+ protocol: {
1433
+ protocol: "ERC20"
1434
+ },
1435
+ blockchain: {
1436
+ name: "Ethereum blockchain",
1437
+ supportedProtocols: [
1438
+ { protocol: "ERC20" }
1439
+ ]
1440
+ },
1441
+ tokenAddress: "0x4d224452801aced8b2f0aebe155379bb5d594381",
1442
+ _significantDigits: 8,
1443
+ doesUseLowerCaseAddresses: true,
1444
+ doesUseOutputs: false
1445
+ },
1446
+ {
1447
+ latinName: "Immutable X ERC20",
1448
+ ticker: "IMXERC20",
1449
+ tickerPrintable: "IMX",
1450
+ digits: 18,
1451
+ maxValue: null,
1452
+ atomName: "",
1453
+ mainnet: {
1454
+ key: "mainnet",
1455
+ coinIndex: 60,
1456
+ defaultAccountIndex: 0,
1457
+ supportedSchemes: [
1458
+ { scheme: "44" }
1459
+ ],
1460
+ defaultGapLimit: 1,
1461
+ defaultMinConfirmations: 24
1462
+ },
1463
+ testnet: {
1464
+ key: "goerli",
1465
+ coinIndex: 60,
1466
+ defaultAccountIndex: 0,
1467
+ supportedSchemes: [
1468
+ { scheme: "44" }
1469
+ ],
1470
+ defaultGapLimit: 1,
1471
+ defaultMinConfirmations: 24
1472
+ },
1473
+ minConfirmations: 1,
1474
+ payableEntityStringForFeeRate: "gas",
1475
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1476
+ feeRatesExpirationTimeMs: 60000,
1477
+ protocol: {
1478
+ protocol: "ERC20"
1479
+ },
1480
+ blockchain: {
1481
+ name: "Ethereum blockchain",
1482
+ supportedProtocols: [
1483
+ { protocol: "ERC20" }
1484
+ ]
1485
+ },
1486
+ tokenAddress: "0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",
1487
+ _significantDigits: 8,
1488
+ doesUseLowerCaseAddresses: true,
1489
+ doesUseOutputs: false
1490
+ },
1491
+ {
1492
+ latinName: "Render Token ERC20",
1493
+ ticker: "RNDRERC20",
1494
+ tickerPrintable: "RNDR",
1495
+ digits: 18,
1496
+ maxValue: null,
1497
+ atomName: "",
1498
+ mainnet: {
1499
+ key: "mainnet",
1500
+ coinIndex: 60,
1501
+ defaultAccountIndex: 0,
1502
+ supportedSchemes: [
1503
+ { scheme: "44" }
1504
+ ],
1505
+ defaultGapLimit: 1,
1506
+ defaultMinConfirmations: 24
1507
+ },
1508
+ testnet: {
1509
+ key: "goerli",
1510
+ coinIndex: 60,
1511
+ defaultAccountIndex: 0,
1512
+ supportedSchemes: [
1513
+ { scheme: "44" }
1514
+ ],
1515
+ defaultGapLimit: 1,
1516
+ defaultMinConfirmations: 24
1517
+ },
1518
+ minConfirmations: 1,
1519
+ payableEntityStringForFeeRate: "gas",
1520
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1521
+ feeRatesExpirationTimeMs: 60000,
1522
+ protocol: {
1523
+ protocol: "ERC20"
1524
+ },
1525
+ blockchain: {
1526
+ name: "Ethereum blockchain",
1527
+ supportedProtocols: [
1528
+ { protocol: "ERC20" }
1529
+ ]
1530
+ },
1531
+ tokenAddress: "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24",
1532
+ _significantDigits: 8,
1533
+ doesUseLowerCaseAddresses: true,
1534
+ doesUseOutputs: false
1535
+ },
1536
+ {
1537
+ latinName: "JUST TRC20",
1538
+ ticker: "JSTTRC20",
1539
+ tickerPrintable: "JST",
1540
+ digits: 18,
1541
+ maxValue: null,
1542
+ atomName: "",
1543
+ mainnet: {
1544
+ key: "mainnet",
1545
+ coinIndex: 195,
1546
+ defaultAccountIndex: 0,
1547
+ supportedSchemes: [
1548
+ { scheme: "44" }
1549
+ ],
1550
+ defaultGapLimit: 1,
1551
+ defaultMinConfirmations: 20
1552
+ },
1553
+ testnet: {
1554
+ key: "nile",
1555
+ coinIndex: 195,
1556
+ defaultAccountIndex: 0,
1557
+ supportedSchemes: [
1558
+ { scheme: "44" }
1559
+ ],
1560
+ defaultGapLimit: 1,
1561
+ defaultMinConfirmations: 20
1562
+ },
1563
+ minConfirmations: 1,
1564
+ payableEntityStringForFeeRate: null,
1565
+ feeOptionsTimeStringsSortedDesc: null,
1566
+ feeRatesExpirationTimeMs: 60000,
1567
+ protocol: {
1568
+ protocol: "TRC20"
1569
+ },
1570
+ blockchain: {
1571
+ name: "Tron blockchain",
1572
+ supportedProtocols: [
1573
+ { protocol: "TRC20" }
1574
+ ]
1575
+ },
1576
+ tokenAddress: "TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9",
1577
+ _significantDigits: 8,
1578
+ doesUseLowerCaseAddresses: false,
1579
+ doesUseOutputs: false
1580
+ },
1581
+ {
1582
+ latinName: "yearn.finance ERC20",
1583
+ ticker: "YFIERC20",
1584
+ tickerPrintable: "YFI",
1585
+ digits: 18,
1586
+ maxValue: null,
1587
+ atomName: "",
1588
+ mainnet: {
1589
+ key: "mainnet",
1590
+ coinIndex: 60,
1591
+ defaultAccountIndex: 0,
1592
+ supportedSchemes: [
1593
+ { scheme: "44" }
1594
+ ],
1595
+ defaultGapLimit: 1,
1596
+ defaultMinConfirmations: 24
1597
+ },
1598
+ testnet: {
1599
+ key: "goerli",
1600
+ coinIndex: 60,
1601
+ defaultAccountIndex: 0,
1602
+ supportedSchemes: [
1603
+ { scheme: "44" }
1604
+ ],
1605
+ defaultGapLimit: 1,
1606
+ defaultMinConfirmations: 24
1607
+ },
1608
+ minConfirmations: 1,
1609
+ payableEntityStringForFeeRate: "gas",
1610
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1611
+ feeRatesExpirationTimeMs: 60000,
1612
+ protocol: {
1613
+ protocol: "ERC20"
1614
+ },
1615
+ blockchain: {
1616
+ name: "Ethereum blockchain",
1617
+ supportedProtocols: [
1618
+ { protocol: "ERC20" }
1619
+ ]
1620
+ },
1621
+ tokenAddress: "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
1622
+ _significantDigits: 8,
1623
+ doesUseLowerCaseAddresses: true,
1624
+ doesUseOutputs: false
1625
+ },
1626
+ {
1627
+ latinName: "SUN TOKEN TRC20",
1628
+ ticker: "SUNTRC20",
1629
+ tickerPrintable: "SUN",
1630
+ digits: 18,
1631
+ maxValue: null,
1632
+ atomName: "",
1633
+ mainnet: {
1634
+ key: "mainnet",
1635
+ coinIndex: 195,
1636
+ defaultAccountIndex: 0,
1637
+ supportedSchemes: [
1638
+ { scheme: "44" }
1639
+ ],
1640
+ defaultGapLimit: 1,
1641
+ defaultMinConfirmations: 20
1642
+ },
1643
+ testnet: {
1644
+ key: "nile",
1645
+ coinIndex: 195,
1646
+ defaultAccountIndex: 0,
1647
+ supportedSchemes: [
1648
+ { scheme: "44" }
1649
+ ],
1650
+ defaultGapLimit: 1,
1651
+ defaultMinConfirmations: 20
1652
+ },
1653
+ minConfirmations: 1,
1654
+ payableEntityStringForFeeRate: null,
1655
+ feeOptionsTimeStringsSortedDesc: null,
1656
+ feeRatesExpirationTimeMs: 60000,
1657
+ protocol: {
1658
+ protocol: "TRC20"
1659
+ },
1660
+ blockchain: {
1661
+ name: "Tron blockchain",
1662
+ supportedProtocols: [
1663
+ { protocol: "TRC20" }
1664
+ ]
1665
+ },
1666
+ tokenAddress: "TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S",
1667
+ _significantDigits: 8,
1668
+ doesUseLowerCaseAddresses: false,
1669
+ doesUseOutputs: false
1670
+ },
1671
+ {
1672
+ latinName: "BitTorrent TRC20",
1673
+ ticker: "BTTTRC20",
1674
+ tickerPrintable: "BTT",
1675
+ digits: 18,
1676
+ maxValue: null,
1677
+ atomName: "",
1678
+ mainnet: {
1679
+ key: "mainnet",
1680
+ coinIndex: 195,
1681
+ defaultAccountIndex: 0,
1682
+ supportedSchemes: [
1683
+ { scheme: "44" }
1684
+ ],
1685
+ defaultGapLimit: 1,
1686
+ defaultMinConfirmations: 20
1687
+ },
1688
+ testnet: {
1689
+ key: "nile",
1690
+ coinIndex: 195,
1691
+ defaultAccountIndex: 0,
1692
+ supportedSchemes: [
1693
+ { scheme: "44" }
1694
+ ],
1695
+ defaultGapLimit: 1,
1696
+ defaultMinConfirmations: 20
1697
+ },
1698
+ minConfirmations: 1,
1699
+ payableEntityStringForFeeRate: null,
1700
+ feeOptionsTimeStringsSortedDesc: null,
1701
+ feeRatesExpirationTimeMs: 60000,
1702
+ protocol: {
1703
+ protocol: "TRC20"
1704
+ },
1705
+ blockchain: {
1706
+ name: "Tron blockchain",
1707
+ supportedProtocols: [
1708
+ { protocol: "TRC20" }
1709
+ ]
1710
+ },
1711
+ tokenAddress: "TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4",
1712
+ _significantDigits: 8,
1713
+ doesUseLowerCaseAddresses: false,
1714
+ doesUseOutputs: false
1715
+ },
1716
+ {
1717
+ latinName: "Decentralized USD TRC20",
1718
+ ticker: "USDDTRC20",
1719
+ tickerPrintable: "USDD",
1720
+ digits: 18,
1721
+ maxValue:
1722
+
1723
+ null,
1724
+ atomName: "",
1725
+ mainnet: {
1726
+ key: "mainnet",
1727
+ coinIndex: 195,
1728
+ defaultAccountIndex: 0,
1729
+ supportedSchemes: [
1730
+ { scheme: "44" }
1731
+ ],
1732
+ defaultGapLimit: 1,
1733
+ defaultMinConfirmations: 20
1734
+ },
1735
+ testnet: {
1736
+ key: "nile",
1737
+ coinIndex: 195,
1738
+ defaultAccountIndex: 0,
1739
+ supportedSchemes: [
1740
+ { scheme: "44" }
1741
+ ],
1742
+ defaultGapLimit: 1,
1743
+ defaultMinConfirmations: 20
1744
+ },
1745
+ minConfirmations: 1,
1746
+ payableEntityStringForFeeRate: null,
1747
+ feeOptionsTimeStringsSortedDesc: null,
1748
+ feeRatesExpirationTimeMs: 60000,
1749
+ protocol: {
1750
+ protocol: "TRC20"
1751
+ },
1752
+ blockchain: {
1753
+ name: "Tron blockchain",
1754
+ supportedProtocols: [
1755
+ { protocol: "TRC20" }
1756
+ ]
1757
+ },
1758
+ tokenAddress: "TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn",
1759
+ _significantDigits: 8,
1760
+ doesUseLowerCaseAddresses: false,
1761
+ doesUseOutputs: false
1762
+ },
1763
+ {
1764
+ latinName: "Convex Token ERC20",
1765
+ ticker: "CVXERC20",
1766
+ tickerPrintable: "CVX",
1767
+ digits: 18,
1768
+ maxValue: null,
1769
+ atomName: "",
1770
+ mainnet: {
1771
+ key: "mainnet",
1772
+ coinIndex: 60,
1773
+ defaultAccountIndex: 0,
1774
+ supportedSchemes: [
1775
+ { scheme: "44" }
1776
+ ],
1777
+ defaultGapLimit: 1,
1778
+ defaultMinConfirmations: 24
1779
+ },
1780
+ testnet: {
1781
+ key: "goerli",
1782
+ coinIndex: 60,
1783
+ defaultAccountIndex: 0,
1784
+ supportedSchemes: [
1785
+ { scheme: "44" }
1786
+ ],
1787
+ defaultGapLimit: 1,
1788
+ defaultMinConfirmations: 24
1789
+ },
1790
+ minConfirmations: 1,
1791
+ payableEntityStringForFeeRate: "gas",
1792
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1793
+ feeRatesExpirationTimeMs: 60000,
1794
+ protocol: {
1795
+ protocol: "ERC20"
1796
+ },
1797
+ blockchain: {
1798
+ name: "Ethereum blockchain",
1799
+ supportedProtocols: [
1800
+ { protocol: "ERC20" }
1801
+ ]
1802
+ },
1803
+ tokenAddress: "0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b",
1804
+ _significantDigits: 8,
1805
+ doesUseLowerCaseAddresses: true,
1806
+ doesUseOutputs: false
1807
+ },
1808
+ {
1809
+ latinName: "Lido Staked ETH ERC20",
1810
+ ticker: "STETHERC20",
1811
+ tickerPrintable: "STETH",
1812
+ digits: 18,
1813
+ maxValue: null,
1814
+ atomName: "",
1815
+ mainnet: {
1816
+ key: "mainnet",
1817
+ coinIndex: 60,
1818
+ defaultAccountIndex: 0,
1819
+ supportedSchemes: [
1820
+ { scheme: "44" }
1821
+ ],
1822
+ defaultGapLimit: 1,
1823
+ defaultMinConfirmations: 24
1824
+ },
1825
+ testnet: {
1826
+ key: "goerli",
1827
+ coinIndex: 60,
1828
+ defaultAccountIndex: 0,
1829
+ supportedSchemes: [
1830
+ { scheme: "44" }
1831
+ ],
1832
+ defaultGapLimit: 1,
1833
+ defaultMinConfirmations: 24
1834
+ },
1835
+ minConfirmations: 1,
1836
+ payableEntityStringForFeeRate: "gas",
1837
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1838
+ feeRatesExpirationTimeMs: 60000,
1839
+ protocol: {
1840
+ protocol: "ERC20"
1841
+ },
1842
+ blockchain: {
1843
+ name: "Ethereum blockchain",
1844
+ supportedProtocols: [
1845
+ { protocol: "ERC20" }
1846
+ ]
1847
+ },
1848
+ tokenAddress: "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
1849
+ _significantDigits: 8,
1850
+ doesUseLowerCaseAddresses: true,
1851
+ doesUseOutputs: false
1852
+ },
1853
+ {
1854
+ latinName: "Paxos Gold ERC20",
1855
+ ticker: "PAXGERC20",
1856
+ tickerPrintable: "PAXG",
1857
+ digits: 18,
1858
+ maxValue: null,
1859
+ atomName: "",
1860
+ mainnet: {
1861
+ key: "mainnet",
1862
+ coinIndex: 60,
1863
+ defaultAccountIndex: 0,
1864
+ supportedSchemes: [
1865
+ { scheme: "44" }
1866
+ ],
1867
+ defaultGapLimit: 1,
1868
+ defaultMinConfirmations: 24
1869
+ },
1870
+ testnet: {
1871
+ key: "goerli",
1872
+ coinIndex: 60,
1873
+ defaultAccountIndex: 0,
1874
+ supportedSchemes: [
1875
+ { scheme: "44" }
1876
+ ],
1877
+ defaultGapLimit: 1,
1878
+ defaultMinConfirmations: 24
1879
+ },
1880
+ minConfirmations: 1,
1881
+ payableEntityStringForFeeRate: "gas",
1882
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1883
+ feeRatesExpirationTimeMs: 60000,
1884
+ protocol: {
1885
+ protocol: "ERC20"
1886
+ },
1887
+ blockchain: {
1888
+ name: "Ethereum blockchain",
1889
+ supportedProtocols: [
1890
+ { protocol: "ERC20" }
1891
+ ]
1892
+ },
1893
+ tokenAddress: "0x45804880de22913dafe09f4980848ece6ecbaf78",
1894
+ _significantDigits: 8,
1895
+ doesUseLowerCaseAddresses: true,
1896
+ doesUseOutputs: false
1897
+ },
1898
+ {
1899
+ latinName: "Synapse ERC20",
1900
+ ticker: "SYNERC20",
1901
+ tickerPrintable: "SYN",
1902
+ digits: 18,
1903
+ maxValue: null,
1904
+ atomName: "",
1905
+ mainnet: {
1906
+ key: "mainnet",
1907
+ coinIndex: 60,
1908
+ defaultAccountIndex: 0,
1909
+ supportedSchemes: [
1910
+ { scheme: "44" }
1911
+ ],
1912
+ defaultGapLimit: 1,
1913
+ defaultMinConfirmations: 24
1914
+ },
1915
+ testnet: {
1916
+ key: "goerli",
1917
+ coinIndex: 60,
1918
+ defaultAccountIndex: 0,
1919
+ supportedSchemes: [
1920
+ { scheme: "44" }
1921
+ ],
1922
+ defaultGapLimit: 1,
1923
+ defaultMinConfirmations: 24
1924
+ },
1925
+ minConfirmations: 1,
1926
+ payableEntityStringForFeeRate: "gas",
1927
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1928
+ feeRatesExpirationTimeMs: 60000,
1929
+ protocol: {
1930
+ protocol: "ERC20"
1931
+ },
1932
+ blockchain: {
1933
+ name: "Ethereum blockchain",
1934
+ supportedProtocols: [
1935
+ { protocol: "ERC20" }
1936
+ ]
1937
+ },
1938
+ tokenAddress: "0x0f2d719407fdbeff09d87557abb7232601fd9f29",
1939
+ _significantDigits: 8,
1940
+ doesUseLowerCaseAddresses: true,
1941
+ doesUseOutputs: false
1942
+ },
1943
+ {
1944
+ latinName: "Frax Share ERC20",
1945
+ ticker: "FXSERC20",
1946
+ tickerPrintable: "FXS",
1947
+ digits: 18,
1948
+ maxValue: null,
1949
+ atomName: "",
1950
+ mainnet: {
1951
+ key: "mainnet",
1952
+ coinIndex: 60,
1953
+ defaultAccountIndex: 0,
1954
+ supportedSchemes: [
1955
+ { scheme: "44" }
1956
+ ],
1957
+ defaultGapLimit: 1,
1958
+ defaultMinConfirmations: 24
1959
+ },
1960
+ testnet: {
1961
+ key: "goerli",
1962
+ coinIndex: 60,
1963
+ defaultAccountIndex: 0,
1964
+ supportedSchemes: [
1965
+ { scheme: "44" }
1966
+ ],
1967
+ defaultGapLimit: 1,
1968
+ defaultMinConfirmations: 24
1969
+ },
1970
+ minConfirmations: 1,
1971
+ payableEntityStringForFeeRate: "gas",
1972
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
1973
+ feeRatesExpirationTimeMs: 60000,
1974
+ protocol: {
1975
+ protocol: "ERC20"
1976
+ },
1977
+ blockchain: {
1978
+ name: "Ethereum blockchain",
1979
+ supportedProtocols: [
1980
+ { protocol: "ERC20" }
1981
+ ]
1982
+ },
1983
+ tokenAddress: "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",
1984
+ _significantDigits: 8,
1985
+ doesUseLowerCaseAddresses: true,
1986
+ doesUseOutputs: false
1987
+ },
1988
+ {
1989
+ latinName: "Livepeer Token ERC20",
1990
+ ticker: "LPTERC20",
1991
+ tickerPrintable: "LPT",
1992
+ digits: 18,
1993
+ maxValue: null,
1994
+ atomName: "",
1995
+ mainnet: {
1996
+ key: "mainnet",
1997
+ coinIndex: 60,
1998
+ defaultAccountIndex: 0,
1999
+ supportedSchemes: [
2000
+ { scheme: "44" }
2001
+ ],
2002
+ defaultGapLimit: 1,
2003
+ defaultMinConfirmations: 24
2004
+ },
2005
+ testnet: {
2006
+ key: "goerli",
2007
+ coinIndex: 60,
2008
+ defaultAccountIndex: 0,
2009
+ supportedSchemes: [
2010
+ { scheme: "44" }
2011
+ ],
2012
+ defaultGapLimit: 1,
2013
+ defaultMinConfirmations: 24
2014
+ },
2015
+ minConfirmations: 1,
2016
+ payableEntityStringForFeeRate: "gas",
2017
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
2018
+ feeRatesExpirationTimeMs: 60000,
2019
+ protocol: {
2020
+ protocol: "ERC20"
2021
+ },
2022
+ blockchain: {
2023
+ name: "Ethereum blockchain",
2024
+ supportedProtocols: [
2025
+ { protocol: "ERC20" }
2026
+ ]
2027
+ },
2028
+ tokenAddress: "0x58b6a8a3302369daec383334672404ee733ab239",
2029
+ _significantDigits: 8,
2030
+ doesUseLowerCaseAddresses: true,
2031
+ doesUseOutputs: false
2032
+ },
2033
+ {
2034
+ latinName: "Balancer ERC20",
2035
+ ticker: "BALERC20",
2036
+ tickerPrintable: "BAL",
2037
+ digits: 18,
2038
+ maxValue: null,
2039
+ atomName: "",
2040
+ mainnet: {
2041
+ key: "mainnet",
2042
+ coinIndex: 60,
2043
+ defaultAccountIndex: 0,
2044
+ supportedSchemes: [
2045
+ { scheme: "44" }
2046
+ ],
2047
+ defaultGapLimit: 1,
2048
+ defaultMinConfirmations: 24
2049
+ },
2050
+ testnet: {
2051
+ key: "goerli",
2052
+ coinIndex: 60,
2053
+ defaultAccountIndex: 0,
2054
+ supportedSchemes: [
2055
+ { scheme: "44" }
2056
+ ],
2057
+ defaultGapLimit: 1,
2058
+ defaultMinConfirmations: 24
2059
+ },
2060
+ minConfirmations: 1,
2061
+ payableEntityStringForFeeRate: "gas",
2062
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
2063
+ feeRatesExpirationTimeMs: 60000,
2064
+ protocol: {
2065
+ protocol: "ERC20"
2066
+ },
2067
+ blockchain: {
2068
+ name: "Ethereum blockchain",
2069
+ supportedProtocols: [
2070
+ { protocol: "ERC20" }
2071
+ ]
2072
+ },
2073
+ tokenAddress: "0xba100000625a3754423978a60c9317c58a424e3d",
2074
+ _significantDigits: 8,
2075
+ doesUseLowerCaseAddresses: true,
2076
+ doesUseOutputs: false
2077
+ },
2078
+ {
2079
+ latinName: "VERA ERC20",
2080
+ ticker: "VRAERC20",
2081
+ tickerPrintable: "VRA",
2082
+ digits: 18,
2083
+ maxValue: null,
2084
+ atomName: "",
2085
+ mainnet: {
2086
+ key: "mainnet",
2087
+ coinIndex: 60,
2088
+ defaultAccountIndex: 0,
2089
+ supportedSchemes: [
2090
+ { scheme: "44" }
2091
+ ],
2092
+ defaultGapLimit: 1,
2093
+ defaultMinConfirmations: 24
2094
+ },
2095
+ testnet: {
2096
+ key: "goerli",
2097
+ coinIndex: 60,
2098
+ defaultAccountIndex: 0,
2099
+ supportedSchemes: [
2100
+ { scheme: "44" }
2101
+ ],
2102
+ defaultGapLimit: 1,
2103
+ defaultMinConfirmations: 24
2104
+ },
2105
+ minConfirmations: 1,
2106
+ payableEntityStringForFeeRate: "gas",
2107
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
2108
+ feeRatesExpirationTimeMs: 60000,
2109
+ protocol: {
2110
+ protocol: "ERC20"
2111
+ },
2112
+ blockchain: {
2113
+ name: "Ethereum blockchain",
2114
+ supportedProtocols: [
2115
+ { protocol: "ERC20" }
2116
+ ]
2117
+ },
2118
+ tokenAddress: "0xf411903cbc70a74d22900a5de66a2dda66507255",
2119
+ _significantDigits: 8,
2120
+ doesUseLowerCaseAddresses: true,
2121
+ doesUseOutputs: false
2122
+ },
2123
+ {
2124
+ latinName: "Wrapped TRX TRC20",
2125
+ ticker: "WTRXTRC20",
2126
+ tickerPrintable: "WTRX",
2127
+ digits: 6,
2128
+ maxValue: null,
2129
+ atomName: "",
2130
+ mainnet: {
2131
+ key: "mainnet",
2132
+ coinIndex: 195,
2133
+ defaultAccountIndex: 0,
2134
+ supportedSchemes: [
2135
+ { scheme: "44" }
2136
+ ],
2137
+ defaultGapLimit: 1,
2138
+ defaultMinConfirmations: 20
2139
+ },
2140
+ testnet: {
2141
+ key: "nile",
2142
+ coinIndex: 195,
2143
+ defaultAccountIndex: 0,
2144
+ supportedSchemes: [
2145
+ { scheme: "44" }
2146
+ ],
2147
+ defaultGapLimit: 1,
2148
+ defaultMinConfirmations: 20
2149
+ },
2150
+ minConfirmations: 1,
2151
+ payableEntityStringForFeeRate: null,
2152
+ feeOptionsTimeStringsSortedDesc: null,
2153
+ feeRatesExpirationTimeMs: 60000,
2154
+ protocol: {
2155
+ protocol: "TRC20"
2156
+ },
2157
+ blockchain: {
2158
+ name: "Tron blockchain",
2159
+ supportedProtocols: [
2160
+ { protocol: "TRC20" }
2161
+ ]
2162
+ },
2163
+ tokenAddress: "TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR",
2164
+ _significantDigits: 8,
2165
+ doesUseLowerCaseAddresses: false,
2166
+ doesUseOutputs: false
2167
+ },
2168
+ {
2169
+ latinName: "StargateToken ERC20",
2170
+ ticker: "STGERC20",
2171
+ tickerPrintable: "STG",
2172
+ digits: 18,
2173
+ maxValue: null,
2174
+ atomName: "",
2175
+ mainnet: {
2176
+ key: "mainnet",
2177
+ coinIndex: 60,
2178
+ defaultAccountIndex: 0,
2179
+ supportedSchemes: [
2180
+ { scheme: "44" }
2181
+ ],
2182
+ defaultGapLimit: 1,
2183
+ defaultMinConfirmations: 24
2184
+ },
2185
+ testnet: {
2186
+ key: "goerli",
2187
+ coinIndex: 60,
2188
+ defaultAccountIndex: 0,
2189
+ supportedSchemes: [
2190
+ { scheme: "44" }
2191
+ ],
2192
+ defaultGapLimit: 1,
2193
+ defaultMinConfirmations: 24
2194
+ },
2195
+ minConfirmations: 1,
2196
+ payableEntityStringForFeeRate: "gas",
2197
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
2198
+ feeRatesExpirationTimeMs: 60000,
2199
+ protocol: {
2200
+ protocol: "ERC20"
2201
+ },
2202
+ blockchain: {
2203
+ name: "Ethereum blockchain",
2204
+ supportedProtocols: [
2205
+ { protocol: "ERC20" }
2206
+ ]
2207
+ },
2208
+ tokenAddress: "0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6",
2209
+ _significantDigits: 8,
2210
+ doesUseLowerCaseAddresses: true,
2211
+ doesUseOutputs: false
2212
+ },
2213
+ {
2214
+ latinName: "LoopringCoin ERC20",
2215
+ ticker: "LRCERC20",
2216
+ tickerPrintable: "LRC",
2217
+ digits: 18,
2218
+ maxValue: null,
2219
+ atomName: "",
2220
+ mainnet: {
2221
+ key: "mainnet",
2222
+ coinIndex: 60,
2223
+ defaultAccountIndex: 0,
2224
+ supportedSchemes: [
2225
+ { scheme: "44" }
2226
+ ],
2227
+ defaultGapLimit: 1,
2228
+ defaultMinConfirmations: 24
2229
+ },
2230
+ testnet: {
2231
+ key: "goerli",
2232
+ coinIndex: 60,
2233
+ defaultAccountIndex: 0,
2234
+ supportedSchemes: [
2235
+ { scheme: "44" }
2236
+ ],
2237
+ defaultGapLimit: 1,
2238
+ defaultMinConfirmations: 24
2239
+ },
2240
+ minConfirmations: 1,
2241
+ payableEntityStringForFeeRate: "gas",
2242
+ feeOptionsTimeStringsSortedDesc: ["30min", "5min", "3.5min", "2min"],
2243
+ feeRatesExpirationTimeMs: 60000,
2244
+ protocol: {
2245
+ protocol: "ERC20"
2246
+ },
2247
+ blockchain: {
2248
+ name: "Ethereum blockchain",
2249
+ supportedProtocols: [
2250
+ { protocol: "ERC20" }
2251
+ ]
2252
+ },
2253
+ tokenAddress: "0xbbbbca6a901c926f240b89eacb641d8aec7aeafd",
2254
+ _significantDigits: 8,
2255
+ doesUseLowerCaseAddresses: true,
2256
+ doesUseOutputs: false
2257
+ }
2258
+ ]
2259
+
2260
+ export const networks = {
2261
+ mainnet: "mainnet",
2262
+ goerli: "goerli",
2263
+ sepolia: "sepolia",
2264
+ testnet: "testnet",
2265
+ nile: "nile"
2266
+ }