@ercworldio/blockchain-shared 1.0.1-dev.8 → 1.0.2-dev-PROJ-1265.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/README.md +26 -0
  2. package/build/chains/networks_dev.json +116 -25
  3. package/build/chains/networks_prod-bu.json +116 -8
  4. package/build/chains/networks_prod-dz.json +216 -13
  5. package/build/chains/networks_stg-bu.json +36 -9
  6. package/build/chains/networks_stg-dz.json +82 -22
  7. package/build/chains/networks_stg-sh.json +534 -0
  8. package/build/chains/networks_stg-yb.json +435 -0
  9. package/build/chains/stg-sh.json +93 -0
  10. package/build/contracts/Escrow.d.ts +1 -1
  11. package/build/contracts/Escrow.d.ts.map +1 -1
  12. package/build/contracts/Escrow.js +2 -2
  13. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts +232 -0
  14. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts.map +1 -0
  15. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +2 -0
  16. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  17. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  18. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
  19. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  20. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +21 -0
  21. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts.map +1 -0
  22. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +2 -0
  23. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  24. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  25. package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +2 -0
  26. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +5 -3
  27. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
  28. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts +290 -0
  29. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts.map +1 -0
  30. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +390 -0
  31. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
  32. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  33. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
  34. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +1 -0
  35. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
  36. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +2 -1
  37. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +47 -0
  38. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -0
  39. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +71 -0
  40. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
  41. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
  42. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +8 -0
  43. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +1 -1
  44. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts.map +1 -1
  45. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +1 -1
  46. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +1 -1
  47. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -1
  48. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +1 -1
  49. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +1 -1
  50. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -1
  51. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +1 -1
  52. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +1 -1
  53. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
  54. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +1 -1
  55. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -1
  56. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
  57. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +1 -1
  58. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
  59. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
  60. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
  61. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +13 -1
  62. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
  63. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +17 -1
  64. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
  65. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
  66. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
  67. package/build/contracts/typechain-types/index.d.ts +4 -0
  68. package/build/contracts/typechain-types/index.d.ts.map +1 -1
  69. package/build/contracts/typechain-types/index.js +5 -1
  70. package/build/entities/DepositAddressArchive.js +1 -1
  71. package/build/errors/AdminErrors.d.ts +5 -9
  72. package/build/errors/AdminErrors.d.ts.map +1 -1
  73. package/build/errors/AdminErrors.js +49 -24
  74. package/build/errors/AlchemyErrors.d.ts +14 -18
  75. package/build/errors/AlchemyErrors.d.ts.map +1 -1
  76. package/build/errors/AlchemyErrors.js +76 -49
  77. package/build/errors/BalanceErrors.d.ts +3 -7
  78. package/build/errors/BalanceErrors.d.ts.map +1 -1
  79. package/build/errors/BalanceErrors.js +47 -26
  80. package/build/errors/DatabaseErrors.d.ts +5 -9
  81. package/build/errors/DatabaseErrors.d.ts.map +1 -1
  82. package/build/errors/DatabaseErrors.js +49 -28
  83. package/build/errors/TransactionsErrors.d.ts +15 -20
  84. package/build/errors/TransactionsErrors.d.ts.map +1 -1
  85. package/build/errors/TransactionsErrors.js +81 -66
  86. package/build/errors/VoltageErrors.d.ts +8 -13
  87. package/build/errors/VoltageErrors.d.ts.map +1 -1
  88. package/build/errors/VoltageErrors.js +58 -45
  89. package/build/errors/WalletErrors.d.ts +6 -12
  90. package/build/errors/WalletErrors.d.ts.map +1 -1
  91. package/build/errors/WalletErrors.js +48 -37
  92. package/build/errors/errors.d.ts +169 -27
  93. package/build/errors/errors.d.ts.map +1 -1
  94. package/build/errors/errors.js +292 -66
  95. package/build/errors/index.d.ts +37 -36
  96. package/build/errors/index.d.ts.map +1 -1
  97. package/build/index.d.ts +1 -0
  98. package/build/index.d.ts.map +1 -1
  99. package/build/index.js +4 -2
  100. package/build/interfaces.d.ts +5 -1
  101. package/build/interfaces.d.ts.map +1 -1
  102. package/build/interfaces.js +1 -0
  103. package/build/services/AlchemyWebhookAddressManager.d.ts.map +1 -1
  104. package/build/services/AlchemyWebhookAddressManager.js +3 -1
  105. package/build/services/BalanceService.js +1 -1
  106. package/build/services/DepositAddressArchiveService.js +2 -2
  107. package/build/services/quicknode-notifications/QnWebhookAddressManager.d.ts +1 -2
  108. package/build/services/quicknode-notifications/QnWebhookAddressManager.d.ts.map +1 -1
  109. package/build/services/quicknode-notifications/QnWebhookAddressManager.js +25 -42
  110. package/build/services/quicknode-notifications/SetupNotifications.d.ts +1 -0
  111. package/build/services/quicknode-notifications/SetupNotifications.d.ts.map +1 -1
  112. package/build/services/quicknode-notifications/SetupNotifications.js +29 -2
  113. package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts +1 -1
  114. package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts.map +1 -1
  115. package/build/services/solana/escrow/SolanaEscrowAdmin.js +8 -4
  116. package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts.map +1 -1
  117. package/build/services/solana/escrow/services/EscrowAdminUtility.js +5 -2
  118. package/build/services/solana/escrow/services/SolanaTokenProgramCache.d.ts +9 -0
  119. package/build/services/solana/escrow/services/SolanaTokenProgramCache.d.ts.map +1 -0
  120. package/build/services/solana/escrow/services/SolanaTokenProgramCache.js +38 -0
  121. package/build/services/types/bo_withdrawal.d.ts +17 -0
  122. package/build/services/types/bo_withdrawal.d.ts.map +1 -0
  123. package/build/services/types/bo_withdrawal.js +9 -0
  124. package/build/services/types/chain_manager.d.ts +7 -0
  125. package/build/services/types/chain_manager.d.ts.map +1 -1
  126. package/build/services/types/index.d.ts +1 -0
  127. package/build/services/types/index.d.ts.map +1 -1
  128. package/build/services/types/index.js +1 -0
  129. package/build/utils/Logger.d.ts.map +1 -1
  130. package/build/utils/Logger.js +13 -2
  131. package/build/utils/RpcLimiter.d.ts +1 -0
  132. package/build/utils/RpcLimiter.d.ts.map +1 -1
  133. package/build/utils/RpcLimiter.js +1 -0
  134. package/build/utils/solana.d.ts +2 -1
  135. package/build/utils/solana.d.ts.map +1 -1
  136. package/build/utils/solana.js +28 -3
  137. package/package.json +1 -1
