@ercworldio/blockchain-shared 1.0.2-dev.9 → 1.0.3-dev.0-PROJ-1281

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 (76) hide show
  1. package/build/chains/networks_dev.json +65 -17
  2. package/build/chains/networks_prod-bu.json +52 -13
  3. package/build/chains/networks_prod-dz.json +64 -16
  4. package/build/chains/networks_stg-bu.json +54 -14
  5. package/build/chains/networks_stg-dz.json +69 -18
  6. package/build/chains/networks_stg-sh.json +573 -0
  7. package/build/chains/networks_stg-yb.json +573 -0
  8. package/build/chains/stg-sh.json +93 -0
  9. package/build/contracts/Escrow.d.ts +1 -1
  10. package/build/contracts/Escrow.d.ts.map +1 -1
  11. package/build/contracts/Escrow.js +2 -2
  12. package/build/contracts/artifacts/Escrow.json +16 -0
  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/interfaces.d.ts +5 -1
  71. package/build/interfaces.d.ts.map +1 -1
  72. package/build/interfaces.js +1 -0
  73. package/build/services/Redis.d.ts +9 -0
  74. package/build/services/Redis.d.ts.map +1 -1
  75. package/build/services/Redis.js +63 -0
  76. package/package.json +1 -1
@@ -0,0 +1,573 @@
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
+ "recommendedMinBalanceFundingWallet": 0.025,
69
+ "recommendedMinBalanceEscrow": 0.5,
70
+ "recommendedMinBalanceRentEnergy": 0
71
+ },
72
+ {
73
+ "name": "Tether Token",
74
+ "symbol": "USDT",
75
+ "token_standard": "ERC-20",
76
+ "type": "erc20",
77
+ "isStableCoin": true,
78
+ "decimals": 6,
79
+ "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
80
+ "sweepThreshold": 5,
81
+ "sweepWalletMinBalance": 1,
82
+ "recommendedMinBalanceFundingWallet": 0,
83
+ "recommendedMinBalanceEscrow": 100,
84
+ "recommendedMinBalanceRentEnergy": 0
85
+ },
86
+ {
87
+ "name": "Circle Token",
88
+ "symbol": "USDC",
89
+ "token_standard": "ERC-20",
90
+ "type": "erc20",
91
+ "isStableCoin": true,
92
+ "decimals": 6,
93
+ "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
94
+ "sweepThreshold": 1,
95
+ "sweepWalletMinBalance": 0.1,
96
+ "recommendedMinBalanceFundingWallet": 0,
97
+ "recommendedMinBalanceEscrow": 100,
98
+ "recommendedMinBalanceRentEnergy": 0
99
+ }
100
+ ]
101
+ },
102
+ "56": {
103
+ "status": true,
104
+ "isTestnet": false,
105
+ "name": "BNB Chain",
106
+ "blockchainType": "evm",
107
+ "chainId": 56,
108
+ "blockexplorerUrl": "https://bscscan.com",
109
+ "rpcBaseUrl": "https://rpc.ankr.com/bsc",
110
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/bsc/ws",
111
+ "targetConfirmations": 5,
112
+ "accounting": {
113
+ "funding_wallet": "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E",
114
+ "treasury_receiver": "0x1cF92826D8eCEdb30C44BFED019281D820bc918A",
115
+ "overflow_treasury_receiver": "0x1cF92826D8eCEdb30C44BFED019281D820bc918A",
116
+ "overflow_threshold_decimal": 100000,
117
+ "min_funding_wallet_balance_usd": 5,
118
+ "allowed_receivers": [
119
+ "0x1cF92826D8eCEdb30C44BFED019281D820bc918A"
120
+ ]
121
+ },
122
+ "custodialAlchemyWebhooks": [],
123
+ "quicknodeNotificationConfig": [
124
+ {
125
+ "name": "escrow-bnb-stg-sh",
126
+ "network": "bnbchain-mainnet",
127
+ "template": "evmWalletFilter",
128
+ "source": "contract",
129
+ "chain_id": 56
130
+ },
131
+ {
132
+ "name": "qn-custodial-webhook-bnb-stg-sh",
133
+ "network": "bnbchain-mainnet",
134
+ "template": "evmWalletFilter"
135
+ }
136
+ ],
137
+ "contracts": [
138
+ {
139
+ "type": "Escrow",
140
+ "version": "1",
141
+ "startingBlock": 82263026,
142
+ "escrowAlchemyWebhooks": [],
143
+ "addresses": [
144
+ "0x1cF92826D8eCEdb30C44BFED019281D820bc918A"
145
+ ]
146
+ },
147
+ {
148
+ "type": "FundingWallet",
149
+ "version": "1",
150
+ "startingBlock": 1,
151
+ "escrowAlchemyWebhooks": [],
152
+ "addresses": [
153
+ "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E"
154
+ ]
155
+ }
156
+ ],
157
+ "paymentTokens": [
158
+ {
159
+ "name": "BNB Chain",
160
+ "symbol": "BNB",
161
+ "token_standard": "BEP-20",
162
+ "type": "native",
163
+ "isStableCoin": false,
164
+ "decimals": 18,
165
+ "address": "0x0000000000000000000000000000000000000000",
166
+ "sweepThreshold": 0.008,
167
+ "sweepWalletMinBalance": 0.0002,
168
+ "recommendedMinBalanceFundingWallet": 0.1,
169
+ "recommendedMinBalanceEscrow": 1,
170
+ "recommendedMinBalanceRentEnergy": 0
171
+ },
172
+ {
173
+ "name": "Tether Token",
174
+ "symbol": "USDT",
175
+ "token_standard": "BEP-20",
176
+ "type": "erc20",
177
+ "isStableCoin": true,
178
+ "decimals": 18,
179
+ "address": "0x55d398326f99059fF775485246999027B3197955",
180
+ "sweepThreshold": 5,
181
+ "sweepWalletMinBalance": 1,
182
+ "recommendedMinBalanceFundingWallet": 0,
183
+ "recommendedMinBalanceEscrow": 100,
184
+ "recommendedMinBalanceRentEnergy": 0
185
+ }
186
+ ]
187
+ },
188
+ "101": {
189
+ "status": true,
190
+ "isTestnet": false,
191
+ "name": "Solana",
192
+ "blockchainType": "solana",
193
+ "chainId": 101,
194
+ "blockexplorerUrl": "https://solscan.io",
195
+ "rpcBaseUrl": "https://rpc.ankr.com/solana",
196
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/solana/ws",
197
+ "targetConfirmations": 32,
198
+ "accounting": {
199
+ "funding_wallet": "4sqzWCATZ6ZkyZtdgQCB3CFpuuC9feVvRdDzfB6KB7QR",
200
+ "treasury_receiver": "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
201
+ "overflow_treasury_receiver": "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
202
+ "overflow_threshold_decimal": 100000,
203
+ "min_funding_wallet_balance_usd": 5,
204
+ "allowed_receivers": [
205
+ "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
206
+ "4sqzWCATZ6ZkyZtdgQCB3CFpuuC9feVvRdDzfB6KB7QR"
207
+ ]
208
+ },
209
+ "custodialAlchemyWebhooks": [
210
+ {
211
+ "chainId": "101",
212
+ "network_symbol": "sol",
213
+ "network": "SOLANA_MAINNET",
214
+ "total_wallet_count": 10,
215
+ "endpoint": "webhook/alchemy/address-activity-sol",
216
+ "source": "wallet"
217
+ }
218
+ ],
219
+ "quicknodeNotificationConfig": [
220
+ {
221
+ "name": "escrow-sol-stg-sh",
222
+ "network": "solana-mainnet",
223
+ "template": "solanaWalletFilter",
224
+ "source": "contract",
225
+ "chain_id": 101
226
+ },
227
+ {
228
+ "name": "qn-custodial-webhook-sol-stg-sh",
229
+ "network": "solana-mainnet",
230
+ "template": "solanaWalletFilter"
231
+ }
232
+ ],
233
+ "contracts": [
234
+ {
235
+ "type": "Escrow",
236
+ "version": "1",
237
+ "startingBlock": 416497745,
238
+ "escrowAlchemyWebhooks": [
239
+ {
240
+ "chainId": "101",
241
+ "network_symbol": "sol",
242
+ "network": "SOLANA_MAINNET",
243
+ "type": "ADDRESS_ACTIVITY",
244
+ "endpoint": "webhook/alchemy/solana/escrow-events",
245
+ "source": "contract"
246
+ }
247
+ ],
248
+ "addresses": [
249
+ "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS"
250
+ ]
251
+ },
252
+ {
253
+ "type": "FundingWallet",
254
+ "version": "1",
255
+ "startingBlock": 45852351,
256
+ "escrowAlchemyWebhooks": [],
257
+ "addresses": [
258
+ "4sqzWCATZ6ZkyZtdgQCB3CFpuuC9feVvRdDzfB6KB7QR"
259
+ ]
260
+ }
261
+ ],
262
+ "paymentTokens": [
263
+ {
264
+ "name": "Solana",
265
+ "symbol": "SOL",
266
+ "token_standard": "SOL",
267
+ "type": "native",
268
+ "isStableCoin": false,
269
+ "decimals": 9,
270
+ "address": "11111111111111111111111111111111",
271
+ "sweepThreshold": 0.05,
272
+ "sweepWalletMinBalance": 0.01,
273
+ "recommendedMinBalanceFundingWallet": 0.1,
274
+ "recommendedMinBalanceEscrow": 1,
275
+ "recommendedMinBalanceRentEnergy": 0
276
+ },
277
+ {
278
+ "name": "Circle Token",
279
+ "symbol": "USDC",
280
+ "token_standard": "SOL",
281
+ "type": "erc20",
282
+ "isStableCoin": true,
283
+ "decimals": 6,
284
+ "address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
285
+ "sweepThreshold": 1,
286
+ "sweepWalletMinBalance": 1,
287
+ "recommendedMinBalanceFundingWallet": 0,
288
+ "recommendedMinBalanceEscrow": 100,
289
+ "recommendedMinBalanceRentEnergy": 0
290
+ }
291
+ ]
292
+ },
293
+ "137": {
294
+ "status": true,
295
+ "isTestnet": false,
296
+ "name": "Polygon",
297
+ "blockchainType": "evm",
298
+ "chainId": 137,
299
+ "blockexplorerUrl": "https://polygonscan.com",
300
+ "rpcBaseUrl": "https://rpc.ankr.com/polygon",
301
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/polygon/ws",
302
+ "targetConfirmations": 10,
303
+ "accounting": {
304
+ "funding_wallet": "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E",
305
+ "treasury_receiver": "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2",
306
+ "overflow_treasury_receiver": "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2",
307
+ "overflow_threshold_decimal": 100000,
308
+ "min_funding_wallet_balance_usd": 5,
309
+ "allowed_receivers": [
310
+ "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2"
311
+ ]
312
+ },
313
+ "custodialAlchemyWebhooks": [],
314
+ "quicknodeNotificationConfig": [
315
+ {
316
+ "name": "escrow-pol-stg-sh",
317
+ "network": "polygon-mainnet",
318
+ "template": "evmWalletFilter",
319
+ "source": "contract",
320
+ "chain_id": 137
321
+ },
322
+ {
323
+ "name": "qn-custodial-webhook-pol-stg-sh",
324
+ "network": "polygon-mainnet",
325
+ "template": "evmWalletFilter"
326
+ }
327
+ ],
328
+ "contracts": [
329
+ {
330
+ "type": "Escrow",
331
+ "version": "1",
332
+ "startingBlock": 82937871,
333
+ "escrowAlchemyWebhooks": [],
334
+ "addresses": [
335
+ "0xbc0E2A88Eacbf8933381bb15e04622686a698ec2"
336
+ ]
337
+ },
338
+ {
339
+ "type": "FundingWallet",
340
+ "version": "1",
341
+ "startingBlock": 1,
342
+ "escrowAlchemyWebhooks": [],
343
+ "addresses": [
344
+ "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E"
345
+ ]
346
+ }
347
+ ],
348
+ "paymentTokens": [
349
+ {
350
+ "name": "Polygon",
351
+ "symbol": "POL",
352
+ "token_standard": "POL",
353
+ "type": "native",
354
+ "isStableCoin": false,
355
+ "decimals": 18,
356
+ "address": "0x0000000000000000000000000000000000000000",
357
+ "sweepThreshold": 10,
358
+ "sweepWalletMinBalance": 0.1,
359
+ "recommendedMinBalanceFundingWallet": 50,
360
+ "recommendedMinBalanceEscrow": 1000,
361
+ "recommendedMinBalanceRentEnergy": 0
362
+ },
363
+ {
364
+ "name": "Tether Token",
365
+ "symbol": "USDT",
366
+ "token_standard": "POL",
367
+ "type": "erc20",
368
+ "isStableCoin": true,
369
+ "decimals": 6,
370
+ "address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
371
+ "sweepThreshold": 0,
372
+ "sweepWalletMinBalance": 1,
373
+ "recommendedMinBalanceFundingWallet": 0,
374
+ "recommendedMinBalanceEscrow": 100,
375
+ "recommendedMinBalanceRentEnergy": 0
376
+ }
377
+ ]
378
+ },
379
+ "43114": {
380
+ "status": true,
381
+ "isTestnet": false,
382
+ "name": "Avalanche C-Chain",
383
+ "blockchainType": "evm",
384
+ "chainId": 43114,
385
+ "blockexplorerUrl": "https://snowtrace.io",
386
+ "rpcBaseUrl": "https://rpc.ankr.com/avalanche",
387
+ "rpcBaseUrlWss": "wss://rpc.ankr.com/avalanche/ws",
388
+ "targetConfirmations": 10,
389
+ "accounting": {
390
+ "funding_wallet": "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E",
391
+ "treasury_receiver": "0x1821236AaC799c31F12C7359017083620a49a52E",
392
+ "overflow_treasury_receiver": "0x1821236AaC799c31F12C7359017083620a49a52E",
393
+ "overflow_threshold_decimal": 100000,
394
+ "min_funding_wallet_balance_usd": 5,
395
+ "allowed_receivers": [
396
+ "0x1821236AaC799c31F12C7359017083620a49a52E"
397
+ ]
398
+ },
399
+ "custodialAlchemyWebhooks": [],
400
+ "quicknodeNotificationConfig": [
401
+ {
402
+ "name": "escrow-avax-stg-sh",
403
+ "network": "avalanche-mainnet",
404
+ "template": "evmWalletFilter",
405
+ "source": "contract",
406
+ "chain_id": 43114
407
+ },
408
+ {
409
+ "name": "qn-custodial-webhook-avax-stg-sh",
410
+ "network": "avalanche-mainnet",
411
+ "template": "evmWalletFilter"
412
+ }
413
+ ],
414
+ "contracts": [
415
+ {
416
+ "type": "Escrow",
417
+ "version": "1",
418
+ "startingBlock": 78523433,
419
+ "escrowAlchemyWebhooks": [],
420
+ "addresses": [
421
+ "0x1821236AaC799c31F12C7359017083620a49a52E"
422
+ ]
423
+ },
424
+ {
425
+ "type": "FundingWallet",
426
+ "version": "1",
427
+ "startingBlock": 1,
428
+ "escrowAlchemyWebhooks": [],
429
+ "addresses": [
430
+ "0x4B2825d37e36fA6cbCB607BE8d2553BAa404D70E"
431
+ ]
432
+ }
433
+ ],
434
+ "paymentTokens": [
435
+ {
436
+ "name": "Avalanche",
437
+ "symbol": "AVAX",
438
+ "token_standard": "AVAXC",
439
+ "type": "native",
440
+ "isStableCoin": false,
441
+ "decimals": 18,
442
+ "address": "0x0000000000000000000000000000000000000000",
443
+ "sweepThreshold": 0.05,
444
+ "sweepWalletMinBalance": 0.01,
445
+ "recommendedMinBalanceFundingWallet": 1,
446
+ "recommendedMinBalanceEscrow": 10,
447
+ "recommendedMinBalanceRentEnergy": 0
448
+ },
449
+ {
450
+ "name": "Tether Token",
451
+ "symbol": "USDT",
452
+ "token_standard": "AVAXC",
453
+ "type": "erc20",
454
+ "isStableCoin": true,
455
+ "decimals": 6,
456
+ "address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
457
+ "sweepThreshold": 5,
458
+ "sweepWalletMinBalance": 1,
459
+ "recommendedMinBalanceFundingWallet": 0,
460
+ "recommendedMinBalanceEscrow": 100,
461
+ "recommendedMinBalanceRentEnergy": 0
462
+ }
463
+ ]
464
+ },
465
+ "728126428": {
466
+ "status": true,
467
+ "isTestnet": false,
468
+ "name": "Tron",
469
+ "blockchainType": "tron",
470
+ "chainId": 728126428,
471
+ "blockexplorerUrl": "https://tronscan.org",
472
+ "tronConfig": {
473
+ "trxTransferCost": 270000,
474
+ "trc20TransferCost": 4000000,
475
+ "rentEnergyWallet": "TFmy7AorK9AjZ23a7JfiWyo8uhMSFhDDwu"
476
+ },
477
+ "accounting": {
478
+ "funding_wallet": "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG",
479
+ "treasury_receiver": "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG",
480
+ "overflow_treasury_receiver": "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG",
481
+ "overflow_threshold_decimal": 100000,
482
+ "min_funding_wallet_balance_usd": 5,
483
+ "allowed_receivers": [
484
+ "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG"
485
+ ]
486
+ },
487
+ "rpcMetadata": {
488
+ "rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
489
+ "tronGridApi": "https://api.trongrid.io"
490
+ },
491
+ "rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
492
+ "rpcBaseUrlWss": "",
493
+ "targetConfirmations": 2,
494
+ "quicknodeStreams": [
495
+ {
496
+ "network": "tron-mainnet",
497
+ "dataset": "logs",
498
+ "name": "tron-custodial-transfers",
499
+ "listConfig": {
500
+ "key": "custodial-addresses"
501
+ }
502
+ }
503
+ ],
504
+ "custodialAlchemyWebhooks": [],
505
+ "contracts": [
506
+ {
507
+ "type": "FundingWallet",
508
+ "version": "1",
509
+ "startingBlock": 1,
510
+ "escrowAlchemyWebhooks": [],
511
+ "addresses": [
512
+ "TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG"
513
+ ]
514
+ }
515
+ ],
516
+ "paymentTokens": [
517
+ {
518
+ "name": "Tron",
519
+ "symbol": "TRX",
520
+ "token_standard": "TRX",
521
+ "type": "native",
522
+ "isStableCoin": false,
523
+ "decimals": 6,
524
+ "address": "0000000000000000000000000000000000000000",
525
+ "sweepThreshold": 10,
526
+ "sweepWalletMinBalance": 6,
527
+ "recommendedMinBalanceFundingWallet": 333,
528
+ "recommendedMinBalanceEscrow": 0,
529
+ "recommendedMinBalanceRentEnergy": 50
530
+ },
531
+ {
532
+ "name": "Tether Token",
533
+ "symbol": "USDT",
534
+ "token_standard": "TRC-20",
535
+ "type": "trc20",
536
+ "isStableCoin": true,
537
+ "decimals": 6,
538
+ "address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
539
+ "sweepThreshold": 2,
540
+ "sweepWalletMinBalance": 0.1,
541
+ "recommendedMinBalanceFundingWallet": 100,
542
+ "recommendedMinBalanceEscrow": 0,
543
+ "recommendedMinBalanceRentEnergy": 0
544
+ }
545
+ ]
546
+ },
547
+ "1000000000": {
548
+ "status": true,
549
+ "isTestnet": false,
550
+ "name": "BTC Lightning",
551
+ "blockchainType": "lightning",
552
+ "chainId": 1000000000,
553
+ "blockexplorerUrl": "https://mempool.space/lightning",
554
+ "rpcBaseUrl": "",
555
+ "rpcBaseUrlWss": "",
556
+ "targetConfirmations": 1,
557
+ "custodialAlchemyWebhooks": [],
558
+ "contracts": [],
559
+ "paymentTokens": [
560
+ {
561
+ "name": "Bitcoin",
562
+ "symbol": "BTC",
563
+ "token_standard": "LIGHTNING",
564
+ "type": "native",
565
+ "isStableCoin": false,
566
+ "decimals": 8,
567
+ "address": "000000000000000000000000000000000000000000",
568
+ "sweepThreshold": 0.001,
569
+ "sweepWalletMinBalance": 0.01
570
+ }
571
+ ]
572
+ }
573
+ }