@ledgerhq/cryptoassets 12.1.0-next.0 → 12.1.0-nightly.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (767) hide show
  1. package/CHANGELOG.md +2 -6
  2. package/lib/crypto-assets-importer/exchange/bep20.d.ts.map +1 -1
  3. package/lib/crypto-assets-importer/exchange/bep20.js +7 -1
  4. package/lib/crypto-assets-importer/exchange/bep20.js.map +1 -1
  5. package/lib/crypto-assets-importer/exchange/coins.d.ts.map +1 -1
  6. package/lib/crypto-assets-importer/exchange/coins.js +7 -1
  7. package/lib/crypto-assets-importer/exchange/coins.js.map +1 -1
  8. package/lib/crypto-assets-importer/exchange/erc20.d.ts.map +1 -1
  9. package/lib/crypto-assets-importer/exchange/erc20.js +7 -1
  10. package/lib/crypto-assets-importer/exchange/erc20.js.map +1 -1
  11. package/lib/crypto-assets-importer/fetch/fetch.test.js +3 -2
  12. package/lib/crypto-assets-importer/fetch/fetch.test.js.map +1 -1
  13. package/lib/crypto-assets-importer/fetch/index.d.ts +1 -1
  14. package/lib/crypto-assets-importer/fetch/index.d.ts.map +1 -1
  15. package/lib/crypto-assets-importer/fetch/index.js +2 -2
  16. package/lib/crypto-assets-importer/fetch/index.js.map +1 -1
  17. package/lib/crypto-assets-importer/importers/asa/asa.test.js +5 -2
  18. package/lib/crypto-assets-importer/importers/asa/asa.test.js.map +1 -1
  19. package/lib/crypto-assets-importer/importers/asa/index.d.ts.map +1 -1
  20. package/lib/crypto-assets-importer/importers/asa/index.js +6 -1
  21. package/lib/crypto-assets-importer/importers/asa/index.js.map +1 -1
  22. package/lib/crypto-assets-importer/importers/bep20/bep20.test.js +5 -2
  23. package/lib/crypto-assets-importer/importers/bep20/bep20.test.js.map +1 -1
  24. package/lib/crypto-assets-importer/importers/bep20/index.d.ts.map +1 -1
  25. package/lib/crypto-assets-importer/importers/bep20/index.js +7 -2
  26. package/lib/crypto-assets-importer/importers/bep20/index.js.map +1 -1
  27. package/lib/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js +5 -2
  28. package/lib/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js.map +1 -1
  29. package/lib/crypto-assets-importer/importers/cardanoNative/index.d.ts.map +1 -1
  30. package/lib/crypto-assets-importer/importers/cardanoNative/index.js +7 -2
  31. package/lib/crypto-assets-importer/importers/cardanoNative/index.js.map +1 -1
  32. package/lib/crypto-assets-importer/importers/eip712/eip712.test.js +7 -3
  33. package/lib/crypto-assets-importer/importers/eip712/eip712.test.js.map +1 -1
  34. package/lib/crypto-assets-importer/importers/eip712/index.d.ts.map +1 -1
  35. package/lib/crypto-assets-importer/importers/eip712/index.js +8 -2
  36. package/lib/crypto-assets-importer/importers/eip712/index.js.map +1 -1
  37. package/lib/crypto-assets-importer/importers/erc20/erc20.test.js +5 -2
  38. package/lib/crypto-assets-importer/importers/erc20/erc20.test.js.map +1 -1
  39. package/lib/crypto-assets-importer/importers/erc20/index.d.ts.map +1 -1
  40. package/lib/crypto-assets-importer/importers/erc20/index.js +6 -1
  41. package/lib/crypto-assets-importer/importers/erc20/index.js.map +1 -1
  42. package/lib/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js +9 -3
  43. package/lib/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js.map +1 -1
  44. package/lib/crypto-assets-importer/importers/erc20-signature/index.d.ts.map +1 -1
  45. package/lib/crypto-assets-importer/importers/erc20-signature/index.js +10 -2
  46. package/lib/crypto-assets-importer/importers/erc20-signature/index.js.map +1 -1
  47. package/lib/crypto-assets-importer/importers/esdt/esdt.test.js +5 -2
  48. package/lib/crypto-assets-importer/importers/esdt/esdt.test.js.map +1 -1
  49. package/lib/crypto-assets-importer/importers/esdt/index.d.ts.map +1 -1
  50. package/lib/crypto-assets-importer/importers/esdt/index.js +6 -1
  51. package/lib/crypto-assets-importer/importers/esdt/index.js.map +1 -1
  52. package/lib/crypto-assets-importer/importers/evm/evm.test.js +10 -8
  53. package/lib/crypto-assets-importer/importers/evm/evm.test.js.map +1 -1
  54. package/lib/crypto-assets-importer/importers/evm/index.d.ts.map +1 -1
  55. package/lib/crypto-assets-importer/importers/evm/index.js +50 -6
  56. package/lib/crypto-assets-importer/importers/evm/index.js.map +1 -1
  57. package/lib/crypto-assets-importer/importers/polygon/index.d.ts.map +1 -1
  58. package/lib/crypto-assets-importer/importers/polygon/index.js +6 -1
  59. package/lib/crypto-assets-importer/importers/polygon/index.js.map +1 -1
  60. package/lib/crypto-assets-importer/importers/polygon/polygon.test.js +5 -2
  61. package/lib/crypto-assets-importer/importers/polygon/polygon.test.js.map +1 -1
  62. package/lib/crypto-assets-importer/importers/spl/index.d.ts.map +1 -1
  63. package/lib/crypto-assets-importer/importers/spl/index.js +6 -1
  64. package/lib/crypto-assets-importer/importers/spl/index.js.map +1 -1
  65. package/lib/crypto-assets-importer/importers/spl/spl.test.js +5 -2
  66. package/lib/crypto-assets-importer/importers/spl/spl.test.js.map +1 -1
  67. package/lib/crypto-assets-importer/importers/stellar/index.d.ts.map +1 -1
  68. package/lib/crypto-assets-importer/importers/stellar/index.js +6 -1
  69. package/lib/crypto-assets-importer/importers/stellar/index.js.map +1 -1
  70. package/lib/crypto-assets-importer/importers/stellar/stellar.test.js +5 -2
  71. package/lib/crypto-assets-importer/importers/stellar/stellar.test.js.map +1 -1
  72. package/lib/crypto-assets-importer/importers/trc20/index.d.ts.map +1 -1
  73. package/lib/crypto-assets-importer/importers/trc20/index.js +6 -1
  74. package/lib/crypto-assets-importer/importers/trc20/index.js.map +1 -1
  75. package/lib/crypto-assets-importer/importers/trc20/trc20.test.js +5 -2
  76. package/lib/crypto-assets-importer/importers/trc20/trc20.test.js.map +1 -1
  77. package/lib/data/asa-hash.json +1 -0
  78. package/lib/data/asa.d.ts +1 -0
  79. package/lib/data/asa.d.ts.map +1 -1
  80. package/lib/data/asa.js +3 -0
  81. package/lib/data/asa.js.map +1 -1
  82. package/lib/data/bep20-hash.json +1 -0
  83. package/lib/data/bep20.d.ts +1 -0
  84. package/lib/data/bep20.d.ts.map +1 -1
  85. package/lib/data/bep20.js +3 -0
  86. package/lib/data/bep20.js.map +1 -1
  87. package/lib/data/cardanoNative-hash.json +1 -0
  88. package/lib/data/cardanoNative.d.ts +1 -0
  89. package/lib/data/cardanoNative.d.ts.map +1 -1
  90. package/lib/data/cardanoNative.js +3 -0
  91. package/lib/data/cardanoNative.js.map +1 -1
  92. package/lib/data/eip712-hash.json +1 -0
  93. package/lib/data/eip712.d.ts +3 -747
  94. package/lib/data/eip712.d.ts.map +1 -1
  95. package/lib/data/eip712.js +8 -2040
  96. package/lib/data/eip712.js.map +1 -1
  97. package/lib/data/eip712.json +1 -0
  98. package/lib/data/erc20-hash.json +1 -0
  99. package/lib/data/erc20-signatures-hash.json +1 -0
  100. package/lib/data/erc20-signatures.d.ts +3 -2
  101. package/lib/data/erc20-signatures.d.ts.map +1 -1
  102. package/lib/data/erc20-signatures.js +8 -1
  103. package/lib/data/erc20-signatures.js.map +1 -1
  104. package/lib/data/erc20-signatures.json +1 -0
  105. package/lib/data/erc20.d.ts +1 -0
  106. package/lib/data/erc20.d.ts.map +1 -1
  107. package/lib/data/erc20.js +3 -0
  108. package/lib/data/erc20.js.map +1 -1
  109. package/lib/data/esdt-hash.json +1 -0
  110. package/lib/data/esdt.d.ts +1 -0
  111. package/lib/data/esdt.d.ts.map +1 -1
  112. package/lib/data/esdt.js +3 -0
  113. package/lib/data/esdt.js.map +1 -1
  114. package/lib/data/evm/1/erc20-hash.json +1 -0
  115. package/lib/data/evm/1/erc20-signatures-hash.json +1 -0
  116. package/lib/data/evm/1/index.d.ts +4 -5
  117. package/lib/data/evm/1/index.d.ts.map +1 -1
  118. package/lib/data/evm/1/index.js +9 -3
  119. package/lib/data/evm/1/index.js.map +1 -1
  120. package/lib/data/evm/10/erc20-hash.json +1 -0
  121. package/lib/data/evm/10/erc20-signatures-hash.json +1 -0
  122. package/lib/data/evm/10/index.d.ts +4 -5
  123. package/lib/data/evm/10/index.d.ts.map +1 -1
  124. package/lib/data/evm/10/index.js +9 -3
  125. package/lib/data/evm/10/index.js.map +1 -1
  126. package/lib/data/evm/106/erc20-hash.json +1 -0
  127. package/lib/data/evm/106/erc20-signatures-hash.json +1 -0
  128. package/lib/data/evm/106/index.d.ts +4 -5
  129. package/lib/data/evm/106/index.d.ts.map +1 -1
  130. package/lib/data/evm/106/index.js +9 -3
  131. package/lib/data/evm/106/index.js.map +1 -1
  132. package/lib/data/evm/1088/erc20-hash.json +1 -0
  133. package/lib/data/evm/1088/erc20-signatures-hash.json +1 -0
  134. package/lib/data/evm/1088/index.d.ts +4 -5
  135. package/lib/data/evm/1088/index.d.ts.map +1 -1
  136. package/lib/data/evm/1088/index.js +9 -3
  137. package/lib/data/evm/1088/index.js.map +1 -1
  138. package/lib/data/evm/1101/erc20-hash.json +1 -0
  139. package/lib/data/evm/1101/erc20-signatures-hash.json +1 -0
  140. package/lib/data/evm/1101/index.d.ts +4 -5
  141. package/lib/data/evm/1101/index.d.ts.map +1 -1
  142. package/lib/data/evm/1101/index.js +9 -3
  143. package/lib/data/evm/1101/index.js.map +1 -1
  144. package/lib/data/evm/11155111/erc20-hash.json +1 -0
  145. package/lib/data/evm/11155111/erc20-signatures-hash.json +1 -0
  146. package/lib/data/evm/11155111/index.d.ts +4 -5
  147. package/lib/data/evm/11155111/index.d.ts.map +1 -1
  148. package/lib/data/evm/11155111/index.js +9 -3
  149. package/lib/data/evm/11155111/index.js.map +1 -1
  150. package/lib/data/evm/1284/erc20-hash.json +1 -0
  151. package/lib/data/evm/1284/erc20-signatures-hash.json +1 -0
  152. package/lib/data/evm/1284/index.d.ts +4 -5
  153. package/lib/data/evm/1284/index.d.ts.map +1 -1
  154. package/lib/data/evm/1284/index.js +9 -3
  155. package/lib/data/evm/1284/index.js.map +1 -1
  156. package/lib/data/evm/137/erc20-hash.json +1 -0
  157. package/lib/data/evm/137/erc20-signatures-hash.json +1 -0
  158. package/lib/data/evm/137/index.d.ts +4 -5
  159. package/lib/data/evm/137/index.d.ts.map +1 -1
  160. package/lib/data/evm/137/index.js +9 -3
  161. package/lib/data/evm/137/index.js.map +1 -1
  162. package/lib/data/evm/1442/erc20-hash.json +1 -0
  163. package/lib/data/evm/1442/erc20-signatures-hash.json +1 -0
  164. package/lib/data/evm/1442/index.d.ts +4 -5
  165. package/lib/data/evm/1442/index.d.ts.map +1 -1
  166. package/lib/data/evm/1442/index.js +9 -3
  167. package/lib/data/evm/1442/index.js.map +1 -1
  168. package/lib/data/evm/199/erc20-hash.json +1 -0
  169. package/lib/data/evm/199/erc20-signatures-hash.json +1 -0
  170. package/lib/data/evm/199/index.d.ts +4 -5
  171. package/lib/data/evm/199/index.d.ts.map +1 -1
  172. package/lib/data/evm/199/index.js +9 -3
  173. package/lib/data/evm/199/index.js.map +1 -1
  174. package/lib/data/evm/245022934/erc20-hash.json +1 -0
  175. package/lib/data/evm/245022934/erc20-signatures-hash.json +1 -0
  176. package/lib/data/evm/245022934/index.d.ts +4 -5
  177. package/lib/data/evm/245022934/index.d.ts.map +1 -1
  178. package/lib/data/evm/245022934/index.js +9 -3
  179. package/lib/data/evm/245022934/index.js.map +1 -1
  180. package/lib/data/evm/246/erc20-hash.json +1 -0
  181. package/lib/data/evm/246/erc20-signatures-hash.json +1 -0
  182. package/lib/data/evm/246/index.d.ts +4 -5
  183. package/lib/data/evm/246/index.d.ts.map +1 -1
  184. package/lib/data/evm/246/index.js +9 -3
  185. package/lib/data/evm/246/index.js.map +1 -1
  186. package/lib/data/evm/25/erc20-hash.json +1 -0
  187. package/lib/data/evm/25/erc20-signatures-hash.json +1 -0
  188. package/lib/data/evm/25/index.d.ts +4 -5
  189. package/lib/data/evm/25/index.d.ts.map +1 -1
  190. package/lib/data/evm/25/index.js +9 -3
  191. package/lib/data/evm/25/index.js.map +1 -1
  192. package/lib/data/evm/250/erc20-hash.json +1 -0
  193. package/lib/data/evm/250/erc20-signatures-hash.json +1 -0
  194. package/lib/data/evm/250/index.d.ts +4 -5
  195. package/lib/data/evm/250/index.d.ts.map +1 -1
  196. package/lib/data/evm/250/index.js +9 -3
  197. package/lib/data/evm/250/index.js.map +1 -1
  198. package/lib/data/evm/3/erc20-hash.json +1 -0
  199. package/lib/data/evm/3/erc20-signatures-hash.json +1 -0
  200. package/lib/data/evm/3/index.d.ts +4 -5
  201. package/lib/data/evm/3/index.d.ts.map +1 -1
  202. package/lib/data/evm/3/index.js +9 -3
  203. package/lib/data/evm/3/index.js.map +1 -1
  204. package/lib/data/evm/30/erc20-hash.json +1 -0
  205. package/lib/data/evm/30/erc20-signatures-hash.json +1 -0
  206. package/lib/data/evm/30/index.d.ts +4 -5
  207. package/lib/data/evm/30/index.d.ts.map +1 -1
  208. package/lib/data/evm/30/index.js +9 -3
  209. package/lib/data/evm/30/index.js.map +1 -1
  210. package/lib/data/evm/40/erc20-hash.json +1 -0
  211. package/lib/data/evm/40/erc20-signatures-hash.json +1 -0
  212. package/lib/data/evm/40/index.d.ts +4 -5
  213. package/lib/data/evm/40/index.d.ts.map +1 -1
  214. package/lib/data/evm/40/index.js +9 -3
  215. package/lib/data/evm/40/index.js.map +1 -1
  216. package/lib/data/evm/420/erc20-hash.json +1 -0
  217. package/lib/data/evm/420/erc20-signatures-hash.json +1 -0
  218. package/lib/data/evm/420/index.d.ts +4 -5
  219. package/lib/data/evm/420/index.d.ts.map +1 -1
  220. package/lib/data/evm/420/index.js +9 -3
  221. package/lib/data/evm/420/index.js.map +1 -1
  222. package/lib/data/evm/42161/erc20-hash.json +1 -0
  223. package/lib/data/evm/42161/erc20-signatures-hash.json +1 -0
  224. package/lib/data/evm/42161/index.d.ts +4 -5
  225. package/lib/data/evm/42161/index.d.ts.map +1 -1
  226. package/lib/data/evm/42161/index.js +9 -3
  227. package/lib/data/evm/42161/index.js.map +1 -1
  228. package/lib/data/evm/43114/erc20-hash.json +1 -0
  229. package/lib/data/evm/43114/erc20-signatures-hash.json +1 -0
  230. package/lib/data/evm/43114/index.d.ts +4 -5
  231. package/lib/data/evm/43114/index.d.ts.map +1 -1
  232. package/lib/data/evm/43114/index.js +9 -3
  233. package/lib/data/evm/43114/index.js.map +1 -1
  234. package/lib/data/evm/5/erc20-hash.json +1 -0
  235. package/lib/data/evm/5/erc20-signatures-hash.json +1 -0
  236. package/lib/data/evm/5/index.d.ts +4 -5
  237. package/lib/data/evm/5/index.d.ts.map +1 -1
  238. package/lib/data/evm/5/index.js +9 -3
  239. package/lib/data/evm/5/index.js.map +1 -1
  240. package/lib/data/evm/56/erc20-hash.json +1 -0
  241. package/lib/data/evm/56/erc20-signatures-hash.json +1 -0
  242. package/lib/data/evm/56/index.d.ts +4 -5
  243. package/lib/data/evm/56/index.d.ts.map +1 -1
  244. package/lib/data/evm/56/index.js +9 -3
  245. package/lib/data/evm/56/index.js.map +1 -1
  246. package/lib/data/evm/57/erc20-hash.json +1 -0
  247. package/lib/data/evm/57/erc20-signatures-hash.json +1 -0
  248. package/lib/data/evm/57/index.d.ts +4 -5
  249. package/lib/data/evm/57/index.d.ts.map +1 -1
  250. package/lib/data/evm/57/index.js +9 -3
  251. package/lib/data/evm/57/index.js.map +1 -1
  252. package/lib/data/evm/59144/erc20-hash.json +1 -0
  253. package/lib/data/evm/59144/erc20-signatures-hash.json +1 -0
  254. package/lib/data/evm/59144/index.d.ts +4 -5
  255. package/lib/data/evm/59144/index.d.ts.map +1 -1
  256. package/lib/data/evm/59144/index.js +9 -3
  257. package/lib/data/evm/59144/index.js.map +1 -1
  258. package/lib/data/evm/592/erc20-hash.json +1 -0
  259. package/lib/data/evm/592/erc20-signatures-hash.json +1 -0
  260. package/lib/data/evm/592/index.d.ts +4 -5
  261. package/lib/data/evm/592/index.d.ts.map +1 -1
  262. package/lib/data/evm/592/index.js +9 -3
  263. package/lib/data/evm/592/index.js.map +1 -1
  264. package/lib/data/evm/8217/erc20-hash.json +1 -0
  265. package/lib/data/evm/8217/erc20-signatures-hash.json +1 -0
  266. package/lib/data/evm/8217/index.d.ts +4 -5
  267. package/lib/data/evm/8217/index.d.ts.map +1 -1
  268. package/lib/data/evm/8217/index.js +9 -3
  269. package/lib/data/evm/8217/index.js.map +1 -1
  270. package/lib/data/evm/8453/erc20-hash.json +1 -0
  271. package/lib/data/evm/8453/erc20-signatures-hash.json +1 -0
  272. package/lib/data/evm/8453/index.d.ts +4 -5
  273. package/lib/data/evm/8453/index.d.ts.map +1 -1
  274. package/lib/data/evm/8453/index.js +9 -3
  275. package/lib/data/evm/8453/index.js.map +1 -1
  276. package/lib/data/evm/index.d.ts +116 -0
  277. package/lib/data/evm/index.d.ts.map +1 -1
  278. package/lib/data/evm/index.js +115 -1
  279. package/lib/data/evm/index.js.map +1 -1
  280. package/lib/data/exchange/bep20-hash.json +1 -0
  281. package/lib/data/exchange/bep20.d.ts +1 -0
  282. package/lib/data/exchange/bep20.d.ts.map +1 -1
  283. package/lib/data/exchange/bep20.js +3 -0
  284. package/lib/data/exchange/bep20.js.map +1 -1
  285. package/lib/data/exchange/coin-hash.json +1 -0
  286. package/lib/data/exchange/coins.d.ts +1 -0
  287. package/lib/data/exchange/coins.d.ts.map +1 -1
  288. package/lib/data/exchange/coins.js +3 -0
  289. package/lib/data/exchange/coins.js.map +1 -1
  290. package/lib/data/exchange/erc20-hash.json +1 -0
  291. package/lib/data/exchange/erc20.d.ts +1 -0
  292. package/lib/data/exchange/erc20.d.ts.map +1 -1
  293. package/lib/data/exchange/erc20.js +3 -0
  294. package/lib/data/exchange/erc20.js.map +1 -1
  295. package/lib/data/polygon-erc20-hash.json +1 -0
  296. package/lib/data/polygon-erc20.d.ts +1 -0
  297. package/lib/data/polygon-erc20.d.ts.map +1 -1
  298. package/lib/data/polygon-erc20.js +3 -0
  299. package/lib/data/polygon-erc20.js.map +1 -1
  300. package/lib/data/spl-hash.json +1 -0
  301. package/lib/data/spl.d.ts +1 -0
  302. package/lib/data/spl.d.ts.map +1 -1
  303. package/lib/data/spl.js +3 -0
  304. package/lib/data/spl.js.map +1 -1
  305. package/lib/data/stellar-hash.json +1 -0
  306. package/lib/data/stellar.d.ts +1 -0
  307. package/lib/data/stellar.d.ts.map +1 -1
  308. package/lib/data/stellar.js +3 -0
  309. package/lib/data/stellar.js.map +1 -1
  310. package/lib/data/trc20-hash.json +1 -0
  311. package/lib/data/trc20.d.ts +1 -0
  312. package/lib/data/trc20.d.ts.map +1 -1
  313. package/lib/data/trc20.js +3 -0
  314. package/lib/data/trc20.js.map +1 -1
  315. package/lib-es/crypto-assets-importer/exchange/bep20.d.ts.map +1 -1
  316. package/lib-es/crypto-assets-importer/exchange/bep20.js +7 -1
  317. package/lib-es/crypto-assets-importer/exchange/bep20.js.map +1 -1
  318. package/lib-es/crypto-assets-importer/exchange/coins.d.ts.map +1 -1
  319. package/lib-es/crypto-assets-importer/exchange/coins.js +7 -1
  320. package/lib-es/crypto-assets-importer/exchange/coins.js.map +1 -1
  321. package/lib-es/crypto-assets-importer/exchange/erc20.d.ts.map +1 -1
  322. package/lib-es/crypto-assets-importer/exchange/erc20.js +7 -1
  323. package/lib-es/crypto-assets-importer/exchange/erc20.js.map +1 -1
  324. package/lib-es/crypto-assets-importer/fetch/fetch.test.js +3 -2
  325. package/lib-es/crypto-assets-importer/fetch/fetch.test.js.map +1 -1
  326. package/lib-es/crypto-assets-importer/fetch/index.d.ts +1 -1
  327. package/lib-es/crypto-assets-importer/fetch/index.d.ts.map +1 -1
  328. package/lib-es/crypto-assets-importer/fetch/index.js +2 -2
  329. package/lib-es/crypto-assets-importer/fetch/index.js.map +1 -1
  330. package/lib-es/crypto-assets-importer/importers/asa/asa.test.js +5 -2
  331. package/lib-es/crypto-assets-importer/importers/asa/asa.test.js.map +1 -1
  332. package/lib-es/crypto-assets-importer/importers/asa/index.d.ts.map +1 -1
  333. package/lib-es/crypto-assets-importer/importers/asa/index.js +6 -1
  334. package/lib-es/crypto-assets-importer/importers/asa/index.js.map +1 -1
  335. package/lib-es/crypto-assets-importer/importers/bep20/bep20.test.js +5 -2
  336. package/lib-es/crypto-assets-importer/importers/bep20/bep20.test.js.map +1 -1
  337. package/lib-es/crypto-assets-importer/importers/bep20/index.d.ts.map +1 -1
  338. package/lib-es/crypto-assets-importer/importers/bep20/index.js +7 -2
  339. package/lib-es/crypto-assets-importer/importers/bep20/index.js.map +1 -1
  340. package/lib-es/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js +5 -2
  341. package/lib-es/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js.map +1 -1
  342. package/lib-es/crypto-assets-importer/importers/cardanoNative/index.d.ts.map +1 -1
  343. package/lib-es/crypto-assets-importer/importers/cardanoNative/index.js +7 -2
  344. package/lib-es/crypto-assets-importer/importers/cardanoNative/index.js.map +1 -1
  345. package/lib-es/crypto-assets-importer/importers/eip712/eip712.test.js +7 -3
  346. package/lib-es/crypto-assets-importer/importers/eip712/eip712.test.js.map +1 -1
  347. package/lib-es/crypto-assets-importer/importers/eip712/index.d.ts.map +1 -1
  348. package/lib-es/crypto-assets-importer/importers/eip712/index.js +8 -2
  349. package/lib-es/crypto-assets-importer/importers/eip712/index.js.map +1 -1
  350. package/lib-es/crypto-assets-importer/importers/erc20/erc20.test.js +5 -2
  351. package/lib-es/crypto-assets-importer/importers/erc20/erc20.test.js.map +1 -1
  352. package/lib-es/crypto-assets-importer/importers/erc20/index.d.ts.map +1 -1
  353. package/lib-es/crypto-assets-importer/importers/erc20/index.js +6 -1
  354. package/lib-es/crypto-assets-importer/importers/erc20/index.js.map +1 -1
  355. package/lib-es/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js +9 -3
  356. package/lib-es/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js.map +1 -1
  357. package/lib-es/crypto-assets-importer/importers/erc20-signature/index.d.ts.map +1 -1
  358. package/lib-es/crypto-assets-importer/importers/erc20-signature/index.js +10 -2
  359. package/lib-es/crypto-assets-importer/importers/erc20-signature/index.js.map +1 -1
  360. package/lib-es/crypto-assets-importer/importers/esdt/esdt.test.js +5 -2
  361. package/lib-es/crypto-assets-importer/importers/esdt/esdt.test.js.map +1 -1
  362. package/lib-es/crypto-assets-importer/importers/esdt/index.d.ts.map +1 -1
  363. package/lib-es/crypto-assets-importer/importers/esdt/index.js +6 -1
  364. package/lib-es/crypto-assets-importer/importers/esdt/index.js.map +1 -1
  365. package/lib-es/crypto-assets-importer/importers/evm/evm.test.js +10 -8
  366. package/lib-es/crypto-assets-importer/importers/evm/evm.test.js.map +1 -1
  367. package/lib-es/crypto-assets-importer/importers/evm/index.d.ts.map +1 -1
  368. package/lib-es/crypto-assets-importer/importers/evm/index.js +50 -6
  369. package/lib-es/crypto-assets-importer/importers/evm/index.js.map +1 -1
  370. package/lib-es/crypto-assets-importer/importers/polygon/index.d.ts.map +1 -1
  371. package/lib-es/crypto-assets-importer/importers/polygon/index.js +6 -1
  372. package/lib-es/crypto-assets-importer/importers/polygon/index.js.map +1 -1
  373. package/lib-es/crypto-assets-importer/importers/polygon/polygon.test.js +5 -2
  374. package/lib-es/crypto-assets-importer/importers/polygon/polygon.test.js.map +1 -1
  375. package/lib-es/crypto-assets-importer/importers/spl/index.d.ts.map +1 -1
  376. package/lib-es/crypto-assets-importer/importers/spl/index.js +6 -1
  377. package/lib-es/crypto-assets-importer/importers/spl/index.js.map +1 -1
  378. package/lib-es/crypto-assets-importer/importers/spl/spl.test.js +5 -2
  379. package/lib-es/crypto-assets-importer/importers/spl/spl.test.js.map +1 -1
  380. package/lib-es/crypto-assets-importer/importers/stellar/index.d.ts.map +1 -1
  381. package/lib-es/crypto-assets-importer/importers/stellar/index.js +6 -1
  382. package/lib-es/crypto-assets-importer/importers/stellar/index.js.map +1 -1
  383. package/lib-es/crypto-assets-importer/importers/stellar/stellar.test.js +5 -2
  384. package/lib-es/crypto-assets-importer/importers/stellar/stellar.test.js.map +1 -1
  385. package/lib-es/crypto-assets-importer/importers/trc20/index.d.ts.map +1 -1
  386. package/lib-es/crypto-assets-importer/importers/trc20/index.js +6 -1
  387. package/lib-es/crypto-assets-importer/importers/trc20/index.js.map +1 -1
  388. package/lib-es/crypto-assets-importer/importers/trc20/trc20.test.js +5 -2
  389. package/lib-es/crypto-assets-importer/importers/trc20/trc20.test.js.map +1 -1
  390. package/lib-es/data/asa-hash.json +1 -0
  391. package/lib-es/data/asa.d.ts +1 -0
  392. package/lib-es/data/asa.d.ts.map +1 -1
  393. package/lib-es/data/asa.js +1 -0
  394. package/lib-es/data/asa.js.map +1 -1
  395. package/lib-es/data/bep20-hash.json +1 -0
  396. package/lib-es/data/bep20.d.ts +1 -0
  397. package/lib-es/data/bep20.d.ts.map +1 -1
  398. package/lib-es/data/bep20.js +1 -0
  399. package/lib-es/data/bep20.js.map +1 -1
  400. package/lib-es/data/cardanoNative-hash.json +1 -0
  401. package/lib-es/data/cardanoNative.d.ts +1 -0
  402. package/lib-es/data/cardanoNative.d.ts.map +1 -1
  403. package/lib-es/data/cardanoNative.js +1 -0
  404. package/lib-es/data/cardanoNative.js.map +1 -1
  405. package/lib-es/data/eip712-hash.json +1 -0
  406. package/lib-es/data/eip712.d.ts +3 -747
  407. package/lib-es/data/eip712.d.ts.map +1 -1
  408. package/lib-es/data/eip712.js +3 -2040
  409. package/lib-es/data/eip712.js.map +1 -1
  410. package/lib-es/data/eip712.json +1 -0
  411. package/lib-es/data/erc20-hash.json +1 -0
  412. package/lib-es/data/erc20-signatures-hash.json +1 -0
  413. package/lib-es/data/erc20-signatures.d.ts +3 -2
  414. package/lib-es/data/erc20-signatures.d.ts.map +1 -1
  415. package/lib-es/data/erc20-signatures.js +3 -1
  416. package/lib-es/data/erc20-signatures.js.map +1 -1
  417. package/lib-es/data/erc20-signatures.json +1 -0
  418. package/lib-es/data/erc20.d.ts +1 -0
  419. package/lib-es/data/erc20.d.ts.map +1 -1
  420. package/lib-es/data/erc20.js +1 -0
  421. package/lib-es/data/erc20.js.map +1 -1
  422. package/lib-es/data/esdt-hash.json +1 -0
  423. package/lib-es/data/esdt.d.ts +1 -0
  424. package/lib-es/data/esdt.d.ts.map +1 -1
  425. package/lib-es/data/esdt.js +1 -0
  426. package/lib-es/data/esdt.js.map +1 -1
  427. package/lib-es/data/evm/1/erc20-hash.json +1 -0
  428. package/lib-es/data/evm/1/erc20-signatures-hash.json +1 -0
  429. package/lib-es/data/evm/1/index.d.ts +4 -5
  430. package/lib-es/data/evm/1/index.d.ts.map +1 -1
  431. package/lib-es/data/evm/1/index.js +4 -3
  432. package/lib-es/data/evm/1/index.js.map +1 -1
  433. package/lib-es/data/evm/10/erc20-hash.json +1 -0
  434. package/lib-es/data/evm/10/erc20-signatures-hash.json +1 -0
  435. package/lib-es/data/evm/10/index.d.ts +4 -5
  436. package/lib-es/data/evm/10/index.d.ts.map +1 -1
  437. package/lib-es/data/evm/10/index.js +4 -3
  438. package/lib-es/data/evm/10/index.js.map +1 -1
  439. package/lib-es/data/evm/106/erc20-hash.json +1 -0
  440. package/lib-es/data/evm/106/erc20-signatures-hash.json +1 -0
  441. package/lib-es/data/evm/106/index.d.ts +4 -5
  442. package/lib-es/data/evm/106/index.d.ts.map +1 -1
  443. package/lib-es/data/evm/106/index.js +4 -3
  444. package/lib-es/data/evm/106/index.js.map +1 -1
  445. package/lib-es/data/evm/1088/erc20-hash.json +1 -0
  446. package/lib-es/data/evm/1088/erc20-signatures-hash.json +1 -0
  447. package/lib-es/data/evm/1088/index.d.ts +4 -5
  448. package/lib-es/data/evm/1088/index.d.ts.map +1 -1
  449. package/lib-es/data/evm/1088/index.js +4 -3
  450. package/lib-es/data/evm/1088/index.js.map +1 -1
  451. package/lib-es/data/evm/1101/erc20-hash.json +1 -0
  452. package/lib-es/data/evm/1101/erc20-signatures-hash.json +1 -0
  453. package/lib-es/data/evm/1101/index.d.ts +4 -5
  454. package/lib-es/data/evm/1101/index.d.ts.map +1 -1
  455. package/lib-es/data/evm/1101/index.js +4 -3
  456. package/lib-es/data/evm/1101/index.js.map +1 -1
  457. package/lib-es/data/evm/11155111/erc20-hash.json +1 -0
  458. package/lib-es/data/evm/11155111/erc20-signatures-hash.json +1 -0
  459. package/lib-es/data/evm/11155111/index.d.ts +4 -5
  460. package/lib-es/data/evm/11155111/index.d.ts.map +1 -1
  461. package/lib-es/data/evm/11155111/index.js +4 -3
  462. package/lib-es/data/evm/11155111/index.js.map +1 -1
  463. package/lib-es/data/evm/1284/erc20-hash.json +1 -0
  464. package/lib-es/data/evm/1284/erc20-signatures-hash.json +1 -0
  465. package/lib-es/data/evm/1284/index.d.ts +4 -5
  466. package/lib-es/data/evm/1284/index.d.ts.map +1 -1
  467. package/lib-es/data/evm/1284/index.js +4 -3
  468. package/lib-es/data/evm/1284/index.js.map +1 -1
  469. package/lib-es/data/evm/137/erc20-hash.json +1 -0
  470. package/lib-es/data/evm/137/erc20-signatures-hash.json +1 -0
  471. package/lib-es/data/evm/137/index.d.ts +4 -5
  472. package/lib-es/data/evm/137/index.d.ts.map +1 -1
  473. package/lib-es/data/evm/137/index.js +4 -3
  474. package/lib-es/data/evm/137/index.js.map +1 -1
  475. package/lib-es/data/evm/1442/erc20-hash.json +1 -0
  476. package/lib-es/data/evm/1442/erc20-signatures-hash.json +1 -0
  477. package/lib-es/data/evm/1442/index.d.ts +4 -5
  478. package/lib-es/data/evm/1442/index.d.ts.map +1 -1
  479. package/lib-es/data/evm/1442/index.js +4 -3
  480. package/lib-es/data/evm/1442/index.js.map +1 -1
  481. package/lib-es/data/evm/199/erc20-hash.json +1 -0
  482. package/lib-es/data/evm/199/erc20-signatures-hash.json +1 -0
  483. package/lib-es/data/evm/199/index.d.ts +4 -5
  484. package/lib-es/data/evm/199/index.d.ts.map +1 -1
  485. package/lib-es/data/evm/199/index.js +4 -3
  486. package/lib-es/data/evm/199/index.js.map +1 -1
  487. package/lib-es/data/evm/245022934/erc20-hash.json +1 -0
  488. package/lib-es/data/evm/245022934/erc20-signatures-hash.json +1 -0
  489. package/lib-es/data/evm/245022934/index.d.ts +4 -5
  490. package/lib-es/data/evm/245022934/index.d.ts.map +1 -1
  491. package/lib-es/data/evm/245022934/index.js +4 -3
  492. package/lib-es/data/evm/245022934/index.js.map +1 -1
  493. package/lib-es/data/evm/246/erc20-hash.json +1 -0
  494. package/lib-es/data/evm/246/erc20-signatures-hash.json +1 -0
  495. package/lib-es/data/evm/246/index.d.ts +4 -5
  496. package/lib-es/data/evm/246/index.d.ts.map +1 -1
  497. package/lib-es/data/evm/246/index.js +4 -3
  498. package/lib-es/data/evm/246/index.js.map +1 -1
  499. package/lib-es/data/evm/25/erc20-hash.json +1 -0
  500. package/lib-es/data/evm/25/erc20-signatures-hash.json +1 -0
  501. package/lib-es/data/evm/25/index.d.ts +4 -5
  502. package/lib-es/data/evm/25/index.d.ts.map +1 -1
  503. package/lib-es/data/evm/25/index.js +4 -3
  504. package/lib-es/data/evm/25/index.js.map +1 -1
  505. package/lib-es/data/evm/250/erc20-hash.json +1 -0
  506. package/lib-es/data/evm/250/erc20-signatures-hash.json +1 -0
  507. package/lib-es/data/evm/250/index.d.ts +4 -5
  508. package/lib-es/data/evm/250/index.d.ts.map +1 -1
  509. package/lib-es/data/evm/250/index.js +4 -3
  510. package/lib-es/data/evm/250/index.js.map +1 -1
  511. package/lib-es/data/evm/3/erc20-hash.json +1 -0
  512. package/lib-es/data/evm/3/erc20-signatures-hash.json +1 -0
  513. package/lib-es/data/evm/3/index.d.ts +4 -5
  514. package/lib-es/data/evm/3/index.d.ts.map +1 -1
  515. package/lib-es/data/evm/3/index.js +4 -3
  516. package/lib-es/data/evm/3/index.js.map +1 -1
  517. package/lib-es/data/evm/30/erc20-hash.json +1 -0
  518. package/lib-es/data/evm/30/erc20-signatures-hash.json +1 -0
  519. package/lib-es/data/evm/30/index.d.ts +4 -5
  520. package/lib-es/data/evm/30/index.d.ts.map +1 -1
  521. package/lib-es/data/evm/30/index.js +4 -3
  522. package/lib-es/data/evm/30/index.js.map +1 -1
  523. package/lib-es/data/evm/40/erc20-hash.json +1 -0
  524. package/lib-es/data/evm/40/erc20-signatures-hash.json +1 -0
  525. package/lib-es/data/evm/40/index.d.ts +4 -5
  526. package/lib-es/data/evm/40/index.d.ts.map +1 -1
  527. package/lib-es/data/evm/40/index.js +4 -3
  528. package/lib-es/data/evm/40/index.js.map +1 -1
  529. package/lib-es/data/evm/420/erc20-hash.json +1 -0
  530. package/lib-es/data/evm/420/erc20-signatures-hash.json +1 -0
  531. package/lib-es/data/evm/420/index.d.ts +4 -5
  532. package/lib-es/data/evm/420/index.d.ts.map +1 -1
  533. package/lib-es/data/evm/420/index.js +4 -3
  534. package/lib-es/data/evm/420/index.js.map +1 -1
  535. package/lib-es/data/evm/42161/erc20-hash.json +1 -0
  536. package/lib-es/data/evm/42161/erc20-signatures-hash.json +1 -0
  537. package/lib-es/data/evm/42161/index.d.ts +4 -5
  538. package/lib-es/data/evm/42161/index.d.ts.map +1 -1
  539. package/lib-es/data/evm/42161/index.js +4 -3
  540. package/lib-es/data/evm/42161/index.js.map +1 -1
  541. package/lib-es/data/evm/43114/erc20-hash.json +1 -0
  542. package/lib-es/data/evm/43114/erc20-signatures-hash.json +1 -0
  543. package/lib-es/data/evm/43114/index.d.ts +4 -5
  544. package/lib-es/data/evm/43114/index.d.ts.map +1 -1
  545. package/lib-es/data/evm/43114/index.js +4 -3
  546. package/lib-es/data/evm/43114/index.js.map +1 -1
  547. package/lib-es/data/evm/5/erc20-hash.json +1 -0
  548. package/lib-es/data/evm/5/erc20-signatures-hash.json +1 -0
  549. package/lib-es/data/evm/5/index.d.ts +4 -5
  550. package/lib-es/data/evm/5/index.d.ts.map +1 -1
  551. package/lib-es/data/evm/5/index.js +4 -3
  552. package/lib-es/data/evm/5/index.js.map +1 -1
  553. package/lib-es/data/evm/56/erc20-hash.json +1 -0
  554. package/lib-es/data/evm/56/erc20-signatures-hash.json +1 -0
  555. package/lib-es/data/evm/56/index.d.ts +4 -5
  556. package/lib-es/data/evm/56/index.d.ts.map +1 -1
  557. package/lib-es/data/evm/56/index.js +4 -3
  558. package/lib-es/data/evm/56/index.js.map +1 -1
  559. package/lib-es/data/evm/57/erc20-hash.json +1 -0
  560. package/lib-es/data/evm/57/erc20-signatures-hash.json +1 -0
  561. package/lib-es/data/evm/57/index.d.ts +4 -5
  562. package/lib-es/data/evm/57/index.d.ts.map +1 -1
  563. package/lib-es/data/evm/57/index.js +4 -3
  564. package/lib-es/data/evm/57/index.js.map +1 -1
  565. package/lib-es/data/evm/59144/erc20-hash.json +1 -0
  566. package/lib-es/data/evm/59144/erc20-signatures-hash.json +1 -0
  567. package/lib-es/data/evm/59144/index.d.ts +4 -5
  568. package/lib-es/data/evm/59144/index.d.ts.map +1 -1
  569. package/lib-es/data/evm/59144/index.js +4 -3
  570. package/lib-es/data/evm/59144/index.js.map +1 -1
  571. package/lib-es/data/evm/592/erc20-hash.json +1 -0
  572. package/lib-es/data/evm/592/erc20-signatures-hash.json +1 -0
  573. package/lib-es/data/evm/592/index.d.ts +4 -5
  574. package/lib-es/data/evm/592/index.d.ts.map +1 -1
  575. package/lib-es/data/evm/592/index.js +4 -3
  576. package/lib-es/data/evm/592/index.js.map +1 -1
  577. package/lib-es/data/evm/8217/erc20-hash.json +1 -0
  578. package/lib-es/data/evm/8217/erc20-signatures-hash.json +1 -0
  579. package/lib-es/data/evm/8217/index.d.ts +4 -5
  580. package/lib-es/data/evm/8217/index.d.ts.map +1 -1
  581. package/lib-es/data/evm/8217/index.js +4 -3
  582. package/lib-es/data/evm/8217/index.js.map +1 -1
  583. package/lib-es/data/evm/8453/erc20-hash.json +1 -0
  584. package/lib-es/data/evm/8453/erc20-signatures-hash.json +1 -0
  585. package/lib-es/data/evm/8453/index.d.ts +4 -5
  586. package/lib-es/data/evm/8453/index.d.ts.map +1 -1
  587. package/lib-es/data/evm/8453/index.js +4 -3
  588. package/lib-es/data/evm/8453/index.js.map +1 -1
  589. package/lib-es/data/evm/index.d.ts +116 -0
  590. package/lib-es/data/evm/index.d.ts.map +1 -1
  591. package/lib-es/data/evm/index.js +114 -0
  592. package/lib-es/data/evm/index.js.map +1 -1
  593. package/lib-es/data/exchange/bep20-hash.json +1 -0
  594. package/lib-es/data/exchange/bep20.d.ts +1 -0
  595. package/lib-es/data/exchange/bep20.d.ts.map +1 -1
  596. package/lib-es/data/exchange/bep20.js +1 -0
  597. package/lib-es/data/exchange/bep20.js.map +1 -1
  598. package/lib-es/data/exchange/coin-hash.json +1 -0
  599. package/lib-es/data/exchange/coins.d.ts +1 -0
  600. package/lib-es/data/exchange/coins.d.ts.map +1 -1
  601. package/lib-es/data/exchange/coins.js +1 -0
  602. package/lib-es/data/exchange/coins.js.map +1 -1
  603. package/lib-es/data/exchange/erc20-hash.json +1 -0
  604. package/lib-es/data/exchange/erc20.d.ts +1 -0
  605. package/lib-es/data/exchange/erc20.d.ts.map +1 -1
  606. package/lib-es/data/exchange/erc20.js +1 -0
  607. package/lib-es/data/exchange/erc20.js.map +1 -1
  608. package/lib-es/data/polygon-erc20-hash.json +1 -0
  609. package/lib-es/data/polygon-erc20.d.ts +1 -0
  610. package/lib-es/data/polygon-erc20.d.ts.map +1 -1
  611. package/lib-es/data/polygon-erc20.js +1 -0
  612. package/lib-es/data/polygon-erc20.js.map +1 -1
  613. package/lib-es/data/spl-hash.json +1 -0
  614. package/lib-es/data/spl.d.ts +1 -0
  615. package/lib-es/data/spl.d.ts.map +1 -1
  616. package/lib-es/data/spl.js +1 -0
  617. package/lib-es/data/spl.js.map +1 -1
  618. package/lib-es/data/stellar-hash.json +1 -0
  619. package/lib-es/data/stellar.d.ts +1 -0
  620. package/lib-es/data/stellar.d.ts.map +1 -1
  621. package/lib-es/data/stellar.js +1 -0
  622. package/lib-es/data/stellar.js.map +1 -1
  623. package/lib-es/data/trc20-hash.json +1 -0
  624. package/lib-es/data/trc20.d.ts +1 -0
  625. package/lib-es/data/trc20.d.ts.map +1 -1
  626. package/lib-es/data/trc20.js +1 -0
  627. package/lib-es/data/trc20.js.map +1 -1
  628. package/package.json +2 -2
  629. package/src/crypto-assets-importer/exchange/bep20.ts +7 -1
  630. package/src/crypto-assets-importer/exchange/coins.ts +7 -1
  631. package/src/crypto-assets-importer/exchange/erc20.ts +7 -1
  632. package/src/crypto-assets-importer/fetch/fetch.test.ts +5 -2
  633. package/src/crypto-assets-importer/fetch/index.ts +3 -3
  634. package/src/crypto-assets-importer/importers/asa/asa.test.ts +7 -2
  635. package/src/crypto-assets-importer/importers/asa/index.ts +7 -1
  636. package/src/crypto-assets-importer/importers/bep20/bep20.test.ts +7 -2
  637. package/src/crypto-assets-importer/importers/bep20/index.ts +8 -3
  638. package/src/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.ts +11 -2
  639. package/src/crypto-assets-importer/importers/cardanoNative/index.ts +9 -2
  640. package/src/crypto-assets-importer/importers/eip712/eip712.test.ts +9 -3
  641. package/src/crypto-assets-importer/importers/eip712/index.ts +9 -2
  642. package/src/crypto-assets-importer/importers/erc20/erc20.test.ts +7 -2
  643. package/src/crypto-assets-importer/importers/erc20/index.ts +6 -1
  644. package/src/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.ts +15 -3
  645. package/src/crypto-assets-importer/importers/erc20-signature/index.ts +11 -2
  646. package/src/crypto-assets-importer/importers/esdt/esdt.test.ts +7 -2
  647. package/src/crypto-assets-importer/importers/esdt/index.ts +7 -1
  648. package/src/crypto-assets-importer/importers/evm/evm.test.ts +17 -7
  649. package/src/crypto-assets-importer/importers/evm/index.ts +66 -6
  650. package/src/crypto-assets-importer/importers/polygon/index.ts +6 -1
  651. package/src/crypto-assets-importer/importers/polygon/polygon.test.ts +11 -2
  652. package/src/crypto-assets-importer/importers/spl/index.ts +6 -1
  653. package/src/crypto-assets-importer/importers/spl/spl.test.ts +7 -2
  654. package/src/crypto-assets-importer/importers/stellar/index.ts +7 -1
  655. package/src/crypto-assets-importer/importers/stellar/stellar.test.ts +7 -2
  656. package/src/crypto-assets-importer/importers/trc20/index.ts +7 -1
  657. package/src/crypto-assets-importer/importers/trc20/trc20.test.ts +7 -2
  658. package/src/data/asa-hash.json +1 -0
  659. package/src/data/asa.ts +2 -0
  660. package/src/data/bep20-hash.json +1 -0
  661. package/src/data/bep20.ts +2 -0
  662. package/src/data/cardanoNative-hash.json +1 -0
  663. package/src/data/cardanoNative.ts +2 -0
  664. package/src/data/eip712-hash.json +1 -0
  665. package/src/data/eip712.ts +3 -2040
  666. package/src/data/erc20-hash.json +1 -0
  667. package/src/data/erc20-signatures-hash.json +1 -0
  668. package/src/data/erc20-signatures.ts +5 -1
  669. package/src/data/erc20.ts +2 -0
  670. package/src/data/esdt-hash.json +1 -0
  671. package/src/data/esdt.ts +2 -0
  672. package/src/data/evm/1/erc20-hash.json +1 -0
  673. package/src/data/evm/1/erc20-signatures-hash.json +1 -0
  674. package/src/data/evm/1/index.ts +4 -4
  675. package/src/data/evm/10/erc20-hash.json +1 -0
  676. package/src/data/evm/10/erc20-signatures-hash.json +1 -0
  677. package/src/data/evm/10/index.ts +4 -4
  678. package/src/data/evm/106/erc20-hash.json +1 -0
  679. package/src/data/evm/106/erc20-signatures-hash.json +1 -0
  680. package/src/data/evm/106/index.ts +4 -4
  681. package/src/data/evm/1088/erc20-hash.json +1 -0
  682. package/src/data/evm/1088/erc20-signatures-hash.json +1 -0
  683. package/src/data/evm/1088/index.ts +4 -4
  684. package/src/data/evm/1101/erc20-hash.json +1 -0
  685. package/src/data/evm/1101/erc20-signatures-hash.json +1 -0
  686. package/src/data/evm/1101/index.ts +4 -4
  687. package/src/data/evm/11155111/erc20-hash.json +1 -0
  688. package/src/data/evm/11155111/erc20-signatures-hash.json +1 -0
  689. package/src/data/evm/11155111/index.ts +4 -4
  690. package/src/data/evm/1284/erc20-hash.json +1 -0
  691. package/src/data/evm/1284/erc20-signatures-hash.json +1 -0
  692. package/src/data/evm/1284/index.ts +4 -4
  693. package/src/data/evm/137/erc20-hash.json +1 -0
  694. package/src/data/evm/137/erc20-signatures-hash.json +1 -0
  695. package/src/data/evm/137/index.ts +4 -4
  696. package/src/data/evm/1442/erc20-hash.json +1 -0
  697. package/src/data/evm/1442/erc20-signatures-hash.json +1 -0
  698. package/src/data/evm/1442/index.ts +4 -4
  699. package/src/data/evm/199/erc20-hash.json +1 -0
  700. package/src/data/evm/199/erc20-signatures-hash.json +1 -0
  701. package/src/data/evm/199/index.ts +4 -4
  702. package/src/data/evm/245022934/erc20-hash.json +1 -0
  703. package/src/data/evm/245022934/erc20-signatures-hash.json +1 -0
  704. package/src/data/evm/245022934/index.ts +4 -4
  705. package/src/data/evm/246/erc20-hash.json +1 -0
  706. package/src/data/evm/246/erc20-signatures-hash.json +1 -0
  707. package/src/data/evm/246/index.ts +4 -4
  708. package/src/data/evm/25/erc20-hash.json +1 -0
  709. package/src/data/evm/25/erc20-signatures-hash.json +1 -0
  710. package/src/data/evm/25/index.ts +4 -4
  711. package/src/data/evm/250/erc20-hash.json +1 -0
  712. package/src/data/evm/250/erc20-signatures-hash.json +1 -0
  713. package/src/data/evm/250/index.ts +4 -4
  714. package/src/data/evm/3/erc20-hash.json +1 -0
  715. package/src/data/evm/3/erc20-signatures-hash.json +1 -0
  716. package/src/data/evm/3/index.ts +4 -4
  717. package/src/data/evm/30/erc20-hash.json +1 -0
  718. package/src/data/evm/30/erc20-signatures-hash.json +1 -0
  719. package/src/data/evm/30/index.ts +4 -4
  720. package/src/data/evm/40/erc20-hash.json +1 -0
  721. package/src/data/evm/40/erc20-signatures-hash.json +1 -0
  722. package/src/data/evm/40/index.ts +4 -4
  723. package/src/data/evm/420/erc20-hash.json +1 -0
  724. package/src/data/evm/420/erc20-signatures-hash.json +1 -0
  725. package/src/data/evm/420/index.ts +4 -4
  726. package/src/data/evm/42161/erc20-hash.json +1 -0
  727. package/src/data/evm/42161/erc20-signatures-hash.json +1 -0
  728. package/src/data/evm/42161/index.ts +4 -4
  729. package/src/data/evm/43114/erc20-hash.json +1 -0
  730. package/src/data/evm/43114/erc20-signatures-hash.json +1 -0
  731. package/src/data/evm/43114/index.ts +4 -4
  732. package/src/data/evm/5/erc20-hash.json +1 -0
  733. package/src/data/evm/5/erc20-signatures-hash.json +1 -0
  734. package/src/data/evm/5/index.ts +4 -4
  735. package/src/data/evm/56/erc20-hash.json +1 -0
  736. package/src/data/evm/56/erc20-signatures-hash.json +1 -0
  737. package/src/data/evm/56/index.ts +4 -4
  738. package/src/data/evm/57/erc20-hash.json +1 -0
  739. package/src/data/evm/57/erc20-signatures-hash.json +1 -0
  740. package/src/data/evm/57/index.ts +4 -4
  741. package/src/data/evm/59144/erc20-hash.json +1 -0
  742. package/src/data/evm/59144/erc20-signatures-hash.json +1 -0
  743. package/src/data/evm/59144/index.ts +4 -4
  744. package/src/data/evm/592/erc20-hash.json +1 -0
  745. package/src/data/evm/592/erc20-signatures-hash.json +1 -0
  746. package/src/data/evm/592/index.ts +4 -4
  747. package/src/data/evm/8217/erc20-hash.json +1 -0
  748. package/src/data/evm/8217/erc20-signatures-hash.json +1 -0
  749. package/src/data/evm/8217/index.ts +4 -4
  750. package/src/data/evm/8453/erc20-hash.json +1 -0
  751. package/src/data/evm/8453/erc20-signatures-hash.json +1 -0
  752. package/src/data/evm/8453/index.ts +4 -4
  753. package/src/data/evm/index.ts +118 -0
  754. package/src/data/exchange/bep20-hash.json +1 -0
  755. package/src/data/exchange/bep20.ts +2 -0
  756. package/src/data/exchange/coin-hash.json +1 -0
  757. package/src/data/exchange/coins.ts +2 -0
  758. package/src/data/exchange/erc20-hash.json +1 -0
  759. package/src/data/exchange/erc20.ts +2 -0
  760. package/src/data/polygon-erc20-hash.json +1 -0
  761. package/src/data/polygon-erc20.ts +2 -0
  762. package/src/data/spl-hash.json +1 -0
  763. package/src/data/spl.ts +2 -0
  764. package/src/data/stellar-hash.json +1 -0
  765. package/src/data/stellar.ts +2 -0
  766. package/src/data/trc20-hash.json +1 -0
  767. package/src/data/trc20.ts +2 -0