@@ -0,0 +1,534 @@
1
+ {
2
+ "1": {
3
+ "status": true,
4
+ "isTestnet": false,
5
+ "name": "Ethereum",
6
+ "blockchainType": "evm",
7
+ "chainId": 1,
8
+ "blockexplorerUrl": "https://etherscan.io",
9
+ "rpcBaseUrl": "https://rpc.ankr.com/eth",
10
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/eth/ws",
11
+ "targetConfirmations": 10,
12
+ "accounting": {
13
+ "funding_wallet": "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E",
14
+ "treasury_receiver": "0x1cF92826D8eCEdb30C44BFED019281D820bc918A",
15
+ "overflow_treasury_receiver": "0x1cF92826D8eCEdb30C44BFED019281D820bc918A",
16
+ "overflow_threshold_decimal": 100000,
17
+ "min_funding_wallet_balance_usd": 5,
18
+ "allowed_receivers": [
19
+ "0x1cF92826D8eCEdb30C44BFED019281D820bc918A"
20
+ ]
21
+ },
22
+ "custodialAlchemyWebhooks": [],
23
+ "quicknodeNotificationConfig": [
24
+ {
25
+ "name": "escrow-eth-stg-sh",
26
+ "network": "ethereum-mainnet",
27
+ "template": "evmWalletFilter",
28
+ "source": "contract",
29
+ "chain_id": 1
30
+ },
31
+ {
32
+ "name": "qn-custodial-webhook-eth-stg-sh",
33
+ "network": "ethereum-mainnet",
34
+ "template": "evmWalletFilter"
35
+ }
36
+ ],
37
+ "contracts": [
38
+ {
39
+ "type": "Escrow",
40
+ "version": "1",
41
+ "startingBlock": 24496423,
42
+ "escrowAlchemyWebhooks": [],
43
+ "addresses": [
44
+ "0x1cF92826D8eCEdb30C44BFED019281D820bc918A"
45
+ ]
46
+ },
47
+ {
48
+ "type": "FundingWallet",
49
+ "version": "1",
50
+ "startingBlock": 1,
51
+ "escrowAlchemyWebhooks": [],
52
+ "addresses": [
53
+ "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E"
54
+ ]
55
+ }
56
+ ],
57
+ "paymentTokens": [
58
+ {
59
+ "name": "Ethereum",
60
+ "symbol": "ETH",
61
+ "token_standard": "ERC-20",
62
+ "type": "native",
63
+ "isStableCoin": false,
64
+ "decimals": 18,
65
+ "address": "0x0000000000000000000000000000000000000000",
66
+ "sweepThreshold": 0.004,
67
+ "sweepWalletMinBalance": 0.0002
68
+ },
69
+ {
70
+ "name": "Tether Token",
71
+ "symbol": "USDT",
72
+ "token_standard": "ERC-20",
73
+ "type": "erc20",
74
+ "isStableCoin": true,
75
+ "decimals": 6,
76
+ "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
77
+ "sweepThreshold": 5,
78
+ "sweepWalletMinBalance": 1
79
+ },
80
+ {
81
+ "name": "Circle Token",
82
+ "symbol": "USDC",
83
+ "token_standard": "ERC-20",
84
+ "type": "erc20",
85
+ "isStableCoin": true,
86
+ "decimals": 6,
87
+ "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
88
+ "sweepThreshold": 1,
89
+ "sweepWalletMinBalance": 0.1
90
+ }
91
+ ]
92
+ },
93
+ "56": {
94
+ "status": true,
95
+ "isTestnet": false,
96
+ "name": "BNB Chain",
97
+ "blockchainType": "evm",
98
+ "chainId": 56,
99
+ "blockexplorerUrl": "https://bscscan.com",
100
+ "rpcBaseUrl": "https://rpc.ankr.com/bsc",
101
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/bsc/ws",
102
+ "targetConfirmations": 5,
103
+ "accounting": {
104
+ "funding_wallet": "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E",
105
+ "treasury_receiver": "0x1cF92826D8eCEdb30C44BFED019281D820bc918A",
106
+ "overflow_treasury_receiver": "0x1cF92826D8eCEdb30C44BFED019281D820bc918A",
107
+ "overflow_threshold_decimal": 100000,
108
+ "min_funding_wallet_balance_usd": 5,
109
+ "allowed_receivers": [
110
+ "0x1cF92826D8eCEdb30C44BFED019281D820bc918A"
111
+ ]
112
+ },
113
+ "custodialAlchemyWebhooks": [],
114
+ "quicknodeNotificationConfig": [
115
+ {
116
+ "name": "escrow-bnb-stg-sh",
117
+ "network": "bnbchain-mainnet",
118
+ "template": "evmWalletFilter",
119
+ "source": "contract",
120
+ "chain_id": 56
121
+ },
122
+ {
123
+ "name": "qn-custodial-webhook-bnb-stg-sh",
124
+ "network": "bnbchain-mainnet",
125
+ "template": "evmWalletFilter"
126
+ }
127
+ ],
128
+ "contracts": [
129
+ {
130
+ "type": "Escrow",
131
+ "version": "1",
132
+ "startingBlock": 82263026,
133
+ "escrowAlchemyWebhooks": [],
134
+ "addresses": [
135
+ "0x1cF92826D8eCEdb30C44BFED019281D820bc918A"
136
+ ]
137
+ },
138
+ {
139
+ "type": "FundingWallet",
140
+ "version": "1",
141
+ "startingBlock": 1,
142
+ "escrowAlchemyWebhooks": [],
143
+ "addresses": [
144
+ "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E"
145
+ ]
146
+ }
147
+ ],
148
+ "paymentTokens": [
149
+ {
150
+ "name": "BNB Chain",
151
+ "symbol": "BNB",
152
+ "token_standard": "BEP-20",
153
+ "type": "native",
154
+ "isStableCoin": false,
155
+ "decimals": 18,
156
+ "address": "0x0000000000000000000000000000000000000000",
157
+ "sweepThreshold": 0.008,
158
+ "sweepWalletMinBalance": 0.0002
159
+ },
160
+ {
161
+ "name": "Tether Token",
162
+ "symbol": "USDT",
163
+ "token_standard": "BEP-20",
164
+ "type": "erc20",
165
+ "isStableCoin": true,
166
+ "decimals": 18,
167
+ "address": "0x55d398326f99059fF775485246999027B3197955",
168
+ "sweepThreshold": 5,
169
+ "sweepWalletMinBalance": 1
170
+ }
171
+ ]
172
+ },
173
+ "101": {
174
+ "status": true,
175
+ "isTestnet": false,
176
+ "name": "Solana",
177
+ "blockchainType": "solana",
178
+ "chainId": 101,
179
+ "blockexplorerUrl": "https://solscan.io",
180
+ "rpcBaseUrl": "https://rpc.ankr.com/solana",
181
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/solana/ws",
182
+ "targetConfirmations": 32,
183
+ "accounting": {
184
+ "funding_wallet": "AeuBUW7EHTD2Er5FrtZKbMHLwdHmMmMtHi6sFJvfHAKL",
185
+ "treasury_receiver": "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
186
+ "overflow_treasury_receiver": "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
187
+ "overflow_threshold_decimal": 100000,
188
+ "min_funding_wallet_balance_usd": 5,
189
+ "allowed_receivers": [
190
+ "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
191
+ "AeuBUW7EHTD2Er5FrtZKbMHLwdHmMmMtHi6sFJvfHAKL"
192
+ ]
193
+ },
194
+ "custodialAlchemyWebhooks": [
195
+ {
196
+ "chainId": "101",
197
+ "network_symbol": "sol",
198
+ "network": "SOLANA_MAINNET",
199
+ "total_wallet_count": 10,
200
+ "endpoint": "webhook/alchemy/address-activity-sol",
201
+ "source": "wallet"
202
+ }
203
+ ],
204
+ "quicknodeNotificationConfig": [
205
+ {
206
+ "name": "escrow-sol-stg-sh",
207
+ "network": "solana-mainnet",
208
+ "template": "solanaWalletFilter",
209
+ "source": "contract",
210
+ "chain_id": 101
211
+ },
212
+ {
213
+ "name": "qn-custodial-webhook-sol-stg-sh",
214
+ "network": "solana-mainnet",
215
+ "template": "solanaWalletFilter"
216
+ }
217
+ ],
218
+ "contracts": [
219
+ {
220
+ "type": "Escrow",
221
+ "version": "1",
222
+ "startingBlock": 416497745,
223
+ "escrowAlchemyWebhooks": [
224
+ {
225
+ "chainId": "101",
226
+ "network_symbol": "sol",
227
+ "network": "SOLANA_MAINNET",
228
+ "type": "ADDRESS_ACTIVITY",
229
+ "endpoint": "webhook/alchemy/solana/escrow-events",
230
+ "source": "contract"
231
+ }
232
+ ],
233
+ "addresses": [
234
+ "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS"
235
+ ]
236
+ },
237
+ {
238
+ "type": "FundingWallet",
239
+ "version": "1",
240
+ "startingBlock": 45852351,
241
+ "escrowAlchemyWebhooks": [],
242
+ "addresses": [
243
+ "AeuBUW7EHTD2Er5FrtZKbMHLwdHmMmMtHi6sFJvfHAKL"
244
+ ]
245
+ }
246
+ ],
247
+ "paymentTokens": [
248
+ {
249
+ "name": "Solana",
250
+ "symbol": "SOL",
251
+ "token_standard": "SOL",
252
+ "type": "native",
253
+ "isStableCoin": false,
254
+ "decimals": 9,
255
+ "address": "11111111111111111111111111111111",
256
+ "sweepThreshold": 0.05,
257
+ "sweepWalletMinBalance": 0.01
258
+ },
259
+ {
260
+ "name": "Circle Token",
261
+ "symbol": "USDC",
262
+ "token_standard": "SOL",
263
+ "type": "erc20",
264
+ "isStableCoin": true,
265
+ "decimals": 6,
266
+ "address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
267
+ "sweepThreshold": 1,
268
+ "sweepWalletMinBalance": 1
269
+ }
270
+ ]
271
+ },
272
+ "137": {
273
+ "status": true,
274
+ "isTestnet": false,
275
+ "name": "Polygon",
276
+ "blockchainType": "evm",
277
+ "chainId": 137,
278
+ "blockexplorerUrl": "https://polygonscan.com",
279
+ "rpcBaseUrl": "https://rpc.ankr.com/polygon",
280
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/polygon/ws",
281
+ "targetConfirmations": 10,
282
+ "accounting": {
283
+ "funding_wallet": "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E",
284
+ "treasury_receiver": "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2",
285
+ "overflow_treasury_receiver": "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2",
286
+ "overflow_threshold_decimal": 100000,
287
+ "min_funding_wallet_balance_usd": 5,
288
+ "allowed_receivers": [
289
+ "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2"
290
+ ]
291
+ },
292
+ "custodialAlchemyWebhooks": [],
293
+ "quicknodeNotificationConfig": [
294
+ {
295
+ "name": "escrow-pol-stg-sh",
296
+ "network": "polygon-mainnet",
297
+ "template": "evmWalletFilter",
298
+ "source": "contract",
299
+ "chain_id": 137
300
+ },
301
+ {
302
+ "name": "qn-custodial-webhook-pol-stg-sh",
303
+ "network": "polygon-mainnet",
304
+ "template": "evmWalletFilter"
305
+ }
306
+ ],
307
+ "contracts": [
308
+ {
309
+ "type": "Escrow",
310
+ "version": "1",
311
+ "startingBlock": 82937871,
312
+ "escrowAlchemyWebhooks": [],
313
+ "addresses": [
314
+ "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2"
315
+ ]
316
+ },
317
+ {
318
+ "type": "FundingWallet",
319
+ "version": "1",
320
+ "startingBlock": 1,
321
+ "escrowAlchemyWebhooks": [],
322
+ "addresses": [
323
+ "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E"
324
+ ]
325
+ }
326
+ ],
327
+ "paymentTokens": [
328
+ {
329
+ "name": "Polygon",
330
+ "symbol": "POL",
331
+ "token_standard": "POL",
332
+ "type": "native",
333
+ "isStableCoin": false,
334
+ "decimals": 18,
335
+ "address": "0x0000000000000000000000000000000000000000",
336
+ "sweepThreshold": 10,
337
+ "sweepWalletMinBalance": 0.1
338
+ },
339
+ {
340
+ "name": "Tether Token",
341
+ "symbol": "USDT",
342
+ "token_standard": "POL",
343
+ "type": "erc20",
344
+ "isStableCoin": true,
345
+ "decimals": 6,
346
+ "address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
347
+ "sweepThreshold": 0,
348
+ "sweepWalletMinBalance": 1
349
+ }
350
+ ]
351
+ },
352
+ "43114": {
353
+ "status": true,
354
+ "isTestnet": false,
355
+ "name": "Avalanche C-Chain",
356
+ "blockchainType": "evm",
357
+ "chainId": 43114,
358
+ "blockexplorerUrl": "https://snowtrace.io",
359
+ "rpcBaseUrl": "https://rpc.ankr.com/avalanche",
360
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/avalanche/ws",
361
+ "targetConfirmations": 10,
362
+ "accounting": {
363
+ "funding_wallet": "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E",
364
+ "treasury_receiver": "0x1821236AaC799c31F12C7359017083620a49a52E",
365
+ "overflow_treasury_receiver": "0x1821236AaC799c31F12C7359017083620a49a52E",
366
+ "overflow_threshold_decimal": 100000,
367
+ "min_funding_wallet_balance_usd": 5,
368
+ "allowed_receivers": [
369
+ "0x1821236AaC799c31F12C7359017083620a49a52E"
370
+ ]
371
+ },
372
+ "custodialAlchemyWebhooks": [],
373
+ "quicknodeNotificationConfig": [
374
+ {
375
+ "name": "escrow-avax-stg-sh",
376
+ "network": "avalanche-mainnet",
377
+ "template": "evmWalletFilter",
378
+ "source": "contract",
379
+ "chain_id": 43114
380
+ },
381
+ {
382
+ "name": "qn-custodial-webhook-avax-stg-sh",
383
+ "network": "avalanche-mainnet",
384
+ "template": "evmWalletFilter"
385
+ }
386
+ ],
387
+ "contracts": [
388
+ {
389
+ "type": "Escrow",
390
+ "version": "1",
391
+ "startingBlock": 78523433,
392
+ "escrowAlchemyWebhooks": [],
393
+ "addresses": [
394
+ "0x1821236AaC799c31F12C7359017083620a49a52E"
395
+ ]
396
+ },
397
+ {
398
+ "type": "FundingWallet",
399
+ "version": "1",
400
+ "startingBlock": 1,
401
+ "escrowAlchemyWebhooks": [],
402
+ "addresses": [
403
+ "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E"
404
+ ]
405
+ }
406
+ ],
407
+ "paymentTokens": [
408
+ {
409
+ "name": "Avalanche",
410
+ "symbol": "AVAX",
411
+ "token_standard": "AVAXC",
412
+ "type": "native",
413
+ "isStableCoin": false,
414
+ "decimals": 18,
415
+ "address": "0x0000000000000000000000000000000000000000",
416
+ "sweepThreshold": 0.05,
417
+ "sweepWalletMinBalance": 0.01
418
+ },
419
+ {
420
+ "name": "Tether Token",
421
+ "symbol": "USDT",
422
+ "token_standard": "AVAXC",
423
+ "type": "erc20",
424
+ "isStableCoin": true,
425
+ "decimals": 6,
426
+ "address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
427
+ "sweepThreshold": 5,
428
+ "sweepWalletMinBalance": 1
429
+ }
430
+ ]
431
+ },
432
+ "728126428": {
433
+ "status": true,
434
+ "isTestnet": false,
435
+ "name": "Tron",
436
+ "blockchainType": "tron",
437
+ "chainId": 728126428,
438
+ "blockexplorerUrl": "https://tronscan.org",
439
+ "tronConfig": {
440
+ "trxTransferCost": 270000,
441
+ "trc20TransferCost": 4000000,
442
+ "rentEnergyWallet": "TFmy7AorK9AjZ23a7JfiWyo8uhMSFhDDwu"
443
+ },
444
+ "accounting": {
445
+ "funding_wallet": "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG",
446
+ "treasury_receiver": "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG",
447
+ "overflow_treasury_receiver": "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG",
448
+ "overflow_threshold_decimal": 100000,
449
+ "min_funding_wallet_balance_usd": 5,
450
+ "allowed_receivers": [
451
+ "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG"
452
+ ]
453
+ },
454
+ "rpcMetadata": {
455
+ "rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
456
+ "tronGridApi": "https://api.trongrid.io"
457
+ },
458
+ "rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
459
+ "rpcBaseUrlWss": "",
460
+ "targetConfirmations": 2,
461
+ "quicknodeStreams": [
462
+ {
463
+ "network": "tron-mainnet",
464
+ "dataset": "logs",
465
+ "name": "tron-custodial-transfers",
466
+ "listConfig": {
467
+ "key": "custodial-addresses"
468
+ }
469
+ }
470
+ ],
471
+ "custodialAlchemyWebhooks": [],
472
+ "contracts": [
473
+ {
474
+ "type": "FundingWallet",
475
+ "version": "1",
476
+ "startingBlock": 1,
477
+ "escrowAlchemyWebhooks": [],
478
+ "addresses": [
479
+ "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG"
480
+ ]
481
+ }
482
+ ],
483
+ "paymentTokens": [
484
+ {
485
+ "name": "Tron",
486
+ "symbol": "TRX",
487
+ "token_standard": "TRX",
488
+ "type": "native",
489
+ "isStableCoin": false,
490
+ "decimals": 6,
491
+ "address": "0000000000000000000000000000000000000000",
492
+ "sweepThreshold": 10,
493
+ "sweepWalletMinBalance": 6
494
+ },
495
+ {
496
+ "name": "Tether Token",
497
+ "symbol": "USDT",
498
+ "token_standard": "TRC-20",
499
+ "type": "trc20",
500
+ "isStableCoin": true,
501
+ "decimals": 6,
502
+ "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
503
+ "sweepThreshold": 2,
504
+ "sweepWalletMinBalance": 0.1
505
+ }
506
+ ]
507
+ },
508
+ "1000000000": {
509
+ "status": true,
510
+ "isTestnet": false,
511
+ "name": "BTC Lightning",
512
+ "blockchainType": "lightning",
513
+ "chainId": 1000000000,
514
+ "blockexplorerUrl": "https://mempool.space/lightning",
515
+ "rpcBaseUrl": "",
516
+ "rpcBaseUrlWss": "",
517
+ "targetConfirmations": 1,
518
+ "custodialAlchemyWebhooks": [],
519
+ "contracts": [],
520
+ "paymentTokens": [
521
+ {
522
+ "name": "Bitcoin",
523
+ "symbol": "BTC",
524
+ "token_standard": "LIGHTNING",
525
+ "type": "native",
526
+ "isStableCoin": false,
527
+ "decimals": 8,
528
+ "address": "000000000000000000000000000000000000000000",
529
+ "sweepThreshold": 0.001,
530
+ "sweepWalletMinBalance": 0.01
531
+ }
532
+ ]
533
+ }
534
+ }