@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,699 @@
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
+ "decimals": 8,
21
+ "address": "000000000000000000000000000000000000000000",
22
+ "sweepThreshold": 0.001,
23
+ "sweepWalletMinBalance": 0.01
24
+ }
25
+ ]
26
+ },
27
+ "728126428": {
28
+ "status": false,
29
+ "isTestnet": false,
30
+ "name": "Tron Mainnet",
31
+ "blockchainType": "tron",
32
+ "chainId": 728126428,
33
+ "blockexplorerUrl": "https://tronscan.org",
34
+ "rpcMetadata": {
35
+ "rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
36
+ "tronGridApi": "https://api.trongrid.io"
37
+ },
38
+ "rpcBaseUrl": "https://api.nileex.io",
39
+ "rpcBaseUrlWss": "",
40
+ "targetConfirmations": 2,
41
+ "quicknodeStreams": [],
42
+ "custodialAlchemyWebhooks": [],
43
+ "tronConfig": {
44
+ "trxTransferCost": 270000,
45
+ "trc20TransferCost": 4000000
46
+ },
47
+ "contracts": [],
48
+ "paymentTokens": [
49
+ {
50
+ "name": "Tron",
51
+ "symbol": "TRX",
52
+ "token_standard": "TRX",
53
+ "type": "native",
54
+ "decimals": 6,
55
+ "address": "0000000000000000000000000000000000000000",
56
+ "sweepThreshold": 10,
57
+ "sweepWalletMinBalance": 6
58
+ },
59
+ {
60
+ "name": "Tether Token",
61
+ "symbol": "USDT",
62
+ "token_standard": "TRC-20",
63
+ "type": "trc20",
64
+ "decimals": 6,
65
+ "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
66
+ "sweepThreshold": 1,
67
+ "sweepWalletMinBalance": 0
68
+ }
69
+ ]
70
+ },
71
+ "3448148188": {
72
+ "status": true,
73
+ "isTestnet": true,
74
+ "name": "Tron Testnet",
75
+ "blockchainType": "tron",
76
+ "chainId": 3448148188,
77
+ "blockexplorerUrl": "https://nile.tronscan.org",
78
+ "rpcMetadata": {
79
+ "rpcBaseUrl": "https://api.nileex.io",
80
+ "tronGridApi": "https://nile.trongrid.io"
81
+ },
82
+ "tronConfig": {
83
+ "trxTransferCost": 270000,
84
+ "trc20TransferCost": 4000000
85
+ },
86
+ "accounting": {
87
+ "funding_wallet": "TN4tXH5F36BxWEe8UQuUeMr1EuPwJjNUFJ",
88
+ "treasury_receiver": "TN4tXH5F36BxWEe8UQuUeMr1EuPwJjNUFJ",
89
+ "overflow_treasury_receiver": "TCdE3ZGvBjUcqVCreT25SWwF36gkiLYTGD",
90
+ "overflow_threshold_decimal": 100000
91
+ },
92
+ "rpcBaseUrl": "https://api.nileex.io",
93
+ "rpcBaseUrlWss": "",
94
+ "targetConfirmations": 20,
95
+ "quicknodeStreams": [
96
+ {
97
+ "network": "tron-mainnet",
98
+ "dataset": "logs",
99
+ "name": "tron-custodial-transfers",
100
+ "listConfig": {
101
+ "key": "custodial-addresses"
102
+ }
103
+ }
104
+ ],
105
+ "custodialAlchemyWebhooks": [],
106
+ "contracts": [
107
+ {
108
+ "type": "Escrow",
109
+ "version": "1",
110
+ "startingBlock": 416497745,
111
+ "escrowAlchemyWebhooks": [],
112
+ "addresses": []
113
+ },
114
+ {
115
+ "type": "FundingWallet",
116
+ "version": "1",
117
+ "startingBlock": 45852351,
118
+ "escrowAlchemyWebhooks": [],
119
+ "addresses": [
120
+ "TN4tXH5F36BxWEe8UQuUeMr1EuPwJjNUFJ"
121
+ ]
122
+ }
123
+ ],
124
+ "paymentTokens": [
125
+ {
126
+ "name": "Tron",
127
+ "symbol": "TRX",
128
+ "token_standard": "TRX",
129
+ "type": "native",
130
+ "decimals": 6,
131
+ "address": "0000000000000000000000000000000000000000",
132
+ "sweepThreshold": 10,
133
+ "sweepWalletMinBalance": 6
134
+ },
135
+ {
136
+ "name": "Tether Token",
137
+ "symbol": "USDT",
138
+ "token_standard": "TRC-20",
139
+ "type": "trc20",
140
+ "decimals": 6,
141
+ "address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
142
+ "sweepThreshold": 1,
143
+ "sweepWalletMinBalance": 0
144
+ }
145
+ ]
146
+ },
147
+ "103": {
148
+ "status": true,
149
+ "isTestnet": true,
150
+ "name": "Solana Devnet",
151
+ "blockchainType": "solana",
152
+ "chainId": 103,
153
+ "blockexplorerUrl": "https://solscan.io/?cluster=devnet",
154
+ "rpcBaseUrl": "https://rpc.ankr.com/solana_devnet",
155
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/solana_devnet/ws",
156
+ "targetConfirmations": 2,
157
+ "accounting": {
158
+ "funding_wallet": "GLfRJqsRtTNDVvYVccXrz8RCKNnad2hqQfgFaApAKXCq",
159
+ "treasury_receiver": "AAuFzrm6H4Vv7UyJi8R5Gsm4ixtR2yVmqzLmuyUTS5cu",
160
+ "overflow_treasury_receiver": "GLfRJqsRtTNDVvYVccXrz8RCKNnad2hqQfgFaApAKXCq",
161
+ "overflow_threshold_decimal": 100000
162
+ },
163
+ "custodialAlchemyWebhooks": [
164
+ {
165
+ "chainId": "103",
166
+ "network_symbol": "sol",
167
+ "network": "SOLANA_DEVNET",
168
+ "total_wallet_count": 10,
169
+ "endpoint": "webhook/alchemy/address-activity-sol",
170
+ "source": "wallet"
171
+ }
172
+ ],
173
+ "contracts": [
174
+ {
175
+ "type": "Escrow",
176
+ "version": "1",
177
+ "startingBlock": 416497745,
178
+ "escrowAlchemyWebhooks": [
179
+ {
180
+ "chainId": "103",
181
+ "network_symbol": "sol",
182
+ "network": "SOLANA_DEVNET",
183
+ "type": "ADDRESS_ACTIVITY",
184
+ "endpoint": "webhook/alchemy/solana/escrow-events",
185
+ "source": "contract"
186
+ }
187
+ ],
188
+ "addresses": [
189
+ "AAuFzrm6H4Vv7UyJi8R5Gsm4ixtR2yVmqzLmuyUTS5cu"
190
+ ]
191
+ },
192
+ {
193
+ "type": "FundingWallet",
194
+ "version": "1",
195
+ "startingBlock": 45852351,
196
+ "escrowAlchemyWebhooks": [],
197
+ "addresses": [
198
+ "GLfRJqsRtTNDVvYVccXrz8RCKNnad2hqQfgFaApAKXCq"
199
+ ]
200
+ }
201
+ ],
202
+ "paymentTokens": [
203
+ {
204
+ "name": "Solana",
205
+ "symbol": "SOL",
206
+ "token_standard": "SOL",
207
+ "type": "native",
208
+ "decimals": 9,
209
+ "address": "11111111111111111111111111111111",
210
+ "sweepThreshold": 0.05,
211
+ "sweepWalletMinBalance": 0.01
212
+ },
213
+ {
214
+ "name": "Circle Token",
215
+ "symbol": "USDC",
216
+ "token_standard": "SOL",
217
+ "type": "erc20",
218
+ "decimals": 6,
219
+ "address": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
220
+ "sweepThreshold": 1,
221
+ "sweepWalletMinBalance": 0
222
+ }
223
+ ]
224
+ },
225
+ "97": {
226
+ "status": true,
227
+ "isTestnet": true,
228
+ "name": "BSC Testnet",
229
+ "blockchainType": "evm",
230
+ "chainId": 97,
231
+ "blockexplorerUrl": "https://testnet.bscscan.com",
232
+ "rpcBaseUrl": "https://rpc.ankr.com/bsc_testnet_chapel",
233
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/bsc_testnet_chapel/ws",
234
+ "targetConfirmations": 10,
235
+ "accounting": {
236
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
237
+ "treasury_receiver": "0xaD372aCDd0F14A9430Af29DaEc8229A9F109d7F5",
238
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
239
+ "overflow_threshold_decimal": 100000
240
+ },
241
+ "custodialAlchemyWebhooks": [
242
+ {
243
+ "chainId": "97",
244
+ "network_symbol": "bnb",
245
+ "network": "BNB_TESTNET",
246
+ "total_wallet_count": 10,
247
+ "endpoint": "webhook/alchemy/address-activity-bnb",
248
+ "source": "wallet"
249
+ }
250
+ ],
251
+ "contracts": [
252
+ {
253
+ "type": "Escrow",
254
+ "version": "1",
255
+ "startingBlock": 45852351,
256
+ "escrowAlchemyWebhooks": [
257
+ {
258
+ "chainId": "97",
259
+ "network_symbol": "bnb",
260
+ "network": "BNB_TESTNET",
261
+ "type": "GRAPHQL",
262
+ "endpoint": "webhook/alchemy/escrow-events",
263
+ "source": "contract"
264
+ }
265
+ ],
266
+ "addresses": [
267
+ "0xaD372aCDd0F14A9430Af29DaEc8229A9F109d7F5"
268
+ ]
269
+ },
270
+ {
271
+ "type": "Erc20",
272
+ "version": "1",
273
+ "startingBlock": 0,
274
+ "escrowAlchemyWebhooks": [],
275
+ "addresses": [
276
+ "0x24607248E7F55B28548971B75A64d74515b49584"
277
+ ]
278
+ }
279
+ ],
280
+ "paymentTokens": [
281
+ {
282
+ "name": "Binance",
283
+ "symbol": "BNB",
284
+ "token_standard": "BEP-20",
285
+ "type": "native",
286
+ "decimals": 18,
287
+ "address": "0x0000000000000000000000000000000000000000",
288
+ "sweepThreshold": 0.015,
289
+ "sweepWalletMinBalance": 0.0015
290
+ },
291
+ {
292
+ "name": "Tether Token",
293
+ "symbol": "USDT",
294
+ "token_standard": "BEP-20",
295
+ "type": "erc20",
296
+ "decimals": 6,
297
+ "address": "0x24607248E7F55B28548971B75A64d74515b49584",
298
+ "sweepThreshold": 10,
299
+ "sweepWalletMinBalance": 0
300
+ }
301
+ ]
302
+ },
303
+ "4002": {
304
+ "status": false,
305
+ "isTestnet": true,
306
+ "name": "Fantom Testnet",
307
+ "blockchainType": "evm",
308
+ "chainId": 4002,
309
+ "blockexplorerUrl": "https://testnet.ftmscan.com",
310
+ "rpcBaseUrl": "https://rpc.ankr.com/fantom_testnet",
311
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/fantom_testnet/ws",
312
+ "targetConfirmations": 10,
313
+ "custodialAlchemyWebhooks": [
314
+ {
315
+ "chainId": "4002",
316
+ "network_symbol": "ftm",
317
+ "network": "FANTOM_TESTNET",
318
+ "total_wallet_count": 10,
319
+ "endpoint": "webhook/alchemy/address-activity-ftm",
320
+ "source": "wallet"
321
+ }
322
+ ],
323
+ "contracts": [
324
+ {
325
+ "type": "Escrow",
326
+ "version": "1",
327
+ "startingBlock": 30221979,
328
+ "escrowAlchemyWebhooks": [
329
+ {
330
+ "chainId": "4002",
331
+ "network_symbol": "ftm",
332
+ "network": "FANTOM_TESTNET",
333
+ "type": "GRAPHQL",
334
+ "endpoint": "webhook/alchemy/escrow-events",
335
+ "source": "contract"
336
+ }
337
+ ],
338
+ "addresses": [
339
+ "0x6dD60D70cBE16047F7F4bbcA7d0E7bBf92E1cA3c"
340
+ ]
341
+ },
342
+ {
343
+ "type": "Erc20",
344
+ "version": "1",
345
+ "startingBlock": 0,
346
+ "escrowAlchemyWebhooks": [],
347
+ "addresses": [
348
+ "0x00E15B31f48aC6DB632aABf5B656e118b31b1BeB"
349
+ ]
350
+ }
351
+ ],
352
+ "paymentTokens": [
353
+ {
354
+ "name": "Fantom",
355
+ "symbol": "FTM",
356
+ "token_standard": "FTM",
357
+ "type": "native",
358
+ "decimals": 18,
359
+ "address": "0x0000000000000000000000000000000000000000",
360
+ "sweepThreshold": 0.1,
361
+ "sweepWalletMinBalance": 0.01
362
+ },
363
+ {
364
+ "name": "Tether Token",
365
+ "symbol": "USDT",
366
+ "token_standard": "FTM",
367
+ "type": "erc20",
368
+ "decimals": 6,
369
+ "address": "0x00E15B31f48aC6DB632aABf5B656e118b31b1BeB",
370
+ "sweepThreshold": 10,
371
+ "sweepWalletMinBalance": 0
372
+ }
373
+ ]
374
+ },
375
+ "43113": {
376
+ "status": true,
377
+ "isTestnet": true,
378
+ "name": "Avalanche Testnet",
379
+ "blockchainType": "evm",
380
+ "chainId": 43113,
381
+ "blockexplorerUrl": "https://testnet.snowtrace.io",
382
+ "rpcBaseUrl": "https://rpc.ankr.com/avalanche_fuji",
383
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/avalanche_fuji/ws",
384
+ "targetConfirmations": 10,
385
+ "accounting": {
386
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
387
+ "treasury_receiver": "0x89DecB6b265D7714A69EE05E3Bc50Fd829D7Ef90",
388
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
389
+ "overflow_threshold_decimal": 100000
390
+ },
391
+ "custodialAlchemyWebhooks": [
392
+ {
393
+ "chainId": "43113",
394
+ "network_symbol": "avax",
395
+ "network": "AVAX_FUJI",
396
+ "total_wallet_count": 10,
397
+ "endpoint": "webhook/alchemy/address-activity-avax",
398
+ "source": "wallet"
399
+ }
400
+ ],
401
+ "contracts": [
402
+ {
403
+ "type": "Escrow",
404
+ "version": "1",
405
+ "startingBlock": 36790396,
406
+ "escrowAlchemyWebhooks": [
407
+ {
408
+ "chainId": "43113",
409
+ "network_symbol": "avax",
410
+ "network": "AVAX_FUJI",
411
+ "type": "GRAPHQL",
412
+ "endpoint": "webhook/alchemy/escrow-events",
413
+ "source": "contract"
414
+ }
415
+ ],
416
+ "addresses": [
417
+ "0x89DecB6b265D7714A69EE05E3Bc50Fd829D7Ef90"
418
+ ]
419
+ },
420
+ {
421
+ "type": "Erc20",
422
+ "version": "1",
423
+ "startingBlock": 0,
424
+ "escrowAlchemyWebhooks": [],
425
+ "addresses": [
426
+ "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9"
427
+ ]
428
+ }
429
+ ],
430
+ "paymentTokens": [
431
+ {
432
+ "name": "Avalanche",
433
+ "symbol": "AVAX",
434
+ "token_standard": "AVAXC",
435
+ "type": "native",
436
+ "decimals": 18,
437
+ "address": "0x0000000000000000000000000000000000000000",
438
+ "sweepThreshold": 0.1,
439
+ "sweepWalletMinBalance": 0.01
440
+ },
441
+ {
442
+ "name": "Tether Token",
443
+ "symbol": "USDT",
444
+ "token_standard": "AVAXC",
445
+ "type": "erc20",
446
+ "decimals": 6,
447
+ "address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
448
+ "sweepThreshold": 10,
449
+ "sweepWalletMinBalance": 0
450
+ }
451
+ ]
452
+ },
453
+ "200810": {
454
+ "status": true,
455
+ "isTestnet": true,
456
+ "name": "Bitlayer Testnet",
457
+ "blockchainType": "evm",
458
+ "chainId": 200810,
459
+ "blockexplorerUrl": "https://testnet-scan.bitlayer.org",
460
+ "rpcBaseUrl": "https://rpc.ankr.com/bitlayer_testnet",
461
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/bitlayer_testnet/ws",
462
+ "targetConfirmations": 10,
463
+ "custodialAlchemyWebhooks": [],
464
+ "contracts": [],
465
+ "paymentTokens": []
466
+ },
467
+ "11155111": {
468
+ "status": true,
469
+ "isTestnet": true,
470
+ "name": "Sepolia Testnet",
471
+ "blockchainType": "evm",
472
+ "chainId": 11155111,
473
+ "blockexplorerUrl": "https://sepolia.etherscan.io",
474
+ "rpcBaseUrl": "https://rpc.ankr.com/eth_sepolia",
475
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/eth_sepolia/ws",
476
+ "targetConfirmations": 10,
477
+ "accounting": {
478
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
479
+ "treasury_receiver": "0xEA8Ad078561B83724EEcDBb5b5A4f03369115Cf8",
480
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
481
+ "overflow_threshold_decimal": 100000
482
+ },
483
+ "custodialAlchemyWebhooks": [
484
+ {
485
+ "chainId": "11155111",
486
+ "network_symbol": "eth",
487
+ "network": "ETH_SEPOLIA",
488
+ "total_wallet_count": 10,
489
+ "endpoint": "webhook/alchemy/address-activity-eth",
490
+ "source": "wallet"
491
+ }
492
+ ],
493
+ "contracts": [
494
+ {
495
+ "type": "Escrow",
496
+ "version": "1",
497
+ "startingBlock": 7130234,
498
+ "escrowAlchemyWebhooks": [
499
+ {
500
+ "chainId": "11155111",
501
+ "network_symbol": "eth",
502
+ "network": "ETH_SEPOLIA",
503
+ "type": "GRAPHQL",
504
+ "endpoint": "webhook/alchemy/escrow-events",
505
+ "source": "contract"
506
+ }
507
+ ],
508
+ "addresses": [
509
+ "0xEA8Ad078561B83724EEcDBb5b5A4f03369115Cf8"
510
+ ]
511
+ },
512
+ {
513
+ "type": "Erc20",
514
+ "version": "1",
515
+ "startingBlock": 0,
516
+ "escrowAlchemyWebhooks": [],
517
+ "addresses": [
518
+ "0xd36A20dB12953F0bf09C66B08c1771ae046D2152"
519
+ ]
520
+ }
521
+ ],
522
+ "paymentTokens": [
523
+ {
524
+ "name": "Ethereum",
525
+ "symbol": "ETH",
526
+ "token_standard": "ERC-20",
527
+ "type": "native",
528
+ "decimals": 18,
529
+ "address": "0x0000000000000000000000000000000000000000",
530
+ "sweepThreshold": 0.00033,
531
+ "sweepWalletMinBalance": 0.001
532
+ },
533
+ {
534
+ "name": "Tether Token",
535
+ "symbol": "USDT",
536
+ "token_standard": "ERC-20",
537
+ "type": "erc20",
538
+ "decimals": 6,
539
+ "address": "0xd36A20dB12953F0bf09C66B08c1771ae046D2152",
540
+ "sweepThreshold": 10,
541
+ "sweepWalletMinBalance": 0
542
+ }
543
+ ]
544
+ },
545
+ "80002": {
546
+ "status": true,
547
+ "isTestnet": true,
548
+ "name": "Polygon Amoy",
549
+ "blockchainType": "evm",
550
+ "chainId": 80002,
551
+ "blockexplorerUrl": "https://amoy.polygonscan.com",
552
+ "rpcBaseUrl": "https://rpc.ankr.com/polygon_amoy",
553
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/polygon_amoy/ws",
554
+ "targetConfirmations": 10,
555
+ "accounting": {
556
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
557
+ "treasury_receiver": "0x69E1F9316E03Da502B52f4682b0349d36CFBfFfD",
558
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
559
+ "overflow_threshold_decimal": 100000
560
+ },
561
+ "custodialAlchemyWebhooks": [
562
+ {
563
+ "chainId": "80002",
564
+ "network_symbol": "pol",
565
+ "network": "MATIC_AMOY",
566
+ "total_wallet_count": 10,
567
+ "endpoint": "webhook/alchemy/address-activity-pol",
568
+ "source": "wallet"
569
+ }
570
+ ],
571
+ "contracts": [
572
+ {
573
+ "type": "Escrow",
574
+ "version": "1",
575
+ "startingBlock": 14742924,
576
+ "escrowAlchemyWebhooks": [
577
+ {
578
+ "chainId": "80002",
579
+ "network_symbol": "pol",
580
+ "network": "MATIC_AMOY",
581
+ "type": "GRAPHQL",
582
+ "endpoint": "webhook/alchemy/escrow-events",
583
+ "source": "contract"
584
+ }
585
+ ],
586
+ "addresses": [
587
+ "0x69E1F9316E03Da502B52f4682b0349d36CFBfFfD"
588
+ ]
589
+ },
590
+ {
591
+ "type": "Erc20",
592
+ "version": "1",
593
+ "startingBlock": 0,
594
+ "addresses": [
595
+ "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9"
596
+ ]
597
+ }
598
+ ],
599
+ "paymentTokens": [
600
+ {
601
+ "name": "Amoy",
602
+ "symbol": "MATIC",
603
+ "token_standard": "MATIC",
604
+ "type": "native",
605
+ "decimals": 18,
606
+ "address": "0x0000000000000000000000000000000000000000",
607
+ "sweepThreshold": 10,
608
+ "sweepWalletMinBalance": 0.01
609
+ },
610
+ {
611
+ "name": "Tether Token",
612
+ "symbol": "USDT",
613
+ "token_standard": "MATIC",
614
+ "type": "erc20",
615
+ "decimals": 6,
616
+ "address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
617
+ "sweepThreshold": 10,
618
+ "sweepWalletMinBalance": 0
619
+ }
620
+ ]
621
+ },
622
+ "10143": {
623
+ "status": true,
624
+ "isTestnet": true,
625
+ "name": "Monad Testnet",
626
+ "blockchainType": "evm",
627
+ "chainId": 10143,
628
+ "blockexplorerUrl": "https://testnet.monadscan.com",
629
+ "rpcBaseUrl": "https://rpc.ankr.com/monad_testnet",
630
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/monad_testnet/ws",
631
+ "targetConfirmations": 10,
632
+ "accounting": {
633
+ "funding_wallet": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
634
+ "treasury_receiver": "0xf4BE5695F5eCd281171ab625ceb59bEee081e14f",
635
+ "overflow_treasury_receiver": "0xF84a78E56fBACAADd73E59eDAe02b3b80e4966C8",
636
+ "overflow_threshold_decimal": 100000
637
+ },
638
+ "custodialAlchemyWebhooks": [
639
+ {
640
+ "chainId": "10143",
641
+ "network_symbol": "mon",
642
+ "network": "MONAD_TESTNET",
643
+ "total_wallet_count": 10,
644
+ "endpoint": "webhook/alchemy/address-activity-mon",
645
+ "source": "wallet"
646
+ }
647
+ ],
648
+ "contracts": [
649
+ {
650
+ "type": "Escrow",
651
+ "version": "1",
652
+ "startingBlock": 56193231,
653
+ "escrowAlchemyWebhooks": [
654
+ {
655
+ "chainId": "10143",
656
+ "network_symbol": "mon",
657
+ "network": "MONAD_TESTNET",
658
+ "type": "GRAPHQL",
659
+ "endpoint": "webhook/alchemy/escrow-events",
660
+ "source": "contract"
661
+ }
662
+ ],
663
+ "addresses": [
664
+ "0xf4BE5695F5eCd281171ab625ceb59bEee081e14f"
665
+ ]
666
+ },
667
+ {
668
+ "type": "Erc20",
669
+ "version": "1",
670
+ "startingBlock": 56194507,
671
+ "addresses": [
672
+ "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe"
673
+ ]
674
+ }
675
+ ],
676
+ "paymentTokens": [
677
+ {
678
+ "name": "Monad",
679
+ "symbol": "MON",
680
+ "token_standard": "ERC-20",
681
+ "type": "native",
682
+ "decimals": 18,
683
+ "address": "0x0000000000000000000000000000000000000000",
684
+ "sweepThreshold": 10,
685
+ "sweepWalletMinBalance": 0.1
686
+ },
687
+ {
688
+ "name": "Tether Token",
689
+ "symbol": "USDT",
690
+ "token_standard": "ERC-20",
691
+ "type": "erc20",
692
+ "decimals": 6,
693
+ "address": "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe",
694
+ "sweepThreshold": 10,
695
+ "sweepWalletMinBalance": 0
696
+ }
697
+ ]
698
+ }
699
+ }