@@ -3,7 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const erc20_json_1 = __importDefault(require("./erc20.json"));
7
- const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
8
- exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
6
+ exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
7
+ var erc20_json_1 = require("./erc20.json");
8
+ Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
9
+ var erc20_signatures_json_1 = require("./erc20-signatures.json");
10
+ Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
11
+ var erc20_hash_json_1 = require("./erc20-hash.json");
12
+ Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
13
+ var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
14
+ Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
9
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/56/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/56/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
@@ -0,0 +1 @@
1
+ "\"67ea13a6f2d9dce78ba7d491f44da294\""
@@ -0,0 +1 @@
1
+ "\"a63db57302a0bd2574889f564debc95c\""
@@ -1,6 +1,5 @@
1
- declare const _default: {
2
- tokens: (string | number | boolean | null)[][];
3
- signatures: string;
4
- };
5
- export default _default;
1
+ export { default as tokens } from "./erc20.json";
2
+ export { default as signatures } from "./erc20-signatures.json";
3
+ export { default as hash } from "./erc20-hash.json";
4
+ export { default as signaturesHash } from "./erc20-signatures-hash.json";
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":";;;;AAGA,wBAAsC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
@@ -3,7 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const erc20_json_1 = __importDefault(require("./erc20.json"));
7
- const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
8
- exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
6
+ exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
7
+ var erc20_json_1 = require("./erc20.json");
8
+ Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
9
+ var erc20_signatures_json_1 = require("./erc20-signatures.json");
10
+ Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
11
+ var erc20_hash_json_1 = require("./erc20-hash.json");
12
+ Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
13
+ var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
14
+ Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
9
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
@@ -0,0 +1 @@
1
+ "\"0a96e8160990711bda82b818666fa73d\""
@@ -0,0 +1 @@
1
+ "\"143aa56e8ded1aaa6024acacc07a1c2e\""
@@ -1,6 +1,5 @@
1
- declare const _default: {
2
- tokens: (string | number | boolean | null)[][];
3
- signatures: string;
4
- };
5
- export default _default;
1
+ export { default as tokens } from "./erc20.json";
2
+ export { default as signatures } from "./erc20-signatures.json";
3
+ export { default as hash } from "./erc20-hash.json";
4
+ export { default as signaturesHash } from "./erc20-signatures-hash.json";
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":";;;;AAGA,wBAAsC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
@@ -3,7 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const erc20_json_1 = __importDefault(require("./erc20.json"));
7
- const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
8
- exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
6
+ exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
7
+ var erc20_json_1 = require("./erc20.json");
8
+ Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
9
+ var erc20_signatures_json_1 = require("./erc20-signatures.json");
10
+ Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
11
+ var erc20_hash_json_1 = require("./erc20-hash.json");
12
+ Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
13
+ var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
14
+ Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
9
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
@@ -0,0 +1 @@
1
+ "\"5f29e1c0afe8281de8b984b3c43b240f\""
@@ -0,0 +1 @@
1
+ "\"aa5634a6c2c085101fb7b1529cc24f64\""
@@ -1,6 +1,5 @@
1
- declare const _default: {
2
- tokens: (string | number | boolean | null)[][];
3
- signatures: string;
4
- };
5
- export default _default;
1
+ export { default as tokens } from "./erc20.json";
2
+ export { default as signatures } from "./erc20-signatures.json";
3
+ export { default as hash } from "./erc20-hash.json";
4
+ export { default as signaturesHash } from "./erc20-signatures-hash.json";
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":";;;;AAGA,wBAAsC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
@@ -3,7 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const erc20_json_1 = __importDefault(require("./erc20.json"));
7
- const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
8
- exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
6
+ exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
7
+ var erc20_json_1 = require("./erc20.json");
8
+ Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
9
+ var erc20_signatures_json_1 = require("./erc20-signatures.json");
10
+ Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
11
+ var erc20_hash_json_1 = require("./erc20-hash.json");
12
+ Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
13
+ var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
14
+ Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
9
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
@@ -0,0 +1 @@
1
+ "\"46ba5932c8b9a8f93411f3ea3c61ee00\""
@@ -0,0 +1 @@
1
+ "\"53f328762118f1ee121207aab31405b6\""
@@ -1,6 +1,5 @@
1
- declare const _default: {
2
- tokens: (string | number | boolean | null)[][];
3
- signatures: string;
4
- };
5
- export default _default;
1
+ export { default as tokens } from "./erc20.json";
2
+ export { default as signatures } from "./erc20-signatures.json";
3
+ export { default as hash } from "./erc20-hash.json";
4
+ export { default as signaturesHash } from "./erc20-signatures-hash.json";
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":";;;;AAGA,wBAAsC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
@@ -3,7 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const erc20_json_1 = __importDefault(require("./erc20.json"));
7
- const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
8
- exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
6
+ exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
7
+ var erc20_json_1 = require("./erc20.json");
8
+ Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
9
+ var erc20_signatures_json_1 = require("./erc20-signatures.json");
10
+ Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
11
+ var erc20_hash_json_1 = require("./erc20-hash.json");
12
+ Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
13
+ var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
14
+ Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
9
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
@@ -0,0 +1 @@
1
+ "\"91aee165a518b980ac276f12f2254892\""
@@ -0,0 +1 @@
1
+ "\"dae77981d5c4e0406f581f8f5afe813d\""
@@ -1,6 +1,5 @@
1
- declare const _default: {
2
- tokens: (string | number | boolean | null)[][];
3
- signatures: string;
4
- };
5
- export default _default;
1
+ export { default as tokens } from "./erc20.json";
2
+ export { default as signatures } from "./erc20-signatures.json";
3
+ export { default as hash } from "./erc20-hash.json";
4
+ export { default as signaturesHash } from "./erc20-signatures-hash.json";
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":";;;;AAGA,wBAAsC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
@@ -3,7 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const erc20_json_1 = __importDefault(require("./erc20.json"));
7
- const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
8
- exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
6
+ exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
7
+ var erc20_json_1 = require("./erc20.json");
8
+ Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
9
+ var erc20_signatures_json_1 = require("./erc20-signatures.json");
10
+ Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
11
+ var erc20_hash_json_1 = require("./erc20-hash.json");
12
+ Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
13
+ var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
14
+ Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
9
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
@@ -56,6 +56,64 @@ export declare const signatures: {
56
56
  11155111: string;
57
57
  245022934: string;
58
58
  };
