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