@ercworldio/blockchain-shared 1.0.5-dev.8-PLAT304.4 → 1.0.6

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