59
+ export declare const hashes: {
60
+ 1: string;
61
+ 3: string;
62
+ 5: string;
63
+ 10: string;
64
+ 25: string;
65
+ 30: string;
66
+ 40: string;
67
+ 56: string;
68
+ 57: string;
69
+ 106: string;
70
+ 137: string;
71
+ 199: string;
72
+ 246: string;
73
+ 250: string;
74
+ 420: string;
75
+ 592: string;
76
+ 1088: string;
77
+ 1101: string;
78
+ 1284: string;
79
+ 1442: string;
80
+ 8217: string;
81
+ 8453: string;
82
+ 42161: string;
83
+ 43114: string;
84
+ 59144: string;
85
+ 11155111: string;
86
+ 245022934: string;
87
+ };
88
+ export declare const signatureHashes: {
89
+ 1: string;
90
+ 3: string;
91
+ 5: string;
92
+ 10: string;
93
+ 25: string;
94
+ 30: string;
95
+ 40: string;
96
+ 56: string;
97
+ 57: string;
98
+ 106: string;
99
+ 137: string;
100
+ 199: string;
101
+ 246: string;
102
+ 250: string;
103
+ 420: string;
104
+ 592: string;
105
+ 1088: string;
106
+ 1101: string;
107
+ 1284: string;
108
+ 1442: string;
109
+ 8217: string;
110
+ 8453: string;
111
+ 42161: string;
112
+ 43114: string;
113
+ 59144: string;
114
+ 11155111: string;
115
+ 245022934: string;
116
+ };
59
117
  declare const _default: {
60
118
  tokens: {
61
119
  1: (string | number | boolean | null)[][];
@@ -115,6 +173,64 @@ declare const _default: {
115
173
  11155111: string;
116
174
  245022934: string;
117
175
  };
176
+ hashes: {
177
+ 1: string;
178
+ 3: string;
179
+ 5: string;
180
+ 10: string;
181
+ 25: string;
182
+ 30: string;
183
+ 40: string;
184
+ 56: string;
185
+ 57: string;
186
+ 106: string;
187
+ 137: string;
188
+ 199: string;
189
+ 246: string;
190
+ 250: string;
191
+ 420: string;
192
+ 592: string;
193
+ 1088: string;
194
+ 1101: string;
195
+ 1284: string;
196
+ 1442: string;
197
+ 8217: string;
198
+ 8453: string;
199
+ 42161: string;
200
+ 43114: string;
201
+ 59144: string;
202
+ 11155111: string;
203
+ 245022934: string;
204
+ };
205
+ signatureHashes: {
206
+ 1: string;
207
+ 3: string;
208
+ 5: string;
209
+ 10: string;
210
+ 25: string;
211
+ 30: string;
212
+ 40: string;
213
+ 56: string;
214
+ 57: string;
215
+ 106: string;
216
+ 137: string;
217
+ 199: string;
218
+ 246: string;
219
+ 250: string;
220
+ 420: string;
221
+ 592: string;
222
+ 1088: string;
223
+ 1101: string;
224
+ 1284: string;
225
+ 1442: string;
226
+ 8217: string;
227
+ 8453: string;
228
+ 42161: string;
229
+ 43114: string;
230
+ 59144: string;
231
+ 11155111: string;
232
+ 245022934: string;
233
+ };
118
234
  };
119
235
  export default _default;
120
236
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":"AAwDA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BlB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAGE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":"AAgHA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BlB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BlB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B3B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAKE"}
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.signatures = exports.tokens = void 0;
6
+ exports.signatureHashes = exports.hashes = exports.signatures = exports.tokens = void 0;
7
7
  const erc20_json_1 = __importDefault(require("./1/erc20.json"));
8
8
  const erc20_json_2 = __importDefault(require("./3/erc20.json"));
9
9
  const erc20_json_3 = __importDefault(require("./5/erc20.json"));
@@ -31,6 +31,33 @@ const erc20_json_24 = __importDefault(require("./43114/erc20.json"));
31
31
  const erc20_json_25 = __importDefault(require("./59144/erc20.json"));
32
32
  const erc20_json_26 = __importDefault(require("./11155111/erc20.json"));
33
33
  const erc20_json_27 = __importDefault(require("./245022934/erc20.json"));
34
+ const erc20_hash_json_1 = __importDefault(require("./1/erc20-hash.json"));
35
+ const erc20_hash_json_2 = __importDefault(require("./3/erc20-hash.json"));
36
+ const erc20_hash_json_3 = __importDefault(require("./5/erc20-hash.json"));
37
+ const erc20_hash_json_4 = __importDefault(require("./10/erc20-hash.json"));
38
+ const erc20_hash_json_5 = __importDefault(require("./25/erc20-hash.json"));
39
+ const erc20_hash_json_6 = __importDefault(require("./30/erc20-hash.json"));
40
+ const erc20_hash_json_7 = __importDefault(require("./40/erc20-hash.json"));
41
+ const erc20_hash_json_8 = __importDefault(require("./56/erc20-hash.json"));
42
+ const erc20_hash_json_9 = __importDefault(require("./57/erc20-hash.json"));
43
+ const erc20_hash_json_10 = __importDefault(require("./106/erc20-hash.json"));
44
+ const erc20_hash_json_11 = __importDefault(require("./137/erc20-hash.json"));
45
+ const erc20_hash_json_12 = __importDefault(require("./199/erc20-hash.json"));
46
+ const erc20_hash_json_13 = __importDefault(require("./246/erc20-hash.json"));
47
+ const erc20_hash_json_14 = __importDefault(require("./250/erc20-hash.json"));
48
+ const erc20_hash_json_15 = __importDefault(require("./420/erc20-hash.json"));
49
+ const erc20_hash_json_16 = __importDefault(require("./592/erc20-hash.json"));
50
+ const erc20_hash_json_17 = __importDefault(require("./1088/erc20-hash.json"));
51
+ const erc20_hash_json_18 = __importDefault(require("./1101/erc20-hash.json"));
52
+ const erc20_hash_json_19 = __importDefault(require("./1284/erc20-hash.json"));
53
+ const erc20_hash_json_20 = __importDefault(require("./1442/erc20-hash.json"));
54
+ const erc20_hash_json_21 = __importDefault(require("./8217/erc20-hash.json"));
55
+ const erc20_hash_json_22 = __importDefault(require("./8453/erc20-hash.json"));
56
+ const erc20_hash_json_23 = __importDefault(require("./42161/erc20-hash.json"));
57
+ const erc20_hash_json_24 = __importDefault(require("./43114/erc20-hash.json"));
58
+ const erc20_hash_json_25 = __importDefault(require("./59144/erc20-hash.json"));
59
+ const erc20_hash_json_26 = __importDefault(require("./11155111/erc20-hash.json"));
60
+ const erc20_hash_json_27 = __importDefault(require("./245022934/erc20-hash.json"));
34
61
  const erc20_signatures_json_1 = __importDefault(require("./1/erc20-signatures.json"));
35
62
  const erc20_signatures_json_2 = __importDefault(require("./3/erc20-signatures.json"));
36
63
  const erc20_signatures_json_3 = __importDefault(require("./5/erc20-signatures.json"));
@@ -58,6 +85,33 @@ const erc20_signatures_json_24 = __importDefault(require("./43114/erc20-signatur
58
85
  const erc20_signatures_json_25 = __importDefault(require("./59144/erc20-signatures.json"));
59
86
  const erc20_signatures_json_26 = __importDefault(require("./11155111/erc20-signatures.json"));
60
87
  const erc20_signatures_json_27 = __importDefault(require("./245022934/erc20-signatures.json"));
88
+ const erc20_signatures_hash_json_1 = __importDefault(require("./1/erc20-signatures-hash.json"));
89
+ const erc20_signatures_hash_json_2 = __importDefault(require("./3/erc20-signatures-hash.json"));
90
+ const erc20_signatures_hash_json_3 = __importDefault(require("./5/erc20-signatures-hash.json"));
91
+ const erc20_signatures_hash_json_4 = __importDefault(require("./10/erc20-signatures-hash.json"));
92
+ const erc20_signatures_hash_json_5 = __importDefault(require("./25/erc20-signatures-hash.json"));
93
+ const erc20_signatures_hash_json_6 = __importDefault(require("./30/erc20-signatures-hash.json"));
94
+ const erc20_signatures_hash_json_7 = __importDefault(require("./40/erc20-signatures-hash.json"));
95
+ const erc20_signatures_hash_json_8 = __importDefault(require("./56/erc20-signatures-hash.json"));
96
+ const erc20_signatures_hash_json_9 = __importDefault(require("./57/erc20-signatures-hash.json"));
97
+ const erc20_signatures_hash_json_10 = __importDefault(require("./106/erc20-signatures-hash.json"));
98
+ const erc20_signatures_hash_json_11 = __importDefault(require("./137/erc20-signatures-hash.json"));
99
+ const erc20_signatures_hash_json_12 = __importDefault(require("./199/erc20-signatures-hash.json"));
100
+ const erc20_signatures_hash_json_13 = __importDefault(require("./246/erc20-signatures-hash.json"));
101
+ const erc20_signatures_hash_json_14 = __importDefault(require("./250/erc20-signatures-hash.json"));
102
+ const erc20_signatures_hash_json_15 = __importDefault(require("./420/erc20-signatures-hash.json"));
103
+ const erc20_signatures_hash_json_16 = __importDefault(require("./592/erc20-signatures-hash.json"));
104
+ const erc20_signatures_hash_json_17 = __importDefault(require("./1088/erc20-signatures-hash.json"));
105
+ const erc20_signatures_hash_json_18 = __importDefault(require("./1101/erc20-signatures-hash.json"));
106
+ const erc20_signatures_hash_json_19 = __importDefault(require("./1284/erc20-signatures-hash.json"));
107
+ const erc20_signatures_hash_json_20 = __importDefault(require("./1442/erc20-signatures-hash.json"));
108
+ const erc20_signatures_hash_json_21 = __importDefault(require("./8217/erc20-signatures-hash.json"));
109
+ const erc20_signatures_hash_json_22 = __importDefault(require("./8453/erc20-signatures-hash.json"));
110
+ const erc20_signatures_hash_json_23 = __importDefault(require("./42161/erc20-signatures-hash.json"));
111
+ const erc20_signatures_hash_json_24 = __importDefault(require("./43114/erc20-signatures-hash.json"));
112
+ const erc20_signatures_hash_json_25 = __importDefault(require("./59144/erc20-signatures-hash.json"));
113
+ const erc20_signatures_hash_json_26 = __importDefault(require("./11155111/erc20-signatures-hash.json"));
114
+ const erc20_signatures_hash_json_27 = __importDefault(require("./245022934/erc20-signatures-hash.json"));
61
115
  exports.tokens = {
62
116
  1: erc20_json_1.default,
63
117
  3: erc20_json_2.default,
@@ -116,8 +170,68 @@ exports.signatures = {
116
170
  11155111: erc20_signatures_json_26.default,
117
171
  245022934: erc20_signatures_json_27.default,
118
172
  };
173
+ exports.hashes = {
174
+ 1: erc20_hash_json_1.default,
175
+ 3: erc20_hash_json_2.default,
176
+ 5: erc20_hash_json_3.default,
177
+ 10: erc20_hash_json_4.default,
178
+ 25: erc20_hash_json_5.default,
179
+ 30: erc20_hash_json_6.default,
180
+ 40: erc20_hash_json_7.default,
181
+ 56: erc20_hash_json_8.default,
182
+ 57: erc20_hash_json_9.default,
183
+ 106: erc20_hash_json_10.default,
184
+ 137: erc20_hash_json_11.default,
185
+ 199: erc20_hash_json_12.default,
186
+ 246: erc20_hash_json_13.default,
187
+ 250: erc20_hash_json_14.default,
188
+ 420: erc20_hash_json_15.default,
189
+ 592: erc20_hash_json_16.default,
190
+ 1088: erc20_hash_json_17.default,
191
+ 1101: erc20_hash_json_18.default,
192
+ 1284: erc20_hash_json_19.default,
193
+ 1442: erc20_hash_json_20.default,
194
+ 8217: erc20_hash_json_21.default,
195
+ 8453: erc20_hash_json_22.default,
196
+ 42161: erc20_hash_json_23.default,
197
+ 43114: erc20_hash_json_24.default,
198
+ 59144: erc20_hash_json_25.default,
199
+ 11155111: erc20_hash_json_26.default,
200
+ 245022934: erc20_hash_json_27.default,
201
+ };
202
+ exports.signatureHashes = {
203
+ 1: erc20_signatures_hash_json_1.default,
204
+ 3: erc20_signatures_hash_json_2.default,
205
+ 5: erc20_signatures_hash_json_3.default,
206
+ 10: erc20_signatures_hash_json_4.default,
207
+ 25: erc20_signatures_hash_json_5.default,
208
+ 30: erc20_signatures_hash_json_6.default,
209
+ 40: erc20_signatures_hash_json_7.default,
210
+ 56: erc20_signatures_hash_json_8.default,
211
+ 57: erc20_signatures_hash_json_9.default,
212
+ 106: erc20_signatures_hash_json_10.default,
213
+ 137: erc20_signatures_hash_json_11.default,
214
+ 199: erc20_signatures_hash_json_12.default,
215
+ 246: erc20_signatures_hash_json_13.default,
216
+ 250: erc20_signatures_hash_json_14.default,
217
+ 420: erc20_signatures_hash_json_15.default,
218
+ 592: erc20_signatures_hash_json_16.default,
219
+ 1088: erc20_signatures_hash_json_17.default,
220
+ 1101: erc20_signatures_hash_json_18.default,
221
+ 1284: erc20_signatures_hash_json_19.default,
222
+ 1442: erc20_signatures_hash_json_20.default,
223
+ 8217: erc20_signatures_hash_json_21.default,
224
+ 8453: erc20_signatures_hash_json_22.default,
225
+ 42161: erc20_signatures_hash_json_23.default,
226
+ 43114: erc20_signatures_hash_json_24.default,
227
+ 59144: erc20_signatures_hash_json_25.default,
228
+ 11155111: erc20_signatures_hash_json_26.default,
229
+ 245022934: erc20_signatures_hash_json_27.default,
230
+ };
119
231
  exports.default = {
120
232
  tokens: exports.tokens,
121
233
  signatures: exports.signatures,
234
+ hashes: exports.hashes,
235
+ signatureHashes: exports.signatureHashes,
122
236
  };
123
237
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":";;;;;;AAAA,gEAA6C;AAC7C,gEAAqD;AACrD,gEAAoD;AACpD,iEAA8C;AAC9C,iEAA4C;AAC5C,iEAAyC;AACzC,iEAA+C;AAC/C,iEAAyC;AACzC,iEAA6C;AAC7C,mEAAgD;AAChD,mEAA8C;AAC9C,mEAAiD;AACjD,mEAAiD;AACjD,mEAA6C;AAC7C,mEAAsD;AACtD,mEAA4C;AAC5C,oEAA6C;AAC7C,oEAAsD;AACtD,oEAAgD;AAChD,oEAA8D;AAC9D,oEAA8C;AAC9C,oEAA4C;AAC5C,qEAAiD;AACjD,qEAA0D;AAC1D,qEAA8C;AAC9C,wEAA4D;AAC5D,yEAAqD;AAErD,sFAA4D;AAC5D,sFAAoE;AACpE,sFAAmE;AACnE,uFAA6D;AAC7D,uFAA2D;AAC3D,uFAAwD;AACxD,uFAA8D;AAC9D,uFAAwD;AACxD,uFAA4D;AAC5D,yFAA+D;AAC/D,yFAA6D;AAC7D,yFAAgE;AAChE,yFAAgE;AAChE,yFAA4D;AAC5D,yFAAqE;AACrE,yFAA2D;AAC3D,0FAA4D;AAC5D,0FAAqE;AACrE,0FAA+D;AAC/D,0FAA6E;AAC7E,0FAA6D;AAC7D,0FAA2D;AAC3D,2FAAgE;AAChE,2FAAyE;AACzE,2FAA6D;AAC7D,8FAA2E;AAC3E,+FAAoE;AAEvD,QAAA,MAAM,GAAG;IACpB,CAAC,EAAE,oBAAe;IAClB,CAAC,EAAE,oBAAuB;IAC1B,CAAC,EAAE,oBAAsB;IACzB,EAAE,EAAE,oBAAe;IACnB,EAAE,EAAE,oBAAa;IACjB,EAAE,EAAE,oBAAU;IACd,EAAE,EAAE,oBAAgB;IACpB,EAAE,EAAE,oBAAU;IACd,EAAE,EAAE,oBAAc;IAClB,GAAG,EAAE,qBAAgB;IACrB,GAAG,EAAE,qBAAc;IACnB,GAAG,EAAE,qBAAiB;IACtB,GAAG,EAAE,qBAAiB;IACtB,GAAG,EAAE,qBAAa;IAClB,GAAG,EAAE,qBAAsB;IAC3B,GAAG,EAAE,qBAAY;IACjB,IAAI,EAAE,qBAAY;IAClB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,qBAAe;IACrB,IAAI,EAAE,qBAA6B;IACnC,IAAI,EAAE,qBAAa;IACnB,IAAI,EAAE,qBAAW;IACjB,KAAK,EAAE,qBAAe;IACtB,KAAK,EAAE,qBAAwB;IAC/B,KAAK,EAAE,qBAAY;IACnB,QAAQ,EAAE,qBAAuB;IACjC,SAAS,EAAE,qBAAe;CAC3B,CAAC;AAEW,QAAA,UAAU,GAAG;IACxB,CAAC,EAAE,+BAAmB;IACtB,CAAC,EAAE,+BAA2B;IAC9B,CAAC,EAAE,+BAA0B;IAC7B,EAAE,EAAE,+BAAmB;IACvB,EAAE,EAAE,+BAAiB;IACrB,EAAE,EAAE,+BAAc;IAClB,EAAE,EAAE,+BAAoB;IACxB,EAAE,EAAE,+BAAc;IAClB,EAAE,EAAE,+BAAkB;IACtB,GAAG,EAAE,gCAAoB;IACzB,GAAG,EAAE,gCAAkB;IACvB,GAAG,EAAE,gCAAqB;IAC1B,GAAG,EAAE,gCAAqB;IAC1B,GAAG,EAAE,gCAAiB;IACtB,GAAG,EAAE,gCAA0B;IAC/B,GAAG,EAAE,gCAAgB;IACrB,IAAI,EAAE,gCAAgB;IACtB,IAAI,EAAE,gCAAyB;IAC/B,IAAI,EAAE,gCAAmB;IACzB,IAAI,EAAE,gCAAiC;IACvC,IAAI,EAAE,gCAAiB;IACvB,IAAI,EAAE,gCAAe;IACrB,KAAK,EAAE,gCAAmB;IAC1B,KAAK,EAAE,gCAA4B;IACnC,KAAK,EAAE,gCAAgB;IACvB,QAAQ,EAAE,gCAA2B;IACrC,SAAS,EAAE,gCAAmB;CAC/B,CAAC;AAEF,kBAAe;IACb,MAAM,EAAN,cAAM;IACN,UAAU,EAAV,kBAAU;CACX,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ "\"8c892e6ec550ddfefcef81219207c85a\""
@@ -1,4 +1,5 @@
1
1
  export type BEP20Exchange = [string, string, string];
2
+ export { default as hash } from "./bep20-hash.json";
2
3
  declare const _default: BEP20Exchange[];
3
4
  export default _default;
4
5
  //# sourceMappingURL=bep20.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bep20.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;;AAIrD,wBAAyC"}
1
+ {"version":3,"file":"bep20.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;AAErD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;;AAIpD,wBAAyC"}
@@ -3,6 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.hash = void 0;
7
+ var bep20_hash_json_1 = require("./bep20-hash.json");
8
+ Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(bep20_hash_json_1).default; } });
6
9
  const bep20_json_1 = __importDefault(require("./bep20.json"));
7
10
  exports.default = bep20_json_1.default;
8
11
  //# sourceMappingURL=bep20.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bep20.js","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":";;;;;AAEA,8DAAkC;AAElC,kBAAe,oBAAyB,CAAC"}
1
+ {"version":3,"file":"bep20.js","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":";;;;;;AAEA,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AAExB,8DAAkC;AAElC,kBAAe,oBAAyB,CAAC"}
@@ -0,0 +1 @@
1
+ "\"c591b5de6255f8d0ab1ee1805a2ade78\""
@@ -1,4 +1,5 @@
1
1
  export type Exchange = [string, string, string];
2
+ export { default as hash } from "./coin-hash.json";
2
3
  declare const _default: Exchange[];
3
4
  export default _default;
4
5
  //# sourceMappingURL=coins.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coins.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/coins.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;;AAIhD,wBAAuC"}
1
+ {"version":3,"file":"coins.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/coins.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;AAEhD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,kBAAkB,CAAC;;AAInD,wBAAuC"}