@ercworldio/blockchain-shared 1.0.3-dev.0 → 1.0.3-dev.0-PROJ-1281.1
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.
- package/build/chains/Provider.d.ts +22 -1
- package/build/chains/Provider.d.ts.map +1 -1
- package/build/chains/Provider.js +103 -55
- package/build/chains/networks_prod-bu.json +52 -13
- package/build/chains/networks_prod-dz.json +64 -16
- package/build/chains/networks_stg-bu.json +52 -13
- package/build/chains/networks_stg-dz.json +64 -16
- package/build/chains/networks_stg-sh.json +55 -16
- package/build/chains/networks_stg-yb.json +149 -11
- package/build/interfaces/config.d.ts +2 -0
- package/build/interfaces/config.d.ts.map +1 -1
- package/build/interfaces.d.ts +1 -0
- package/build/interfaces.d.ts.map +1 -1
- package/build/services/ProviderManager.d.ts +2 -1
- package/build/services/ProviderManager.d.ts.map +1 -1
- package/build/services/ProviderManager.js +2 -4
- package/build/services/Redis.d.ts +9 -0
- package/build/services/Redis.d.ts.map +1 -1
- package/build/services/Redis.js +63 -0
- package/package.json +1 -1
|
@@ -68,7 +68,10 @@
|
|
|
68
68
|
"decimals": 18,
|
|
69
69
|
"address": "0x0000000000000000000000000000000000000000",
|
|
70
70
|
"sweepThreshold": 0.004,
|
|
71
|
-
"sweepWalletMinBalance": 0.0002
|
|
71
|
+
"sweepWalletMinBalance": 0.0002,
|
|
72
|
+
"recommendedMinBalanceFundingWallet": 0.025,
|
|
73
|
+
"recommendedMinBalanceEscrow": 0.5,
|
|
74
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
72
75
|
},
|
|
73
76
|
{
|
|
74
77
|
"name": "Tether Token",
|
|
@@ -79,7 +82,10 @@
|
|
|
79
82
|
"decimals": 6,
|
|
80
83
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
81
84
|
"sweepThreshold": 5,
|
|
82
|
-
"sweepWalletMinBalance": 1
|
|
85
|
+
"sweepWalletMinBalance": 1,
|
|
86
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
87
|
+
"recommendedMinBalanceEscrow": 100,
|
|
88
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
83
89
|
}
|
|
84
90
|
]
|
|
85
91
|
},
|
|
@@ -152,7 +158,10 @@
|
|
|
152
158
|
"decimals": 18,
|
|
153
159
|
"address": "0x0000000000000000000000000000000000000000",
|
|
154
160
|
"sweepThreshold": 0.008,
|
|
155
|
-
"sweepWalletMinBalance": 0.0002
|
|
161
|
+
"sweepWalletMinBalance": 0.0002,
|
|
162
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
163
|
+
"recommendedMinBalanceEscrow": 1,
|
|
164
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
156
165
|
},
|
|
157
166
|
{
|
|
158
167
|
"name": "Tether Token",
|
|
@@ -163,7 +172,10 @@
|
|
|
163
172
|
"decimals": 18,
|
|
164
173
|
"address": "0x55d398326f99059fF775485246999027B3197955",
|
|
165
174
|
"sweepThreshold": 5,
|
|
166
|
-
"sweepWalletMinBalance": 1
|
|
175
|
+
"sweepWalletMinBalance": 1,
|
|
176
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
177
|
+
"recommendedMinBalanceEscrow": 100,
|
|
178
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
167
179
|
}
|
|
168
180
|
]
|
|
169
181
|
},
|
|
@@ -234,7 +246,10 @@
|
|
|
234
246
|
"decimals": 9,
|
|
235
247
|
"address": "11111111111111111111111111111111",
|
|
236
248
|
"sweepThreshold": 0.05,
|
|
237
|
-
"sweepWalletMinBalance": 0.01
|
|
249
|
+
"sweepWalletMinBalance": 0.01,
|
|
250
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
251
|
+
"recommendedMinBalanceEscrow": 1,
|
|
252
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
238
253
|
},
|
|
239
254
|
{
|
|
240
255
|
"name": "Circle Token",
|
|
@@ -245,7 +260,10 @@
|
|
|
245
260
|
"decimals": 6,
|
|
246
261
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
247
262
|
"sweepThreshold": 1,
|
|
248
|
-
"sweepWalletMinBalance": 1
|
|
263
|
+
"sweepWalletMinBalance": 1,
|
|
264
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
265
|
+
"recommendedMinBalanceEscrow": 100,
|
|
266
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
249
267
|
}
|
|
250
268
|
]
|
|
251
269
|
},
|
|
@@ -318,7 +336,10 @@
|
|
|
318
336
|
"decimals": 18,
|
|
319
337
|
"address": "0x0000000000000000000000000000000000000000",
|
|
320
338
|
"sweepThreshold": 10,
|
|
321
|
-
"sweepWalletMinBalance": 0.1
|
|
339
|
+
"sweepWalletMinBalance": 0.1,
|
|
340
|
+
"recommendedMinBalanceFundingWallet": 50,
|
|
341
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
342
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
322
343
|
},
|
|
323
344
|
{
|
|
324
345
|
"name": "Tether Token",
|
|
@@ -329,7 +350,10 @@
|
|
|
329
350
|
"decimals": 6,
|
|
330
351
|
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
331
352
|
"sweepThreshold": 0,
|
|
332
|
-
"sweepWalletMinBalance": 1
|
|
353
|
+
"sweepWalletMinBalance": 1,
|
|
354
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
355
|
+
"recommendedMinBalanceEscrow": 100,
|
|
356
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
333
357
|
}
|
|
334
358
|
]
|
|
335
359
|
},
|
|
@@ -402,7 +426,10 @@
|
|
|
402
426
|
"decimals": 18,
|
|
403
427
|
"address": "0x0000000000000000000000000000000000000000",
|
|
404
428
|
"sweepThreshold": 10,
|
|
405
|
-
"sweepWalletMinBalance": 0.1
|
|
429
|
+
"sweepWalletMinBalance": 0.1,
|
|
430
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
431
|
+
"recommendedMinBalanceEscrow": 10000,
|
|
432
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
406
433
|
}
|
|
407
434
|
]
|
|
408
435
|
},
|
|
@@ -475,7 +502,10 @@
|
|
|
475
502
|
"decimals": 18,
|
|
476
503
|
"address": "0x0000000000000000000000000000000000000000",
|
|
477
504
|
"sweepThreshold": 0.05,
|
|
478
|
-
"sweepWalletMinBalance": 0.01
|
|
505
|
+
"sweepWalletMinBalance": 0.01,
|
|
506
|
+
"recommendedMinBalanceFundingWallet": 1,
|
|
507
|
+
"recommendedMinBalanceEscrow": 10,
|
|
508
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
479
509
|
},
|
|
480
510
|
{
|
|
481
511
|
"name": "Tether Token",
|
|
@@ -486,7 +516,10 @@
|
|
|
486
516
|
"decimals": 6,
|
|
487
517
|
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
488
518
|
"sweepThreshold": 5,
|
|
489
|
-
"sweepWalletMinBalance": 1
|
|
519
|
+
"sweepWalletMinBalance": 1,
|
|
520
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
521
|
+
"recommendedMinBalanceEscrow": 100,
|
|
522
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
490
523
|
}
|
|
491
524
|
]
|
|
492
525
|
},
|
|
@@ -551,7 +584,10 @@
|
|
|
551
584
|
"decimals": 6,
|
|
552
585
|
"address": "0000000000000000000000000000000000000000",
|
|
553
586
|
"sweepThreshold": 10,
|
|
554
|
-
"sweepWalletMinBalance": 6
|
|
587
|
+
"sweepWalletMinBalance": 6,
|
|
588
|
+
"recommendedMinBalanceFundingWallet": 333,
|
|
589
|
+
"recommendedMinBalanceEscrow": 0,
|
|
590
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
555
591
|
},
|
|
556
592
|
{
|
|
557
593
|
"name": "Tether Token",
|
|
@@ -562,7 +598,10 @@
|
|
|
562
598
|
"decimals": 6,
|
|
563
599
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
564
600
|
"sweepThreshold": 2,
|
|
565
|
-
"sweepWalletMinBalance": 0.1
|
|
601
|
+
"sweepWalletMinBalance": 0.1,
|
|
602
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
603
|
+
"recommendedMinBalanceEscrow": 0,
|
|
604
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
566
605
|
}
|
|
567
606
|
]
|
|
568
607
|
},
|
|
@@ -68,7 +68,10 @@
|
|
|
68
68
|
"address": "0x0000000000000000000000000000000000000000",
|
|
69
69
|
"isStableCoin": false,
|
|
70
70
|
"sweepThreshold": 0.004,
|
|
71
|
-
"sweepWalletMinBalance": 0.0002
|
|
71
|
+
"sweepWalletMinBalance": 0.0002,
|
|
72
|
+
"recommendedMinBalanceFundingWallet": 0.025,
|
|
73
|
+
"recommendedMinBalanceEscrow": 0.5,
|
|
74
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
72
75
|
},
|
|
73
76
|
{
|
|
74
77
|
"name": "Tether Token",
|
|
@@ -79,7 +82,10 @@
|
|
|
79
82
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
80
83
|
"isStableCoin": true,
|
|
81
84
|
"sweepThreshold": 1,
|
|
82
|
-
"sweepWalletMinBalance": 0
|
|
85
|
+
"sweepWalletMinBalance": 0,
|
|
86
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
87
|
+
"recommendedMinBalanceEscrow": 100,
|
|
88
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
83
89
|
},
|
|
84
90
|
{
|
|
85
91
|
"name": "Circle Token",
|
|
@@ -90,7 +96,10 @@
|
|
|
90
96
|
"decimals": 6,
|
|
91
97
|
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
92
98
|
"sweepThreshold": 1,
|
|
93
|
-
"sweepWalletMinBalance": 0.1
|
|
99
|
+
"sweepWalletMinBalance": 0.1,
|
|
100
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
101
|
+
"recommendedMinBalanceEscrow": 100,
|
|
102
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
94
103
|
},
|
|
95
104
|
{
|
|
96
105
|
"name": "PalmUSD",
|
|
@@ -101,7 +110,10 @@
|
|
|
101
110
|
"decimals": 6,
|
|
102
111
|
"address": "0xFAF0cEe6B20e2Aaa4B80748a6AF4CD89609a3d78",
|
|
103
112
|
"sweepThreshold": 1,
|
|
104
|
-
"sweepWalletMinBalance": 0.1
|
|
113
|
+
"sweepWalletMinBalance": 0.1,
|
|
114
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
115
|
+
"recommendedMinBalanceEscrow": 100,
|
|
116
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
105
117
|
}
|
|
106
118
|
]
|
|
107
119
|
},
|
|
@@ -174,7 +186,10 @@
|
|
|
174
186
|
"decimals": 18,
|
|
175
187
|
"address": "0x0000000000000000000000000000000000000000",
|
|
176
188
|
"sweepThreshold": 0.008,
|
|
177
|
-
"sweepWalletMinBalance": 0.0002
|
|
189
|
+
"sweepWalletMinBalance": 0.0002,
|
|
190
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
191
|
+
"recommendedMinBalanceEscrow": 1,
|
|
192
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
178
193
|
},
|
|
179
194
|
{
|
|
180
195
|
"name": "Tether Token",
|
|
@@ -185,7 +200,10 @@
|
|
|
185
200
|
"isStableCoin": true,
|
|
186
201
|
"address": "0x55d398326f99059fF775485246999027B3197955",
|
|
187
202
|
"sweepThreshold": 1,
|
|
188
|
-
"sweepWalletMinBalance": 0.1
|
|
203
|
+
"sweepWalletMinBalance": 0.1,
|
|
204
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
205
|
+
"recommendedMinBalanceEscrow": 100,
|
|
206
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
189
207
|
}
|
|
190
208
|
]
|
|
191
209
|
},
|
|
@@ -256,7 +274,10 @@
|
|
|
256
274
|
"decimals": 9,
|
|
257
275
|
"address": "11111111111111111111111111111111",
|
|
258
276
|
"sweepThreshold": 0.05,
|
|
259
|
-
"sweepWalletMinBalance": 0.01
|
|
277
|
+
"sweepWalletMinBalance": 0.01,
|
|
278
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
279
|
+
"recommendedMinBalanceEscrow": 1,
|
|
280
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
260
281
|
},
|
|
261
282
|
{
|
|
262
283
|
"name": "Circle Token",
|
|
@@ -267,7 +288,10 @@
|
|
|
267
288
|
"decimals": 6,
|
|
268
289
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
269
290
|
"sweepThreshold": 1,
|
|
270
|
-
"sweepWalletMinBalance": 0.1
|
|
291
|
+
"sweepWalletMinBalance": 0.1,
|
|
292
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
293
|
+
"recommendedMinBalanceEscrow": 100,
|
|
294
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
271
295
|
},
|
|
272
296
|
{
|
|
273
297
|
"name": "PalmUSD",
|
|
@@ -278,7 +302,10 @@
|
|
|
278
302
|
"decimals": 6,
|
|
279
303
|
"address": "CZzgUBvxaMLwMhVSLgqJn3npmxoTo6nzMNQPAnwtHF3s",
|
|
280
304
|
"sweepThreshold": 1,
|
|
281
|
-
"sweepWalletMinBalance": 0.1
|
|
305
|
+
"sweepWalletMinBalance": 0.1,
|
|
306
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
307
|
+
"recommendedMinBalanceEscrow": 100,
|
|
308
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
282
309
|
}
|
|
283
310
|
]
|
|
284
311
|
},
|
|
@@ -351,7 +378,10 @@
|
|
|
351
378
|
"decimals": 18,
|
|
352
379
|
"address": "0x0000000000000000000000000000000000000000",
|
|
353
380
|
"sweepThreshold": 10,
|
|
354
|
-
"sweepWalletMinBalance": 0.1
|
|
381
|
+
"sweepWalletMinBalance": 0.1,
|
|
382
|
+
"recommendedMinBalanceFundingWallet": 50,
|
|
383
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
384
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
355
385
|
},
|
|
356
386
|
{
|
|
357
387
|
"name": "Tether Token",
|
|
@@ -362,7 +392,10 @@
|
|
|
362
392
|
"decimals": 6,
|
|
363
393
|
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
364
394
|
"sweepThreshold": 1,
|
|
365
|
-
"sweepWalletMinBalance": 0.1
|
|
395
|
+
"sweepWalletMinBalance": 0.1,
|
|
396
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
397
|
+
"recommendedMinBalanceEscrow": 100,
|
|
398
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
366
399
|
}
|
|
367
400
|
]
|
|
368
401
|
},
|
|
@@ -435,7 +468,10 @@
|
|
|
435
468
|
"isStableCoin": false,
|
|
436
469
|
"address": "0x0000000000000000000000000000000000000000",
|
|
437
470
|
"sweepThreshold": 10,
|
|
438
|
-
"sweepWalletMinBalance": 0.1
|
|
471
|
+
"sweepWalletMinBalance": 0.1,
|
|
472
|
+
"recommendedMinBalanceFundingWallet": 10,
|
|
473
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
474
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
439
475
|
}
|
|
440
476
|
]
|
|
441
477
|
},
|
|
@@ -508,7 +544,10 @@
|
|
|
508
544
|
"decimals": 18,
|
|
509
545
|
"address": "0x0000000000000000000000000000000000000000",
|
|
510
546
|
"sweepThreshold": 0.05,
|
|
511
|
-
"sweepWalletMinBalance": 0.01
|
|
547
|
+
"sweepWalletMinBalance": 0.01,
|
|
548
|
+
"recommendedMinBalanceFundingWallet": 1,
|
|
549
|
+
"recommendedMinBalanceEscrow": 10,
|
|
550
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
512
551
|
},
|
|
513
552
|
{
|
|
514
553
|
"name": "Tether Token",
|
|
@@ -519,7 +558,10 @@
|
|
|
519
558
|
"decimals": 6,
|
|
520
559
|
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
521
560
|
"sweepThreshold": 1,
|
|
522
|
-
"sweepWalletMinBalance": 0.1
|
|
561
|
+
"sweepWalletMinBalance": 0.1,
|
|
562
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
563
|
+
"recommendedMinBalanceEscrow": 100,
|
|
564
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
523
565
|
}
|
|
524
566
|
]
|
|
525
567
|
},
|
|
@@ -584,7 +626,10 @@
|
|
|
584
626
|
"decimals": 6,
|
|
585
627
|
"address": "0000000000000000000000000000000000000000",
|
|
586
628
|
"sweepThreshold": 10,
|
|
587
|
-
"sweepWalletMinBalance": 6
|
|
629
|
+
"sweepWalletMinBalance": 6,
|
|
630
|
+
"recommendedMinBalanceFundingWallet": 333,
|
|
631
|
+
"recommendedMinBalanceEscrow": 0,
|
|
632
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
588
633
|
},
|
|
589
634
|
{
|
|
590
635
|
"name": "Tether Token",
|
|
@@ -595,7 +640,10 @@
|
|
|
595
640
|
"decimals": 6,
|
|
596
641
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
597
642
|
"sweepThreshold": 1,
|
|
598
|
-
"sweepWalletMinBalance": 0.1
|
|
643
|
+
"sweepWalletMinBalance": 0.1,
|
|
644
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
645
|
+
"recommendedMinBalanceEscrow": 0,
|
|
646
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
599
647
|
}
|
|
600
648
|
]
|
|
601
649
|
}
|
|
@@ -64,7 +64,10 @@
|
|
|
64
64
|
"decimals": 18,
|
|
65
65
|
"address": "0x0000000000000000000000000000000000000000",
|
|
66
66
|
"sweepThreshold": 0.004,
|
|
67
|
-
"sweepWalletMinBalance": 0.0002
|
|
67
|
+
"sweepWalletMinBalance": 0.0002,
|
|
68
|
+
"recommendedMinBalanceFundingWallet": 0.025,
|
|
69
|
+
"recommendedMinBalanceEscrow": 0.5,
|
|
70
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
68
71
|
},
|
|
69
72
|
{
|
|
70
73
|
"name": "Tether Token",
|
|
@@ -75,7 +78,10 @@
|
|
|
75
78
|
"decimals": 6,
|
|
76
79
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
77
80
|
"sweepThreshold": 5,
|
|
78
|
-
"sweepWalletMinBalance": 1
|
|
81
|
+
"sweepWalletMinBalance": 1,
|
|
82
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
83
|
+
"recommendedMinBalanceEscrow": 100,
|
|
84
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
79
85
|
},
|
|
80
86
|
{
|
|
81
87
|
"name": "Circle Token",
|
|
@@ -86,7 +92,10 @@
|
|
|
86
92
|
"decimals": 6,
|
|
87
93
|
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
88
94
|
"sweepThreshold": 1,
|
|
89
|
-
"sweepWalletMinBalance": 0.1
|
|
95
|
+
"sweepWalletMinBalance": 0.1,
|
|
96
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
97
|
+
"recommendedMinBalanceEscrow": 100,
|
|
98
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
90
99
|
}
|
|
91
100
|
]
|
|
92
101
|
},
|
|
@@ -155,7 +164,10 @@
|
|
|
155
164
|
"decimals": 18,
|
|
156
165
|
"address": "0x0000000000000000000000000000000000000000",
|
|
157
166
|
"sweepThreshold": 0.008,
|
|
158
|
-
"sweepWalletMinBalance": 0.0002
|
|
167
|
+
"sweepWalletMinBalance": 0.0002,
|
|
168
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
169
|
+
"recommendedMinBalanceEscrow": 1,
|
|
170
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
159
171
|
},
|
|
160
172
|
{
|
|
161
173
|
"name": "Tether Token",
|
|
@@ -166,7 +178,10 @@
|
|
|
166
178
|
"decimals": 18,
|
|
167
179
|
"address": "0x55d398326f99059fF775485246999027B3197955",
|
|
168
180
|
"sweepThreshold": 5,
|
|
169
|
-
"sweepWalletMinBalance": 1
|
|
181
|
+
"sweepWalletMinBalance": 1,
|
|
182
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
183
|
+
"recommendedMinBalanceEscrow": 100,
|
|
184
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
170
185
|
}
|
|
171
186
|
]
|
|
172
187
|
},
|
|
@@ -181,14 +196,14 @@
|
|
|
181
196
|
"rpcBaseUrlWss": "wss://rpc.ankr.com/solana/ws",
|
|
182
197
|
"targetConfirmations": 32,
|
|
183
198
|
"accounting": {
|
|
184
|
-
"funding_wallet": "
|
|
199
|
+
"funding_wallet": "4sqzWCATZ6ZkyZtdgQCB3CFpuuC9feVvRdDzfB6KB7QR",
|
|
185
200
|
"treasury_receiver": "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
|
|
186
201
|
"overflow_treasury_receiver": "57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
|
|
187
202
|
"overflow_threshold_decimal": 100000,
|
|
188
203
|
"min_funding_wallet_balance_usd": 5,
|
|
189
204
|
"allowed_receivers": [
|
|
190
205
|
"57vC54RYuNVVNHBuzfAn5kxpvFSFUZ28VXnKcYCGnvPS",
|
|
191
|
-
"
|
|
206
|
+
"4sqzWCATZ6ZkyZtdgQCB3CFpuuC9feVvRdDzfB6KB7QR"
|
|
192
207
|
]
|
|
193
208
|
},
|
|
194
209
|
"custodialAlchemyWebhooks": [
|
|
@@ -240,7 +255,7 @@
|
|
|
240
255
|
"startingBlock": 45852351,
|
|
241
256
|
"escrowAlchemyWebhooks": [],
|
|
242
257
|
"addresses": [
|
|
243
|
-
"
|
|
258
|
+
"4sqzWCATZ6ZkyZtdgQCB3CFpuuC9feVvRdDzfB6KB7QR"
|
|
244
259
|
]
|
|
245
260
|
}
|
|
246
261
|
],
|
|
@@ -254,7 +269,10 @@
|
|
|
254
269
|
"decimals": 9,
|
|
255
270
|
"address": "11111111111111111111111111111111",
|
|
256
271
|
"sweepThreshold": 0.05,
|
|
257
|
-
"sweepWalletMinBalance": 0.01
|
|
272
|
+
"sweepWalletMinBalance": 0.01,
|
|
273
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
274
|
+
"recommendedMinBalanceEscrow": 1,
|
|
275
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
258
276
|
},
|
|
259
277
|
{
|
|
260
278
|
"name": "Circle Token",
|
|
@@ -265,7 +283,10 @@
|
|
|
265
283
|
"decimals": 6,
|
|
266
284
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
267
285
|
"sweepThreshold": 1,
|
|
268
|
-
"sweepWalletMinBalance": 1
|
|
286
|
+
"sweepWalletMinBalance": 1,
|
|
287
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
288
|
+
"recommendedMinBalanceEscrow": 100,
|
|
289
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
269
290
|
}
|
|
270
291
|
]
|
|
271
292
|
},
|
|
@@ -334,7 +355,10 @@
|
|
|
334
355
|
"decimals": 18,
|
|
335
356
|
"address": "0x0000000000000000000000000000000000000000",
|
|
336
357
|
"sweepThreshold": 10,
|
|
337
|
-
"sweepWalletMinBalance": 0.1
|
|
358
|
+
"sweepWalletMinBalance": 0.1,
|
|
359
|
+
"recommendedMinBalanceFundingWallet": 50,
|
|
360
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
361
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
338
362
|
},
|
|
339
363
|
{
|
|
340
364
|
"name": "Tether Token",
|
|
@@ -345,7 +369,10 @@
|
|
|
345
369
|
"decimals": 6,
|
|
346
370
|
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
347
371
|
"sweepThreshold": 0,
|
|
348
|
-
"sweepWalletMinBalance": 1
|
|
372
|
+
"sweepWalletMinBalance": 1,
|
|
373
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
374
|
+
"recommendedMinBalanceEscrow": 100,
|
|
375
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
349
376
|
}
|
|
350
377
|
]
|
|
351
378
|
},
|
|
@@ -414,7 +441,10 @@
|
|
|
414
441
|
"decimals": 18,
|
|
415
442
|
"address": "0x0000000000000000000000000000000000000000",
|
|
416
443
|
"sweepThreshold": 0.05,
|
|
417
|
-
"sweepWalletMinBalance": 0.01
|
|
444
|
+
"sweepWalletMinBalance": 0.01,
|
|
445
|
+
"recommendedMinBalanceFundingWallet": 1,
|
|
446
|
+
"recommendedMinBalanceEscrow": 10,
|
|
447
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
418
448
|
},
|
|
419
449
|
{
|
|
420
450
|
"name": "Tether Token",
|
|
@@ -425,7 +455,10 @@
|
|
|
425
455
|
"decimals": 6,
|
|
426
456
|
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
427
457
|
"sweepThreshold": 5,
|
|
428
|
-
"sweepWalletMinBalance": 1
|
|
458
|
+
"sweepWalletMinBalance": 1,
|
|
459
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
460
|
+
"recommendedMinBalanceEscrow": 100,
|
|
461
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
429
462
|
}
|
|
430
463
|
]
|
|
431
464
|
},
|
|
@@ -490,7 +523,10 @@
|
|
|
490
523
|
"decimals": 6,
|
|
491
524
|
"address": "0000000000000000000000000000000000000000",
|
|
492
525
|
"sweepThreshold": 10,
|
|
493
|
-
"sweepWalletMinBalance": 6
|
|
526
|
+
"sweepWalletMinBalance": 6,
|
|
527
|
+
"recommendedMinBalanceFundingWallet": 333,
|
|
528
|
+
"recommendedMinBalanceEscrow": 0,
|
|
529
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
494
530
|
},
|
|
495
531
|
{
|
|
496
532
|
"name": "Tether Token",
|
|
@@ -501,7 +537,10 @@
|
|
|
501
537
|
"decimals": 6,
|
|
502
538
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
503
539
|
"sweepThreshold": 2,
|
|
504
|
-
"sweepWalletMinBalance": 0.1
|
|
540
|
+
"sweepWalletMinBalance": 0.1,
|
|
541
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
542
|
+
"recommendedMinBalanceEscrow": 0,
|
|
543
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
505
544
|
}
|
|
506
545
|
]
|
|
507
546
|
},
|