@ercworldio/blockchain-shared 1.0.0-dev.4

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 (679) hide show
  1. package/README.md +1 -0
  2. package/build/chains/ChainDefinition.d.ts +2 -0
  3. package/build/chains/ChainDefinition.d.ts.map +1 -0
  4. package/build/chains/ChainDefinition.js +84 -0
  5. package/build/chains/Provider.d.ts +20 -0
  6. package/build/chains/Provider.d.ts.map +1 -0
  7. package/build/chains/Provider.js +85 -0
  8. package/build/chains/RPC.d.ts +34 -0
  9. package/build/chains/RPC.d.ts.map +1 -0
  10. package/build/chains/RPC.js +147 -0
  11. package/build/chains/chain_to_ticker.json +28 -0
  12. package/build/chains/chains.json +513 -0
  13. package/build/chains/chains_stg-bu.json +513 -0
  14. package/build/chains/chains_v2.json +494 -0
  15. package/build/chains/escrow-contracts/10143.json +8 -0
  16. package/build/chains/escrow-contracts/97.json +8 -0
  17. package/build/chains/event_listener_config_escrows.json +699 -0
  18. package/build/chains/networks_dev.json +715 -0
  19. package/build/chains/networks_prod-bu.json +542 -0
  20. package/build/chains/networks_prod.json +541 -0
  21. package/build/chains/networks_stg-bu.json +568 -0
  22. package/build/chains/networks_stg-dz.json +451 -0
  23. package/build/chains/networks_stg.json +541 -0
  24. package/build/chains/networks_stg_drizzle.json +130 -0
  25. package/build/chains/rpcs.d.ts +30 -0
  26. package/build/chains/rpcs.d.ts.map +1 -0
  27. package/build/chains/rpcs.js +138 -0
  28. package/build/constants.d.ts +34 -0
  29. package/build/constants.d.ts.map +1 -0
  30. package/build/constants.js +40 -0
  31. package/build/contracts/Escrow.d.ts +162 -0
  32. package/build/contracts/Escrow.d.ts.map +1 -0
  33. package/build/contracts/Escrow.js +359 -0
  34. package/build/contracts/EscrowErrors.d.ts +75 -0
  35. package/build/contracts/EscrowErrors.d.ts.map +1 -0
  36. package/build/contracts/EscrowErrors.js +47 -0
  37. package/build/contracts/artifacts/ERC20Mock.json +344 -0
  38. package/build/contracts/artifacts/Erc20.json +344 -0
  39. package/build/contracts/artifacts/ErrorAbi.json +1847 -0
  40. package/build/contracts/artifacts/Escrow.json +1545 -0
  41. package/build/contracts/contract-events/AccessControlEvents.d.ts +51 -0
  42. package/build/contracts/contract-events/AccessControlEvents.d.ts.map +1 -0
  43. package/build/contracts/contract-events/AccessControlEvents.js +83 -0
  44. package/build/contracts/contract-events/CoverageInfo.d.ts +16 -0
  45. package/build/contracts/contract-events/CoverageInfo.d.ts.map +1 -0
  46. package/build/contracts/contract-events/CoverageInfo.js +135 -0
  47. package/build/contracts/contract-events/Erc20Events.d.ts +23 -0
  48. package/build/contracts/contract-events/Erc20Events.d.ts.map +1 -0
  49. package/build/contracts/contract-events/Erc20Events.js +52 -0
  50. package/build/contracts/contract-events/EscrowEvents.d.ts +64 -0
  51. package/build/contracts/contract-events/EscrowEvents.d.ts.map +1 -0
  52. package/build/contracts/contract-events/EscrowEvents.js +142 -0
  53. package/build/contracts/contract-events/types/AccessControlEvents.d.ts +9 -0
  54. package/build/contracts/contract-events/types/AccessControlEvents.d.ts.map +1 -0
  55. package/build/contracts/contract-events/types/AccessControlEvents.js +2 -0
  56. package/build/contracts/contract-events/types/events.d.ts +24 -0
  57. package/build/contracts/contract-events/types/events.d.ts.map +1 -0
  58. package/build/contracts/contract-events/types/events.js +2 -0
  59. package/build/contracts/deployment/avalanche/contracts.json +37 -0
  60. package/build/contracts/deployment/bitlayer/contracts.json +50 -0
  61. package/build/contracts/deployment/bsc/contracts.json +62 -0
  62. package/build/contracts/deployment/config.d.ts +4 -0
  63. package/build/contracts/deployment/config.d.ts.map +1 -0
  64. package/build/contracts/deployment/config.js +19 -0
  65. package/build/contracts/deployment/fantom/contracts.json +61 -0
  66. package/build/contracts/deployment/mumbai/contracts.json +43 -0
  67. package/build/contracts/deployment/polygon/contracts.json +43 -0
  68. package/build/contracts/deployment/sepolia/contracts.json +62 -0
  69. package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts +160 -0
  70. package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts.map +1 -0
  71. package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.js +2 -0
  72. package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts +148 -0
  73. package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts.map +1 -0
  74. package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.js +2 -0
  75. package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
  76. package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
  77. package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.js +2 -0
  78. package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.d.ts +4 -0
  79. package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  80. package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.js +2 -0
  81. package/build/contracts/typechain-types/@openzeppelin/contracts/index.d.ts +9 -0
  82. package/build/contracts/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -0
  83. package/build/contracts/typechain-types/@openzeppelin/contracts/index.js +2 -0
  84. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts +79 -0
  85. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts.map +1 -0
  86. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.js +2 -0
  87. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +21 -0
  88. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts.map +1 -0
  89. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +2 -0
  90. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +21 -0
  91. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts.map +1 -0
  92. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +2 -0
  93. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +21 -0
  94. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts.map +1 -0
  95. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +2 -0
  96. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
  97. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
  98. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +2 -0
  99. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +4 -0
  100. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
  101. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.js +2 -0
  102. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +142 -0
  103. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts.map +1 -0
  104. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +2 -0
  105. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +130 -0
  106. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
  107. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +2 -0
  108. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +142 -0
  109. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts.map +1 -0
  110. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +2 -0
  111. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
  112. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
  113. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +2 -0
  114. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +5 -0
  115. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
  116. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +2 -0
  117. package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.d.ts +3 -0
  118. package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.d.ts.map +1 -0
  119. package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.js +2 -0
  120. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts +21 -0
  121. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts.map +1 -0
  122. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.js +2 -0
  123. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +21 -0
  124. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts.map +1 -0
  125. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.js +2 -0
  126. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts +79 -0
  127. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts.map +1 -0
  128. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.js +2 -0
  129. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
  130. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
  131. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +2 -0
  132. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts +9 -0
  133. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  134. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.js +2 -0
  135. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +30 -0
  136. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts.map +1 -0
  137. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +2 -0
  138. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
  139. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
  140. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +2 -0
  141. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
  142. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  143. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +2 -0
  144. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +21 -0
  145. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts.map +1 -0
  146. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +2 -0
  147. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
  148. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
  149. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.js +2 -0
  150. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts +3 -0
  151. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
  152. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.js +2 -0
  153. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +3 -0
  154. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
  155. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.js +2 -0
  156. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +37 -0
  157. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -0
  158. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +2 -0
  159. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
  160. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
  161. package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +2 -0
  162. package/build/contracts/typechain-types/@openzeppelin/index.d.ts +5 -0
  163. package/build/contracts/typechain-types/@openzeppelin/index.d.ts.map +1 -0
  164. package/build/contracts/typechain-types/@openzeppelin/index.js +2 -0
  165. package/build/contracts/typechain-types/common.d.ts +51 -0
  166. package/build/contracts/typechain-types/common.d.ts.map +1 -0
  167. package/build/contracts/typechain-types/common.js +2 -0
  168. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +856 -0
  169. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -0
  170. package/build/contracts/typechain-types/contracts/escrow/Escrow.js +2 -0
  171. package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +218 -0
  172. package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -0
  173. package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.js +2 -0
  174. package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.d.ts +21 -0
  175. package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.d.ts.map +1 -0
  176. package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.js +2 -0
  177. package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.d.ts +120 -0
  178. package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.d.ts.map +1 -0
  179. package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.js +2 -0
  180. package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.d.ts +82 -0
  181. package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.d.ts.map +1 -0
  182. package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.js +2 -0
  183. package/build/contracts/typechain-types/contracts/escrow/index.d.ts +6 -0
  184. package/build/contracts/typechain-types/contracts/escrow/index.d.ts.map +1 -0
  185. package/build/contracts/typechain-types/contracts/escrow/index.js +2 -0
  186. package/build/contracts/typechain-types/contracts/index.d.ts +5 -0
  187. package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -0
  188. package/build/contracts/typechain-types/contracts/index.js +2 -0
  189. package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.d.ts +146 -0
  190. package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.d.ts.map +1 -0
  191. package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.js +2 -0
  192. package/build/contracts/typechain-types/contracts/mock/erc20/index.d.ts +2 -0
  193. package/build/contracts/typechain-types/contracts/mock/erc20/index.d.ts.map +1 -0
  194. package/build/contracts/typechain-types/contracts/mock/erc20/index.js +2 -0
  195. package/build/contracts/typechain-types/contracts/mock/index.d.ts +3 -0
  196. package/build/contracts/typechain-types/contracts/mock/index.d.ts.map +1 -0
  197. package/build/contracts/typechain-types/contracts/mock/index.js +2 -0
  198. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts +182 -0
  199. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts.map +1 -0
  200. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.js +244 -0
  201. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts +158 -0
  202. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts.map +1 -0
  203. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.js +212 -0
  204. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
  205. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
  206. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +93 -0
  207. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +4 -0
  208. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  209. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.js +12 -0
  210. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.d.ts +5 -0
  211. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
  212. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.js +43 -0
  213. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts +47 -0
  214. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts.map +1 -0
  215. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.js +68 -0
  216. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
  217. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
  218. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +121 -0
  219. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
  220. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
  221. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +105 -0
  222. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
  223. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
  224. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +122 -0
  225. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
  226. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
  227. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +12 -0
  228. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
  229. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
  230. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +42 -0
  231. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
  232. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
  233. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +327 -0
  234. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
  235. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
  236. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +202 -0
  237. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
  238. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
  239. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +241 -0
  240. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
  241. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
  242. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +8 -0
  243. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
  244. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
  245. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +44 -0
  246. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +2 -0
  247. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
  248. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.js +40 -0
  249. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +35 -0
  250. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts.map +1 -0
  251. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +55 -0
  252. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
  253. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
  254. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +65 -0
  255. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts +59 -0
  256. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts.map +1 -0
  257. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.js +84 -0
  258. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
  259. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
  260. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +8 -0
  261. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +6 -0
  262. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  263. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +46 -0
  264. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
  265. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
  266. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +38 -0
  267. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
  268. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
  269. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +38 -0
  270. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
  271. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  272. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +10 -0
  273. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
  274. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
  275. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +93 -0
  276. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
  277. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
  278. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +8 -0
  279. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +2 -0
  280. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
  281. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.js +40 -0
  282. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +2 -0
  283. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
  284. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +40 -0
  285. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +26 -0
  286. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -0
  287. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +42 -0
  288. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
  289. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
  290. package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +8 -0
  291. package/build/contracts/typechain-types/factories/@openzeppelin/index.d.ts +3 -0
  292. package/build/contracts/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
  293. package/build/contracts/typechain-types/factories/@openzeppelin/index.js +41 -0
  294. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +415 -0
  295. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -0
  296. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +547 -0
  297. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +151 -0
  298. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -0
  299. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +205 -0
  300. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +151 -0
  301. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -0
  302. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +205 -0
  303. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +1217 -0
  304. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -0
  305. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +1582 -0
  306. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +99 -0
  307. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -0
  308. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +139 -0
  309. package/build/contracts/typechain-types/factories/contracts/escrow/index.d.ts +6 -0
  310. package/build/contracts/typechain-types/factories/contracts/escrow/index.d.ts.map +1 -0
  311. package/build/contracts/typechain-types/factories/contracts/escrow/index.js +16 -0
  312. package/build/contracts/typechain-types/factories/contracts/index.d.ts +3 -0
  313. package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -0
  314. package/build/contracts/typechain-types/factories/contracts/index.js +41 -0
  315. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +283 -0
  316. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -0
  317. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +381 -0
  318. package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.d.ts +2 -0
  319. package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.d.ts.map +1 -0
  320. package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.js +8 -0
  321. package/build/contracts/typechain-types/factories/contracts/mock/index.d.ts +2 -0
  322. package/build/contracts/typechain-types/factories/contracts/mock/index.d.ts.map +1 -0
  323. package/build/contracts/typechain-types/factories/contracts/mock/index.js +40 -0
  324. package/build/contracts/typechain-types/factories/index.d.ts +3 -0
  325. package/build/contracts/typechain-types/factories/index.d.ts.map +1 -0
  326. package/build/contracts/typechain-types/factories/index.js +41 -0
  327. package/build/contracts/typechain-types/index.d.ts +52 -0
  328. package/build/contracts/typechain-types/index.d.ts.map +1 -0
  329. package/build/contracts/typechain-types/index.js +83 -0
  330. package/build/contracts/types/escrow.d.ts +42 -0
  331. package/build/contracts/types/escrow.d.ts.map +1 -0
  332. package/build/contracts/types/escrow.js +20 -0
  333. package/build/entities/Checkpoint.d.ts +11 -0
  334. package/build/entities/Checkpoint.d.ts.map +1 -0
  335. package/build/entities/Checkpoint.js +52 -0
  336. package/build/entities/ClaimHistory.d.ts +17 -0
  337. package/build/entities/ClaimHistory.d.ts.map +1 -0
  338. package/build/entities/ClaimHistory.js +73 -0
  339. package/build/entities/ClaimJob.d.ts +27 -0
  340. package/build/entities/ClaimJob.d.ts.map +1 -0
  341. package/build/entities/ClaimJob.js +113 -0
  342. package/build/entities/CryptoConfirmationLocks.d.ts +14 -0
  343. package/build/entities/CryptoConfirmationLocks.d.ts.map +1 -0
  344. package/build/entities/CryptoConfirmationLocks.js +65 -0
  345. package/build/entities/DepositAddress.d.ts +12 -0
  346. package/build/entities/DepositAddress.d.ts.map +1 -0
  347. package/build/entities/DepositAddress.js +56 -0
  348. package/build/entities/DepositWalletBalance.d.ts +16 -0
  349. package/build/entities/DepositWalletBalance.d.ts.map +1 -0
  350. package/build/entities/DepositWalletBalance.js +72 -0
  351. package/build/entities/SweepHistory.d.ts +16 -0
  352. package/build/entities/SweepHistory.d.ts.map +1 -0
  353. package/build/entities/SweepHistory.js +72 -0
  354. package/build/entities/SweepJob.d.ts +26 -0
  355. package/build/entities/SweepJob.d.ts.map +1 -0
  356. package/build/entities/SweepJob.js +116 -0
  357. package/build/entities/WalletIndex.d.ts +8 -0
  358. package/build/entities/WalletIndex.d.ts.map +1 -0
  359. package/build/entities/WalletIndex.js +40 -0
  360. package/build/errors/AdminErrors.d.ts +25 -0
  361. package/build/errors/AdminErrors.d.ts.map +1 -0
  362. package/build/errors/AdminErrors.js +45 -0
  363. package/build/errors/AlchemyErrors.d.ts +34 -0
  364. package/build/errors/AlchemyErrors.d.ts.map +1 -0
  365. package/build/errors/AlchemyErrors.js +79 -0
  366. package/build/errors/BalanceErrors.d.ts +23 -0
  367. package/build/errors/BalanceErrors.d.ts.map +1 -0
  368. package/build/errors/BalanceErrors.js +45 -0
  369. package/build/errors/DatabaseErrors.d.ts +25 -0
  370. package/build/errors/DatabaseErrors.d.ts.map +1 -0
  371. package/build/errors/DatabaseErrors.js +49 -0
  372. package/build/errors/TransactionsErrors.d.ts +37 -0
  373. package/build/errors/TransactionsErrors.d.ts.map +1 -0
  374. package/build/errors/TransactionsErrors.js +95 -0
  375. package/build/errors/VoltageErrors.d.ts +29 -0
  376. package/build/errors/VoltageErrors.d.ts.map +1 -0
  377. package/build/errors/VoltageErrors.js +69 -0
  378. package/build/errors/WalletErrors.d.ts +26 -0
  379. package/build/errors/WalletErrors.d.ts.map +1 -0
  380. package/build/errors/WalletErrors.js +55 -0
  381. package/build/errors/errors.d.ts +74 -0
  382. package/build/errors/errors.d.ts.map +1 -0
  383. package/build/errors/errors.js +117 -0
  384. package/build/errors/index.d.ts +81 -0
  385. package/build/errors/index.d.ts.map +1 -0
  386. package/build/errors/index.js +78 -0
  387. package/build/index.d.ts +95 -0
  388. package/build/index.d.ts.map +1 -0
  389. package/build/index.js +208 -0
  390. package/build/interfaces/config.d.ts +75 -0
  391. package/build/interfaces/config.d.ts.map +1 -0
  392. package/build/interfaces/config.js +2 -0
  393. package/build/interfaces/database.d.ts +29 -0
  394. package/build/interfaces/database.d.ts.map +1 -0
  395. package/build/interfaces/database.js +2 -0
  396. package/build/interfaces.d.ts +311 -0
  397. package/build/interfaces.d.ts.map +1 -0
  398. package/build/interfaces.js +12 -0
  399. package/build/services/AccountingService.d.ts +34 -0
  400. package/build/services/AccountingService.d.ts.map +1 -0
  401. package/build/services/AccountingService.js +239 -0
  402. package/build/services/AlchemyService.d.ts +47 -0
  403. package/build/services/AlchemyService.d.ts.map +1 -0
  404. package/build/services/AlchemyService.js +239 -0
  405. package/build/services/AlchemyWebhookSignature.d.ts +16 -0
  406. package/build/services/AlchemyWebhookSignature.d.ts.map +1 -0
  407. package/build/services/AlchemyWebhookSignature.js +119 -0
  408. package/build/services/AlchemyWebhooks.d.ts +87 -0
  409. package/build/services/AlchemyWebhooks.d.ts.map +1 -0
  410. package/build/services/AlchemyWebhooks.js +406 -0
  411. package/build/services/AsyncTTLCache.d.ts +12 -0
  412. package/build/services/AsyncTTLCache.d.ts.map +1 -0
  413. package/build/services/AsyncTTLCache.js +67 -0
  414. package/build/services/AzureEventHubHandler.d.ts +32 -0
  415. package/build/services/AzureEventHubHandler.d.ts.map +1 -0
  416. package/build/services/AzureEventHubHandler.js +139 -0
  417. package/build/services/BalanceService.d.ts +39 -0
  418. package/build/services/BalanceService.d.ts.map +1 -0
  419. package/build/services/BalanceService.js +482 -0
  420. package/build/services/ChainManager.d.ts +86 -0
  421. package/build/services/ChainManager.d.ts.map +1 -0
  422. package/build/services/ChainManager.js +440 -0
  423. package/build/services/ClaimHistoryService.d.ts +40 -0
  424. package/build/services/ClaimHistoryService.d.ts.map +1 -0
  425. package/build/services/ClaimHistoryService.js +121 -0
  426. package/build/services/ClaimJobService.d.ts +45 -0
  427. package/build/services/ClaimJobService.d.ts.map +1 -0
  428. package/build/services/ClaimJobService.js +398 -0
  429. package/build/services/CryptoConfirmationLocksService.d.ts +13 -0
  430. package/build/services/CryptoConfirmationLocksService.d.ts.map +1 -0
  431. package/build/services/CryptoConfirmationLocksService.js +46 -0
  432. package/build/services/CryptoKeysManager.d.ts +16 -0
  433. package/build/services/CryptoKeysManager.d.ts.map +1 -0
  434. package/build/services/CryptoKeysManager.js +136 -0
  435. package/build/services/DepositAddressService.d.ts +41 -0
  436. package/build/services/DepositAddressService.d.ts.map +1 -0
  437. package/build/services/DepositAddressService.js +264 -0
  438. package/build/services/ElasticSearch.d.ts +19 -0
  439. package/build/services/ElasticSearch.d.ts.map +1 -0
  440. package/build/services/ElasticSearch.js +104 -0
  441. package/build/services/EventsHandler.d.ts +11 -0
  442. package/build/services/EventsHandler.d.ts.map +1 -0
  443. package/build/services/EventsHandler.js +39 -0
  444. package/build/services/EventsService.d.ts +44 -0
  445. package/build/services/EventsService.d.ts.map +1 -0
  446. package/build/services/EventsService.js +234 -0
  447. package/build/services/InvoiceQueue.d.ts +56 -0
  448. package/build/services/InvoiceQueue.d.ts.map +1 -0
  449. package/build/services/InvoiceQueue.js +297 -0
  450. package/build/services/KeyVaultService.d.ts +14 -0
  451. package/build/services/KeyVaultService.d.ts.map +1 -0
  452. package/build/services/KeyVaultService.js +92 -0
  453. package/build/services/PriceCache.d.ts +19 -0
  454. package/build/services/PriceCache.d.ts.map +1 -0
  455. package/build/services/PriceCache.js +125 -0
  456. package/build/services/ProviderManager.d.ts +41 -0
  457. package/build/services/ProviderManager.d.ts.map +1 -0
  458. package/build/services/ProviderManager.js +106 -0
  459. package/build/services/QuicknodeWebhookSignature.d.ts +14 -0
  460. package/build/services/QuicknodeWebhookSignature.d.ts.map +1 -0
  461. package/build/services/QuicknodeWebhookSignature.js +119 -0
  462. package/build/services/Redis.d.ts +41 -0
  463. package/build/services/Redis.d.ts.map +1 -0
  464. package/build/services/Redis.js +317 -0
  465. package/build/services/RedisListQueue.d.ts +15 -0
  466. package/build/services/RedisListQueue.d.ts.map +1 -0
  467. package/build/services/RedisListQueue.js +81 -0
  468. package/build/services/RedisPubSub.d.ts +41 -0
  469. package/build/services/RedisPubSub.d.ts.map +1 -0
  470. package/build/services/RedisPubSub.js +254 -0
  471. package/build/services/RedisQueue.d.ts +18 -0
  472. package/build/services/RedisQueue.d.ts.map +1 -0
  473. package/build/services/RedisQueue.js +82 -0
  474. package/build/services/StorageService.d.ts +12 -0
  475. package/build/services/StorageService.d.ts.map +1 -0
  476. package/build/services/StorageService.js +92 -0
  477. package/build/services/SweepHistoryService.d.ts +15 -0
  478. package/build/services/SweepHistoryService.d.ts.map +1 -0
  479. package/build/services/SweepHistoryService.js +52 -0
  480. package/build/services/SweepJobService.d.ts +52 -0
  481. package/build/services/SweepJobService.d.ts.map +1 -0
  482. package/build/services/SweepJobService.js +716 -0
  483. package/build/services/TimerManager.d.ts +44 -0
  484. package/build/services/TimerManager.d.ts.map +1 -0
  485. package/build/services/TimerManager.js +231 -0
  486. package/build/services/WalletIndexService.d.ts +11 -0
  487. package/build/services/WalletIndexService.d.ts.map +1 -0
  488. package/build/services/WalletIndexService.js +73 -0
  489. package/build/services/WalletManager.d.ts +42 -0
  490. package/build/services/WalletManager.d.ts.map +1 -0
  491. package/build/services/WalletManager.js +359 -0
  492. package/build/services/WithdrawalManager.d.ts +51 -0
  493. package/build/services/WithdrawalManager.d.ts.map +1 -0
  494. package/build/services/WithdrawalManager.js +368 -0
  495. package/build/services/Worker.d.ts +25 -0
  496. package/build/services/Worker.d.ts.map +1 -0
  497. package/build/services/Worker.js +115 -0
  498. package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts +102 -0
  499. package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts.map +1 -0
  500. package/build/services/solana/escrow/SolanaEscrowAdmin.js +209 -0
  501. package/build/services/solana/escrow/SolanaEscrowInteraction.d.ts +50 -0
  502. package/build/services/solana/escrow/SolanaEscrowInteraction.d.ts.map +1 -0
  503. package/build/services/solana/escrow/SolanaEscrowInteraction.js +235 -0
  504. package/build/services/solana/escrow/idl/escrow.json +2941 -0
  505. package/build/services/solana/escrow/index.d.ts +5 -0
  506. package/build/services/solana/escrow/index.d.ts.map +1 -0
  507. package/build/services/solana/escrow/index.js +20 -0
  508. package/build/services/solana/escrow/services/Errors.d.ts +19 -0
  509. package/build/services/solana/escrow/services/Errors.d.ts.map +1 -0
  510. package/build/services/solana/escrow/services/Errors.js +29 -0
  511. package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts +121 -0
  512. package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts.map +1 -0
  513. package/build/services/solana/escrow/services/EscrowAdminUtility.js +663 -0
  514. package/build/services/solana/escrow/services/EscrowService.d.ts +15 -0
  515. package/build/services/solana/escrow/services/EscrowService.d.ts.map +1 -0
  516. package/build/services/solana/escrow/services/EscrowService.js +155 -0
  517. package/build/services/solana/escrow/services/EscrowUtility.d.ts +58 -0
  518. package/build/services/solana/escrow/services/EscrowUtility.d.ts.map +1 -0
  519. package/build/services/solana/escrow/services/EscrowUtility.js +318 -0
  520. package/build/services/solana/escrow/services/TokenAccountService.d.ts +10 -0
  521. package/build/services/solana/escrow/services/TokenAccountService.d.ts.map +1 -0
  522. package/build/services/solana/escrow/services/TokenAccountService.js +145 -0
  523. package/build/services/solana/escrow/services/TransactionsService.d.ts +12 -0
  524. package/build/services/solana/escrow/services/TransactionsService.d.ts.map +1 -0
  525. package/build/services/solana/escrow/services/TransactionsService.js +44 -0
  526. package/build/services/solana/escrow/services/index.d.ts +7 -0
  527. package/build/services/solana/escrow/services/index.d.ts.map +1 -0
  528. package/build/services/solana/escrow/services/index.js +22 -0
  529. package/build/services/solana/escrow/types/custom.d.ts +14 -0
  530. package/build/services/solana/escrow/types/custom.d.ts.map +1 -0
  531. package/build/services/solana/escrow/types/custom.js +2 -0
  532. package/build/services/solana/escrow/types/escrow.d.ts +2948 -0
  533. package/build/services/solana/escrow/types/escrow.d.ts.map +1 -0
  534. package/build/services/solana/escrow/types/escrow.js +2 -0
  535. package/build/services/solana/escrow/types/index.d.ts +3 -0
  536. package/build/services/solana/escrow/types/index.d.ts.map +1 -0
  537. package/build/services/solana/escrow/types/index.js +18 -0
  538. package/build/services/solana/escrow/types/types.d.ts +19 -0
  539. package/build/services/solana/escrow/types/types.d.ts.map +1 -0
  540. package/build/services/solana/escrow/types/types.js +2 -0
  541. package/build/services/solana/index.d.ts +2 -0
  542. package/build/services/solana/index.d.ts.map +1 -0
  543. package/build/services/solana/index.js +17 -0
  544. package/build/services/tron/index.d.ts +5 -0
  545. package/build/services/tron/index.d.ts.map +1 -0
  546. package/build/services/tron/index.js +21 -0
  547. package/build/services/tron/services/BitQueryQueue.d.ts +13 -0
  548. package/build/services/tron/services/BitQueryQueue.d.ts.map +1 -0
  549. package/build/services/tron/services/BitQueryQueue.js +22 -0
  550. package/build/services/tron/services/BitQuerySubscription.d.ts +5 -0
  551. package/build/services/tron/services/BitQuerySubscription.d.ts.map +1 -0
  552. package/build/services/tron/services/BitQuerySubscription.js +7 -0
  553. package/build/services/tron/services/Escrow.d.ts +1 -0
  554. package/build/services/tron/services/Escrow.d.ts.map +1 -0
  555. package/build/services/tron/services/Escrow.js +1 -0
  556. package/build/services/tron/services/Transactions.d.ts +33 -0
  557. package/build/services/tron/services/Transactions.d.ts.map +1 -0
  558. package/build/services/tron/services/Transactions.js +164 -0
  559. package/build/services/tron/services/TronCustodialWallet.d.ts +17 -0
  560. package/build/services/tron/services/TronCustodialWallet.d.ts.map +1 -0
  561. package/build/services/tron/services/TronCustodialWallet.js +46 -0
  562. package/build/services/tron/services/TronFundingWallet.d.ts +30 -0
  563. package/build/services/tron/services/TronFundingWallet.d.ts.map +1 -0
  564. package/build/services/tron/services/TronFundingWallet.js +57 -0
  565. package/build/services/tron/services/TronHelper.d.ts +11 -0
  566. package/build/services/tron/services/TronHelper.d.ts.map +1 -0
  567. package/build/services/tron/services/TronHelper.js +29 -0
  568. package/build/services/tron/services/TronHotWallet.d.ts +29 -0
  569. package/build/services/tron/services/TronHotWallet.d.ts.map +1 -0
  570. package/build/services/tron/services/TronHotWallet.js +168 -0
  571. package/build/services/tron/services/TronSigner.d.ts +12 -0
  572. package/build/services/tron/services/TronSigner.d.ts.map +1 -0
  573. package/build/services/tron/services/TronSigner.js +51 -0
  574. package/build/services/tron/services/TronWallet.d.ts +32 -0
  575. package/build/services/tron/services/TronWallet.d.ts.map +1 -0
  576. package/build/services/tron/services/TronWallet.js +110 -0
  577. package/build/services/tron/types/bitquery.d.ts +26 -0
  578. package/build/services/tron/types/bitquery.d.ts.map +1 -0
  579. package/build/services/tron/types/bitquery.js +3 -0
  580. package/build/services/tron/types/index.d.ts +3 -0
  581. package/build/services/tron/types/index.d.ts.map +1 -0
  582. package/build/services/tron/types/index.js +18 -0
  583. package/build/services/tron/types/transactions.d.ts +36 -0
  584. package/build/services/tron/types/transactions.d.ts.map +1 -0
  585. package/build/services/tron/types/transactions.js +3 -0
  586. package/build/services/tron/types/tron_helper.d.ts +25 -0
  587. package/build/services/tron/types/tron_helper.d.ts.map +1 -0
  588. package/build/services/tron/types/tron_helper.js +3 -0
  589. package/build/services/types/RedisPubSub.d.ts +11 -0
  590. package/build/services/types/RedisPubSub.d.ts.map +1 -0
  591. package/build/services/types/RedisPubSub.js +15 -0
  592. package/build/services/types/accounting_service.d.ts +7 -0
  593. package/build/services/types/accounting_service.d.ts.map +1 -0
  594. package/build/services/types/accounting_service.js +2 -0
  595. package/build/services/types/alchemy.d.ts +243 -0
  596. package/build/services/types/alchemy.d.ts.map +1 -0
  597. package/build/services/types/alchemy.js +3 -0
  598. package/build/services/types/azure_event_hub_handler.d.ts +18 -0
  599. package/build/services/types/azure_event_hub_handler.d.ts.map +1 -0
  600. package/build/services/types/azure_event_hub_handler.js +20 -0
  601. package/build/services/types/balance_service.d.ts +10 -0
  602. package/build/services/types/balance_service.d.ts.map +1 -0
  603. package/build/services/types/balance_service.js +2 -0
  604. package/build/services/types/chain_manager.d.ts +49 -0
  605. package/build/services/types/chain_manager.d.ts.map +1 -0
  606. package/build/services/types/chain_manager.js +2 -0
  607. package/build/services/types/claim.d.ts +42 -0
  608. package/build/services/types/claim.d.ts.map +1 -0
  609. package/build/services/types/claim.js +2 -0
  610. package/build/services/types/claim_job_service.d.ts +54 -0
  611. package/build/services/types/claim_job_service.d.ts.map +1 -0
  612. package/build/services/types/claim_job_service.js +2 -0
  613. package/build/services/types/crypto_confirmation_locks_service.d.ts +6 -0
  614. package/build/services/types/crypto_confirmation_locks_service.d.ts.map +1 -0
  615. package/build/services/types/crypto_confirmation_locks_service.js +2 -0
  616. package/build/services/types/events_service.d.ts +57 -0
  617. package/build/services/types/events_service.d.ts.map +1 -0
  618. package/build/services/types/events_service.js +2 -0
  619. package/build/services/types/index.d.ts +16 -0
  620. package/build/services/types/index.d.ts.map +1 -0
  621. package/build/services/types/index.js +31 -0
  622. package/build/services/types/lightning.d.ts +129 -0
  623. package/build/services/types/lightning.d.ts.map +1 -0
  624. package/build/services/types/lightning.js +2 -0
  625. package/build/services/types/quicknode.d.ts +7 -0
  626. package/build/services/types/quicknode.d.ts.map +1 -0
  627. package/build/services/types/quicknode.js +2 -0
  628. package/build/services/types/sweep_job_service.d.ts +9 -0
  629. package/build/services/types/sweep_job_service.d.ts.map +1 -0
  630. package/build/services/types/sweep_job_service.js +3 -0
  631. package/build/services/types/timer_manager.d.ts +6 -0
  632. package/build/services/types/timer_manager.d.ts.map +1 -0
  633. package/build/services/types/timer_manager.js +2 -0
  634. package/build/services/types/wallet_manager.d.ts +36 -0
  635. package/build/services/types/wallet_manager.d.ts.map +1 -0
  636. package/build/services/types/wallet_manager.js +2 -0
  637. package/build/services/types/withdrawal.d.ts +48 -0
  638. package/build/services/types/withdrawal.d.ts.map +1 -0
  639. package/build/services/types/withdrawal.js +50 -0
  640. package/build/services/types/withdrawal_manager.d.ts +14 -0
  641. package/build/services/types/withdrawal_manager.d.ts.map +1 -0
  642. package/build/services/types/withdrawal_manager.js +2 -0
  643. package/build/services/utils/alchemy.d.ts +6 -0
  644. package/build/services/utils/alchemy.d.ts.map +1 -0
  645. package/build/services/utils/alchemy.js +155 -0
  646. package/build/services/utils/graphql.d.ts +2 -0
  647. package/build/services/utils/graphql.d.ts.map +1 -0
  648. package/build/services/utils/graphql.js +46 -0
  649. package/build/utils/AsyncRateLimiter.d.ts +23 -0
  650. package/build/utils/AsyncRateLimiter.d.ts.map +1 -0
  651. package/build/utils/AsyncRateLimiter.js +84 -0
  652. package/build/utils/AsyncTTLCache.d.ts +12 -0
  653. package/build/utils/AsyncTTLCache.d.ts.map +1 -0
  654. package/build/utils/AsyncTTLCache.js +69 -0
  655. package/build/utils/Logger.d.ts +67 -0
  656. package/build/utils/Logger.d.ts.map +1 -0
  657. package/build/utils/Logger.js +171 -0
  658. package/build/utils/MemoryMonitor.d.ts +12 -0
  659. package/build/utils/MemoryMonitor.d.ts.map +1 -0
  660. package/build/utils/MemoryMonitor.js +59 -0
  661. package/build/utils/Parsing.d.ts +13 -0
  662. package/build/utils/Parsing.d.ts.map +1 -0
  663. package/build/utils/Parsing.js +84 -0
  664. package/build/utils/RpcLimiter.d.ts +10 -0
  665. package/build/utils/RpcLimiter.d.ts.map +1 -0
  666. package/build/utils/RpcLimiter.js +28 -0
  667. package/build/utils/Utility.d.ts +23 -0
  668. package/build/utils/Utility.d.ts.map +1 -0
  669. package/build/utils/Utility.js +211 -0
  670. package/build/utils/Wallets.d.ts +4 -0
  671. package/build/utils/Wallets.d.ts.map +1 -0
  672. package/build/utils/Wallets.js +68 -0
  673. package/build/utils/custodial.d.ts +32 -0
  674. package/build/utils/custodial.d.ts.map +1 -0
  675. package/build/utils/custodial.js +291 -0
  676. package/build/utils/solana.d.ts +150 -0
  677. package/build/utils/solana.d.ts.map +1 -0
  678. package/build/utils/solana.js +658 -0
  679. package/package.json +107 -0
@@ -0,0 +1,715 @@
1
+ {
2
+ "1000000001": {
3
+ "status": true,
4
+ "isTestnet": true,
5
+ "name": "BTC Lightning",
6
+ "blockchainType": "lightning",
7
+ "chainId": 1000000001,
8
+ "blockexplorerUrl": "https://mempool.space/lightning",
9
+ "rpcBaseUrl": "",
10
+ "rpcBaseUrlWss": "",
11
+ "targetConfirmations": 1,
12
+ "custodialAlchemyWebhooks": [],
13
+ "contracts": [],
14
+ "paymentTokens": [
15
+ {
16
+ "name": "Bitcoin",
17
+ "symbol": "BTC",
18
+ "token_standard": "LIGHTNING",
19
+ "type": "native",
20
+ "isStableCoin": false,
21
+ "decimals": 8,
22
+ "address": "000000000000000000000000000000000000000000",
23
+ "sweepThreshold": 0.001,
24
+ "sweepWalletMinBalance": 0.01
25
+ }
26
+ ]
27
+ },
28
+ "728126428": {
29
+ "status": false,
30
+ "isTestnet": false,
31
+ "name": "Tron Mainnet",
32
+ "blockchainType": "tron",
33
+ "chainId": 728126428,
34
+ "blockexplorerUrl": "https://tronscan.org",
35
+ "tronConfig": {
36
+ "trxTransferCost": 270000,
37
+ "trc20TransferCost": 4000000
38
+ },
39
+ "rpcMetadata": {
40
+ "rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
41
+ "tronGridApi": "https://api.trongrid.io"
42
+ },
43
+ "rpcBaseUrl": "https://api.nileex.io",
44
+ "rpcBaseUrlWss": "",
45
+ "targetConfirmations": 2,
46
+ "quicknodeStreams": [],
47
+ "custodialAlchemyWebhooks": [],
48
+ "contracts": [],
49
+ "paymentTokens": [
50
+ {
51
+ "name": "Tron",
52
+ "symbol": "TRX",
53
+ "token_standard": "TRX",
54
+ "type": "native",
55
+ "isStableCoin": false,
56
+ "decimals": 6,
57
+ "address": "0000000000000000000000000000000000000000",
58
+ "sweepThreshold": 10,
59
+ "sweepWalletMinBalance": 6
60
+ },
61
+ {
62
+ "name": "Tether Token",
63
+ "symbol": "USDT",
64
+ "token_standard": "TRC-20",
65
+ "type": "trc20",
66
+ "isStableCoin": true,
67
+ "decimals": 6,
68
+ "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
69
+ "sweepThreshold": 1,
70
+ "sweepWalletMinBalance": 0
71
+ }
72
+ ]
73
+ },
74
+ "3448148188": {
75
+ "status": true,
76
+ "isTestnet": true,
77
+ "name": "Tron Testnet",
78
+ "blockchainType": "tron",
79
+ "chainId": 3448148188,
80
+ "blockexplorerUrl": "https://nile.tronscan.org",
81
+ "rpcMetadata": {
82
+ "rpcBaseUrl": "https://api.nileex.io",
83
+ "tronGridApi": "https://nile.trongrid.io"
84
+ },
85
+ "tronConfig": {
86
+ "trxTransferCost": 270000,
87
+ "trc20TransferCost": 4000000
88
+ },
89
+ "accounting": {
90
+ "funding_wallet": "TN4tXH5F36BxWEe8UQuUeMr1EuPwJjNUFJ",
91
+ "treasury_receiver": "TN4tXH5F36BxWEe8UQuUeMr1EuPwJjNUFJ",
92
+ "overflow_treasury_receiver": "TCdE3ZGvBjUcqVCreT25SWwF36gkiLYTGD",
93
+ "overflow_threshold_decimal": 100000
94
+ },
95
+ "rpcBaseUrl": "https://api.nileex.io",
96
+ "rpcBaseUrlWss": "",
97
+ "targetConfirmations": 20,
98
+ "quicknodeStreams": [
99
+ {
100
+ "network": "tron-mainnet",
101
+ "dataset": "logs",
102
+ "name": "tron-custodial-transfers",
103
+ "listConfig": {
104
+ "key": "custodial-addresses"
105
+ }
106
+ }
107
+ ],
108
+ "custodialAlchemyWebhooks": [],
109
+ "contracts": [
110
+ {
111
+ "type": "Escrow",
112
+ "version": "1",
113
+ "startingBlock": 416497745,
114
+ "escrowAlchemyWebhooks": [],
115
+ "addresses": []
116
+ },
117
+ {
118
+ "type": "FundingWallet",
119
+ "version": "1",
120
+ "startingBlock": 45852351,
121
+ "escrowAlchemyWebhooks": [],
122
+ "addresses": [
123
+ "TN4tXH5F36BxWEe8UQuUeMr1EuPwJjNUFJ"
124
+ ]
125
+ }
126
+ ],
127
+ "paymentTokens": [
128
+ {
129
+ "name": "Tron",
130
+ "symbol": "TRX",
131
+ "token_standard": "TRX",
132
+ "type": "native",
133
+ "isStableCoin": false,
134
+ "decimals": 6,
135
+ "address": "0000000000000000000000000000000000000000",
136
+ "sweepThreshold": 10,
137
+ "sweepWalletMinBalance": 6
138
+ },
139
+ {
140
+ "name": "Tether Token",
141
+ "symbol": "USDT",
142
+ "token_standard": "TRC-20",
143
+ "type": "trc20",
144
+ "isStableCoin": true,
145
+ "decimals": 6,
146
+ "address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
147
+ "sweepThreshold": 1,
148
+ "sweepWalletMinBalance": 0
149
+ }
150
+ ]
151
+ },
152
+ "103": {
153
+ "status": true,
154
+ "isTestnet": true,
155
+ "name": "Solana Devnet",
156
+ "blockchainType": "solana",
157
+ "chainId": 103,
158
+ "blockexplorerUrl": "https://solscan.io/?cluster=devnet",
159
+ "rpcBaseUrl": "https://rpc.ankr.com/solana_devnet",
160
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/solana_devnet/ws",
161
+ "targetConfirmations": 2,
162
+ "accounting": {
163
+ "funding_wallet": "GLfRJqsRtTNDVvYVccXrz8RCKNnad2hqQfgFaApAKXCq",
164
+ "treasury_receiver": "AAuFzrm6H4Vv7UyJi8R5Gsm4ixtR2yVmqzLmuyUTS5cu",
165
+ "overflow_treasury_receiver": "GLfRJqsRtTNDVvYVccXrz8RCKNnad2hqQfgFaApAKXCq",
166
+ "overflow_threshold_decimal": 100000
167
+ },
168
+ "custodialAlchemyWebhooks": [
169
+ {
170
+ "chainId": "103",
171
+ "network_symbol": "sol",
172
+ "network": "SOLANA_DEVNET",
173
+ "total_wallet_count": 10,
174
+ "endpoint": "webhook/alchemy/address-activity-sol",
175
+ "source": "wallet"
176
+ }
177
+ ],
178
+ "contracts": [
179
+ {
180
+ "type": "Escrow",
181
+ "version": "1",
182
+ "startingBlock": 416497745,
183
+ "escrowAlchemyWebhooks": [
184
+ {
185
+ "chainId": "103",
186
+ "network_symbol": "sol",
187
+ "network": "SOLANA_DEVNET",
188
+ "type": "ADDRESS_ACTIVITY",
189
+ "endpoint": "webhook/alchemy/solana/escrow-events",
190
+ "source": "contract"
191
+ }
192
+ ],
193
+ "addresses": [
194
+ "AAuFzrm6H4Vv7UyJi8R5Gsm4ixtR2yVmqzLmuyUTS5cu"
195
+ ]
196
+ },
197
+ {
198
+ "type": "FundingWallet",
199
+ "version": "1",
200
+ "startingBlock": 45852351,
201
+ "escrowAlchemyWebhooks": [],
202
+ "addresses": [
203
+ "GLfRJqsRtTNDVvYVccXrz8RCKNnad2hqQfgFaApAKXCq"
204
+ ]
205
+ }
206
+ ],
207
+ "paymentTokens": [
208
+ {
209
+ "name": "Solana",
210
+ "symbol": "SOL",
211
+ "token_standard": "SOL",
212
+ "type": "native",
213
+ "decimals": 9,
214
+ "address": "11111111111111111111111111111111",
215
+ "sweepThreshold": 0.05,
216
+ "sweepWalletMinBalance": 0.01
217
+ },
218
+ {
219
+ "name": "Circle Token",
220
+ "symbol": "USDC",
221
+ "token_standard": "SOL",
222
+ "type": "erc20",
223
+ "isStableCoin": true,
224
+ "decimals": 6,
225
+ "address": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
226
+ "sweepThreshold": 1,
227
+ "sweepWalletMinBalance": 0
228
+ }
229
+ ]
230
+ },
231
+ "97": {
232
+ "status": true,
233
+ "isTestnet": true,
234
+ "name": "BSC Testnet",
235
+ "blockchainType": "evm",
236
+ "chainId": 97,
237
+ "blockexplorerUrl": "https://testnet.bscscan.com",
238
+ "rpcBaseUrl": "https://rpc.ankr.com/bsc_testnet_chapel",
239
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/bsc_testnet_chapel/ws",
240
+ "targetConfirmations": 10,
241
+ "accounting": {
242
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
243
+ "treasury_receiver": "0xaD372aCDd0F14A9430Af29DaEc8229A9F109d7F5",
244
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
245
+ "overflow_threshold_decimal": 100000
246
+ },
247
+ "custodialAlchemyWebhooks": [
248
+ {
249
+ "chainId": "97",
250
+ "network_symbol": "bnb",
251
+ "network": "BNB_TESTNET",
252
+ "total_wallet_count": 10,
253
+ "endpoint": "webhook/alchemy/address-activity-bnb",
254
+ "source": "wallet"
255
+ }
256
+ ],
257
+ "contracts": [
258
+ {
259
+ "type": "Escrow",
260
+ "version": "1",
261
+ "startingBlock": 45852351,
262
+ "escrowAlchemyWebhooks": [
263
+ {
264
+ "chainId": "97",
265
+ "network_symbol": "bnb",
266
+ "network": "BNB_TESTNET",
267
+ "type": "GRAPHQL",
268
+ "endpoint": "webhook/alchemy/escrow-events",
269
+ "source": "contract"
270
+ }
271
+ ],
272
+ "addresses": [
273
+ "0xaD372aCDd0F14A9430Af29DaEc8229A9F109d7F5"
274
+ ]
275
+ },
276
+ {
277
+ "type": "Erc20",
278
+ "version": "1",
279
+ "startingBlock": 0,
280
+ "escrowAlchemyWebhooks": [],
281
+ "addresses": [
282
+ "0x24607248E7F55B28548971B75A64d74515b49584"
283
+ ]
284
+ }
285
+ ],
286
+ "paymentTokens": [
287
+ {
288
+ "name": "Binance",
289
+ "symbol": "BNB",
290
+ "token_standard": "BEP-20",
291
+ "type": "native",
292
+ "isStableCoin": false,
293
+ "decimals": 18,
294
+ "address": "0x0000000000000000000000000000000000000000",
295
+ "sweepThreshold": 0.015,
296
+ "sweepWalletMinBalance": 0.0015
297
+ },
298
+ {
299
+ "name": "Tether Token",
300
+ "symbol": "USDT",
301
+ "token_standard": "BEP-20",
302
+ "type": "erc20",
303
+ "decimals": 6,
304
+ "isStableCoin": true,
305
+ "address": "0x24607248E7F55B28548971B75A64d74515b49584",
306
+ "sweepThreshold": 10,
307
+ "sweepWalletMinBalance": 0
308
+ }
309
+ ]
310
+ },
311
+ "4002": {
312
+ "status": false,
313
+ "isTestnet": true,
314
+ "name": "Fantom Testnet",
315
+ "blockchainType": "evm",
316
+ "chainId": 4002,
317
+ "blockexplorerUrl": "https://testnet.ftmscan.com",
318
+ "rpcBaseUrl": "https://rpc.ankr.com/fantom_testnet",
319
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/fantom_testnet/ws",
320
+ "targetConfirmations": 10,
321
+ "custodialAlchemyWebhooks": [
322
+ {
323
+ "chainId": "4002",
324
+ "network_symbol": "ftm",
325
+ "network": "FANTOM_TESTNET",
326
+ "total_wallet_count": 10,
327
+ "endpoint": "webhook/alchemy/address-activity-ftm",
328
+ "source": "wallet"
329
+ }
330
+ ],
331
+ "contracts": [
332
+ {
333
+ "type": "Escrow",
334
+ "version": "1",
335
+ "startingBlock": 30221979,
336
+ "escrowAlchemyWebhooks": [
337
+ {
338
+ "chainId": "4002",
339
+ "network_symbol": "ftm",
340
+ "network": "FANTOM_TESTNET",
341
+ "type": "GRAPHQL",
342
+ "endpoint": "webhook/alchemy/escrow-events",
343
+ "source": "contract"
344
+ }
345
+ ],
346
+ "addresses": [
347
+ "0x6dD60D70cBE16047F7F4bbcA7d0E7bBf92E1cA3c"
348
+ ]
349
+ },
350
+ {
351
+ "type": "Erc20",
352
+ "version": "1",
353
+ "startingBlock": 0,
354
+ "escrowAlchemyWebhooks": [],
355
+ "addresses": [
356
+ "0x00E15B31f48aC6DB632aABf5B656e118b31b1BeB"
357
+ ]
358
+ }
359
+ ],
360
+ "paymentTokens": [
361
+ {
362
+ "name": "Fantom",
363
+ "symbol": "FTM",
364
+ "token_standard": "FTM",
365
+ "type": "native",
366
+ "decimals": 18,
367
+ "address": "0x0000000000000000000000000000000000000000",
368
+ "sweepThreshold": 0.1,
369
+ "sweepWalletMinBalance": 0.01
370
+ },
371
+ {
372
+ "name": "Tether Token",
373
+ "symbol": "USDT",
374
+ "token_standard": "FTM",
375
+ "type": "erc20",
376
+ "decimals": 6,
377
+ "address": "0x00E15B31f48aC6DB632aABf5B656e118b31b1BeB",
378
+ "sweepThreshold": 10,
379
+ "sweepWalletMinBalance": 0
380
+ }
381
+ ]
382
+ },
383
+ "43113": {
384
+ "status": true,
385
+ "isTestnet": true,
386
+ "name": "Avalanche Testnet",
387
+ "blockchainType": "evm",
388
+ "chainId": 43113,
389
+ "blockexplorerUrl": "https://testnet.snowtrace.io",
390
+ "rpcBaseUrl": "https://rpc.ankr.com/avalanche_fuji",
391
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/avalanche_fuji/ws",
392
+ "targetConfirmations": 10,
393
+ "accounting": {
394
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
395
+ "treasury_receiver": "0x89DecB6b265D7714A69EE05E3Bc50Fd829D7Ef90",
396
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
397
+ "overflow_threshold_decimal": 100000
398
+ },
399
+ "custodialAlchemyWebhooks": [
400
+ {
401
+ "chainId": "43113",
402
+ "network_symbol": "avax",
403
+ "network": "AVAX_FUJI",
404
+ "total_wallet_count": 10,
405
+ "endpoint": "webhook/alchemy/address-activity-avax",
406
+ "source": "wallet"
407
+ }
408
+ ],
409
+ "contracts": [
410
+ {
411
+ "type": "Escrow",
412
+ "version": "1",
413
+ "startingBlock": 36790396,
414
+ "escrowAlchemyWebhooks": [
415
+ {
416
+ "chainId": "43113",
417
+ "network_symbol": "avax",
418
+ "network": "AVAX_FUJI",
419
+ "type": "GRAPHQL",
420
+ "endpoint": "webhook/alchemy/escrow-events",
421
+ "source": "contract"
422
+ }
423
+ ],
424
+ "addresses": [
425
+ "0x89DecB6b265D7714A69EE05E3Bc50Fd829D7Ef90"
426
+ ]
427
+ },
428
+ {
429
+ "type": "Erc20",
430
+ "version": "1",
431
+ "startingBlock": 0,
432
+ "escrowAlchemyWebhooks": [],
433
+ "addresses": [
434
+ "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9"
435
+ ]
436
+ }
437
+ ],
438
+ "paymentTokens": [
439
+ {
440
+ "name": "Avalanche",
441
+ "symbol": "AVAX",
442
+ "token_standard": "AVAXC",
443
+ "type": "native",
444
+ "isStableCoin": false,
445
+ "decimals": 18,
446
+ "address": "0x0000000000000000000000000000000000000000",
447
+ "sweepThreshold": 0.1,
448
+ "sweepWalletMinBalance": 0.01
449
+ },
450
+ {
451
+ "name": "Tether Token",
452
+ "symbol": "USDT",
453
+ "token_standard": "AVAXC",
454
+ "type": "erc20",
455
+ "isStableCoin": true,
456
+ "decimals": 6,
457
+ "address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
458
+ "sweepThreshold": 10,
459
+ "sweepWalletMinBalance": 0
460
+ }
461
+ ]
462
+ },
463
+ "200810": {
464
+ "status": true,
465
+ "isTestnet": true,
466
+ "name": "Bitlayer Testnet",
467
+ "blockchainType": "evm",
468
+ "chainId": 200810,
469
+ "blockexplorerUrl": "https://testnet-scan.bitlayer.org",
470
+ "rpcBaseUrl": "https://rpc.ankr.com/bitlayer_testnet",
471
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/bitlayer_testnet/ws",
472
+ "targetConfirmations": 10,
473
+ "custodialAlchemyWebhooks": [],
474
+ "contracts": [],
475
+ "paymentTokens": []
476
+ },
477
+ "11155111": {
478
+ "status": true,
479
+ "isTestnet": true,
480
+ "name": "Sepolia Testnet",
481
+ "blockchainType": "evm",
482
+ "chainId": 11155111,
483
+ "blockexplorerUrl": "https://sepolia.etherscan.io",
484
+ "rpcBaseUrl": "https://rpc.ankr.com/eth_sepolia",
485
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/eth_sepolia/ws",
486
+ "targetConfirmations": 10,
487
+ "accounting": {
488
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
489
+ "treasury_receiver": "0xEA8Ad078561B83724EEcDBb5b5A4f03369115Cf8",
490
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
491
+ "overflow_threshold_decimal": 100000
492
+ },
493
+ "custodialAlchemyWebhooks": [
494
+ {
495
+ "chainId": "11155111",
496
+ "network_symbol": "eth",
497
+ "network": "ETH_SEPOLIA",
498
+ "total_wallet_count": 10,
499
+ "endpoint": "webhook/alchemy/address-activity-eth",
500
+ "source": "wallet"
501
+ }
502
+ ],
503
+ "contracts": [
504
+ {
505
+ "type": "Escrow",
506
+ "version": "1",
507
+ "startingBlock": 7130234,
508
+ "escrowAlchemyWebhooks": [
509
+ {
510
+ "chainId": "11155111",
511
+ "network_symbol": "eth",
512
+ "network": "ETH_SEPOLIA",
513
+ "type": "GRAPHQL",
514
+ "endpoint": "webhook/alchemy/escrow-events",
515
+ "source": "contract"
516
+ }
517
+ ],
518
+ "addresses": [
519
+ "0xEA8Ad078561B83724EEcDBb5b5A4f03369115Cf8"
520
+ ]
521
+ },
522
+ {
523
+ "type": "Erc20",
524
+ "version": "1",
525
+ "startingBlock": 0,
526
+ "escrowAlchemyWebhooks": [],
527
+ "addresses": [
528
+ "0xd36A20dB12953F0bf09C66B08c1771ae046D2152"
529
+ ]
530
+ }
531
+ ],
532
+ "paymentTokens": [
533
+ {
534
+ "name": "Ethereum",
535
+ "symbol": "ETH",
536
+ "token_standard": "ERC-20",
537
+ "type": "native",
538
+ "isStableCoin": false,
539
+ "decimals": 18,
540
+ "address": "0x0000000000000000000000000000000000000000",
541
+ "sweepThreshold": 0.00033,
542
+ "sweepWalletMinBalance": 0.001
543
+ },
544
+ {
545
+ "name": "Tether Token",
546
+ "symbol": "USDT",
547
+ "token_standard": "ERC-20",
548
+ "type": "erc20",
549
+ "isStableCoin": true,
550
+ "decimals": 6,
551
+ "address": "0xd36A20dB12953F0bf09C66B08c1771ae046D2152",
552
+ "sweepThreshold": 10,
553
+ "sweepWalletMinBalance": 0
554
+ }
555
+ ]
556
+ },
557
+ "80002": {
558
+ "status": true,
559
+ "isTestnet": true,
560
+ "name": "Polygon Amoy",
561
+ "blockchainType": "evm",
562
+ "chainId": 80002,
563
+ "blockexplorerUrl": "https://amoy.polygonscan.com",
564
+ "rpcBaseUrl": "https://rpc.ankr.com/polygon_amoy",
565
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/polygon_amoy/ws",
566
+ "targetConfirmations": 10,
567
+ "accounting": {
568
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
569
+ "treasury_receiver": "0x69E1F9316E03Da502B52f4682b0349d36CFBfFfD",
570
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
571
+ "overflow_threshold_decimal": 100000
572
+ },
573
+ "custodialAlchemyWebhooks": [
574
+ {
575
+ "chainId": "80002",
576
+ "network_symbol": "pol",
577
+ "network": "MATIC_AMOY",
578
+ "total_wallet_count": 10,
579
+ "endpoint": "webhook/alchemy/address-activity-pol",
580
+ "source": "wallet"
581
+ }
582
+ ],
583
+ "contracts": [
584
+ {
585
+ "type": "Escrow",
586
+ "version": "1",
587
+ "startingBlock": 14742924,
588
+ "escrowAlchemyWebhooks": [
589
+ {
590
+ "chainId": "80002",
591
+ "network_symbol": "pol",
592
+ "network": "MATIC_AMOY",
593
+ "type": "GRAPHQL",
594
+ "endpoint": "webhook/alchemy/escrow-events",
595
+ "source": "contract"
596
+ }
597
+ ],
598
+ "addresses": [
599
+ "0x69E1F9316E03Da502B52f4682b0349d36CFBfFfD"
600
+ ]
601
+ },
602
+ {
603
+ "type": "Erc20",
604
+ "version": "1",
605
+ "startingBlock": 0,
606
+ "addresses": [
607
+ "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9"
608
+ ]
609
+ }
610
+ ],
611
+ "paymentTokens": [
612
+ {
613
+ "name": "Amoy",
614
+ "symbol": "MATIC",
615
+ "token_standard": "MATIC",
616
+ "type": "native",
617
+ "decimals": 18,
618
+ "isStableCoin": false,
619
+ "address": "0x0000000000000000000000000000000000000000",
620
+ "sweepThreshold": 10,
621
+ "sweepWalletMinBalance": 0.01
622
+ },
623
+ {
624
+ "name": "Tether Token",
625
+ "symbol": "USDT",
626
+ "token_standard": "MATIC",
627
+ "type": "erc20",
628
+ "decimals": 6,
629
+ "isStableCoin": true,
630
+ "address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
631
+ "sweepThreshold": 10,
632
+ "sweepWalletMinBalance": 0
633
+ }
634
+ ]
635
+ },
636
+ "10143": {
637
+ "status": true,
638
+ "isTestnet": true,
639
+ "name": "Monad Testnet",
640
+ "blockchainType": "evm",
641
+ "chainId": 10143,
642
+ "blockexplorerUrl": "https://testnet.monadscan.com",
643
+ "rpcBaseUrl": "https://rpc.ankr.com/monad_testnet",
644
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/monad_testnet/ws",
645
+ "targetConfirmations": 10,
646
+ "accounting": {
647
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
648
+ "treasury_receiver": "0xf4BE5695F5eCd281171ab625ceb59bEee081e14f",
649
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
650
+ "overflow_threshold_decimal": 100000
651
+ },
652
+ "custodialAlchemyWebhooks": [
653
+ {
654
+ "chainId": "10143",
655
+ "network_symbol": "mon",
656
+ "network": "MONAD_TESTNET",
657
+ "total_wallet_count": 10,
658
+ "endpoint": "webhook/alchemy/address-activity-mon",
659
+ "source": "wallet"
660
+ }
661
+ ],
662
+ "contracts": [
663
+ {
664
+ "type": "Escrow",
665
+ "version": "1",
666
+ "startingBlock": 56193231,
667
+ "escrowAlchemyWebhooks": [
668
+ {
669
+ "chainId": "10143",
670
+ "network_symbol": "mon",
671
+ "network": "MONAD_TESTNET",
672
+ "type": "GRAPHQL",
673
+ "endpoint": "webhook/alchemy/escrow-events",
674
+ "source": "contract"
675
+ }
676
+ ],
677
+ "addresses": [
678
+ "0xf4BE5695F5eCd281171ab625ceb59bEee081e14f"
679
+ ]
680
+ },
681
+ {
682
+ "type": "Erc20",
683
+ "version": "1",
684
+ "startingBlock": 56194507,
685
+ "addresses": [
686
+ "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe"
687
+ ]
688
+ }
689
+ ],
690
+ "paymentTokens": [
691
+ {
692
+ "name": "Monad",
693
+ "symbol": "MON",
694
+ "token_standard": "ERC-20",
695
+ "type": "native",
696
+ "isStableCoin": false,
697
+ "decimals": 18,
698
+ "address": "0x0000000000000000000000000000000000000000",
699
+ "sweepThreshold": 10,
700
+ "sweepWalletMinBalance": 0.1
701
+ },
702
+ {
703
+ "name": "Tether Token",
704
+ "symbol": "USDT",
705
+ "token_standard": "ERC-20",
706
+ "isStableCoin": true,
707
+ "type": "erc20",
708
+ "decimals": 6,
709
+ "address": "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe",
710
+ "sweepThreshold": 10,
711
+ "sweepWalletMinBalance": 0
712
+ }
713
+ ]
714
+ }
715
+ }