@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.
- package/build/chains/networks_dev.json +65 -17
- 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 +54 -14
- package/build/chains/networks_stg-dz.json +69 -18
- package/build/chains/networks_stg-sh.json +573 -0
- package/build/chains/networks_stg-yb.json +573 -0
- package/build/chains/stg-sh.json +93 -0
- package/build/contracts/Escrow.d.ts +1 -1
- package/build/contracts/Escrow.d.ts.map +1 -1
- package/build/contracts/Escrow.js +2 -2
- package/build/contracts/artifacts/Escrow.json +16 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts +232 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +5 -3
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts +290 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +390 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +3 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +2 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +47 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +71 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +13 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +17 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
- package/build/contracts/typechain-types/index.d.ts +4 -0
- package/build/contracts/typechain-types/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/index.js +5 -1
- package/build/interfaces.d.ts +5 -1
- package/build/interfaces.d.ts.map +1 -1
- package/build/interfaces.js +1 -0
- 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
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"tronConfig": {
|
|
40
40
|
"trxTransferCost": 270000,
|
|
41
41
|
"trc20TransferCost": 4000000,
|
|
42
|
-
"rentEnergyWallet": "
|
|
42
|
+
"rentEnergyWallet": "TCdE3ZGvBjUcqVCreT25SWwF36gkiLYTGD"
|
|
43
43
|
},
|
|
44
44
|
"accounting": {
|
|
45
45
|
"funding_wallet": "TN4tXH5F36BxWEe8UQuUeMr1EuPwJjNUFJ",
|
|
@@ -84,7 +84,10 @@
|
|
|
84
84
|
"decimals": 6,
|
|
85
85
|
"address": "0000000000000000000000000000000000000000",
|
|
86
86
|
"sweepThreshold": 10,
|
|
87
|
-
"sweepWalletMinBalance": 6
|
|
87
|
+
"sweepWalletMinBalance": 6,
|
|
88
|
+
"recommendedMinBalanceFundingWallet": 300,
|
|
89
|
+
"recommendedMinBalanceEscrow": 0,
|
|
90
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
88
91
|
},
|
|
89
92
|
{
|
|
90
93
|
"name": "Tether Token",
|
|
@@ -95,7 +98,10 @@
|
|
|
95
98
|
"decimals": 6,
|
|
96
99
|
"address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
|
|
97
100
|
"sweepThreshold": 1,
|
|
98
|
-
"sweepWalletMinBalance": 0.1
|
|
101
|
+
"sweepWalletMinBalance": 0.1,
|
|
102
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
103
|
+
"recommendedMinBalanceEscrow": 0,
|
|
104
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
99
105
|
}
|
|
100
106
|
]
|
|
101
107
|
},
|
|
@@ -181,7 +187,10 @@
|
|
|
181
187
|
"decimals": 9,
|
|
182
188
|
"address": "11111111111111111111111111111111",
|
|
183
189
|
"sweepThreshold": 0.05,
|
|
184
|
-
"sweepWalletMinBalance": 0.01
|
|
190
|
+
"sweepWalletMinBalance": 0.01,
|
|
191
|
+
"recommendedMinBalanceFundingWallet": 0.25,
|
|
192
|
+
"recommendedMinBalanceEscrow": 10,
|
|
193
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
185
194
|
},
|
|
186
195
|
{
|
|
187
196
|
"name": "Circle Token",
|
|
@@ -192,7 +201,10 @@
|
|
|
192
201
|
"decimals": 6,
|
|
193
202
|
"address": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
|
|
194
203
|
"sweepThreshold": 1,
|
|
195
|
-
"sweepWalletMinBalance": 0.1
|
|
204
|
+
"sweepWalletMinBalance": 0.1,
|
|
205
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
206
|
+
"recommendedMinBalanceEscrow": 100,
|
|
207
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
196
208
|
}
|
|
197
209
|
]
|
|
198
210
|
},
|
|
@@ -272,7 +284,10 @@
|
|
|
272
284
|
"decimals": 18,
|
|
273
285
|
"address": "0x0000000000000000000000000000000000000000",
|
|
274
286
|
"sweepThreshold": 0.015,
|
|
275
|
-
"sweepWalletMinBalance": 0.0015
|
|
287
|
+
"sweepWalletMinBalance": 0.0015,
|
|
288
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
289
|
+
"recommendedMinBalanceEscrow": 1,
|
|
290
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
276
291
|
},
|
|
277
292
|
{
|
|
278
293
|
"name": "Tether Token",
|
|
@@ -283,7 +298,10 @@
|
|
|
283
298
|
"isStableCoin": true,
|
|
284
299
|
"address": "0x24607248E7F55B28548971B75A64d74515b49584",
|
|
285
300
|
"sweepThreshold": 10,
|
|
286
|
-
"sweepWalletMinBalance": 0.1
|
|
301
|
+
"sweepWalletMinBalance": 0.1,
|
|
302
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
303
|
+
"recommendedMinBalanceEscrow": 100,
|
|
304
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
287
305
|
}
|
|
288
306
|
]
|
|
289
307
|
},
|
|
@@ -345,7 +363,10 @@
|
|
|
345
363
|
"decimals": 18,
|
|
346
364
|
"address": "0x0000000000000000000000000000000000000000",
|
|
347
365
|
"sweepThreshold": 0.1,
|
|
348
|
-
"sweepWalletMinBalance": 0.01
|
|
366
|
+
"sweepWalletMinBalance": 0.01,
|
|
367
|
+
"recommendedMinBalanceFundingWallet": 10,
|
|
368
|
+
"recommendedMinBalanceEscrow": 100,
|
|
369
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
349
370
|
},
|
|
350
371
|
{
|
|
351
372
|
"name": "Tether Token",
|
|
@@ -355,7 +376,10 @@
|
|
|
355
376
|
"decimals": 6,
|
|
356
377
|
"address": "0x00E15B31f48aC6DB632aABf5B656e118b31b1BeB",
|
|
357
378
|
"sweepThreshold": 10,
|
|
358
|
-
"sweepWalletMinBalance": 0.1
|
|
379
|
+
"sweepWalletMinBalance": 0.1,
|
|
380
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
381
|
+
"recommendedMinBalanceEscrow": 100,
|
|
382
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
359
383
|
}
|
|
360
384
|
]
|
|
361
385
|
},
|
|
@@ -435,7 +459,10 @@
|
|
|
435
459
|
"decimals": 18,
|
|
436
460
|
"address": "0x0000000000000000000000000000000000000000",
|
|
437
461
|
"sweepThreshold": 0.1,
|
|
438
|
-
"sweepWalletMinBalance": 0.01
|
|
462
|
+
"sweepWalletMinBalance": 0.01,
|
|
463
|
+
"recommendedMinBalanceFundingWallet": 3,
|
|
464
|
+
"recommendedMinBalanceEscrow": 50,
|
|
465
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
439
466
|
},
|
|
440
467
|
{
|
|
441
468
|
"name": "Tether Token",
|
|
@@ -446,7 +473,10 @@
|
|
|
446
473
|
"decimals": 6,
|
|
447
474
|
"address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
|
|
448
475
|
"sweepThreshold": 10,
|
|
449
|
-
"sweepWalletMinBalance": 0.1
|
|
476
|
+
"sweepWalletMinBalance": 0.1,
|
|
477
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
478
|
+
"recommendedMinBalanceEscrow": 100,
|
|
479
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
450
480
|
}
|
|
451
481
|
]
|
|
452
482
|
},
|
|
@@ -540,7 +570,10 @@
|
|
|
540
570
|
"decimals": 18,
|
|
541
571
|
"address": "0x0000000000000000000000000000000000000000",
|
|
542
572
|
"sweepThreshold": 0.00033,
|
|
543
|
-
"sweepWalletMinBalance": 0.001
|
|
573
|
+
"sweepWalletMinBalance": 0.001,
|
|
574
|
+
"recommendedMinBalanceFundingWallet": 0.05,
|
|
575
|
+
"recommendedMinBalanceEscrow": 0.5,
|
|
576
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
544
577
|
},
|
|
545
578
|
{
|
|
546
579
|
"name": "Tether Token",
|
|
@@ -551,7 +584,10 @@
|
|
|
551
584
|
"decimals": 6,
|
|
552
585
|
"address": "0xd36A20dB12953F0bf09C66B08c1771ae046D2152",
|
|
553
586
|
"sweepThreshold": 10,
|
|
554
|
-
"sweepWalletMinBalance": 0.1
|
|
587
|
+
"sweepWalletMinBalance": 0.1,
|
|
588
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
589
|
+
"recommendedMinBalanceEscrow": 100,
|
|
590
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
555
591
|
}
|
|
556
592
|
]
|
|
557
593
|
},
|
|
@@ -630,7 +666,10 @@
|
|
|
630
666
|
"isStableCoin": false,
|
|
631
667
|
"address": "0x0000000000000000000000000000000000000000",
|
|
632
668
|
"sweepThreshold": 10,
|
|
633
|
-
"sweepWalletMinBalance": 0.01
|
|
669
|
+
"sweepWalletMinBalance": 0.01,
|
|
670
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
671
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
672
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
634
673
|
},
|
|
635
674
|
{
|
|
636
675
|
"name": "Tether Token",
|
|
@@ -641,7 +680,10 @@
|
|
|
641
680
|
"isStableCoin": true,
|
|
642
681
|
"address": "0x6F8cCEFD7Ba389713C3DCFA6C145f2d4fC2731a9",
|
|
643
682
|
"sweepThreshold": 10,
|
|
644
|
-
"sweepWalletMinBalance": 0.1
|
|
683
|
+
"sweepWalletMinBalance": 0.1,
|
|
684
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
685
|
+
"recommendedMinBalanceEscrow": 100,
|
|
686
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
645
687
|
}
|
|
646
688
|
]
|
|
647
689
|
},
|
|
@@ -727,7 +769,10 @@
|
|
|
727
769
|
"decimals": 18,
|
|
728
770
|
"address": "0x0000000000000000000000000000000000000000",
|
|
729
771
|
"sweepThreshold": 10,
|
|
730
|
-
"sweepWalletMinBalance": 0.1
|
|
772
|
+
"sweepWalletMinBalance": 0.1,
|
|
773
|
+
"recommendedMinBalanceFundingWallet": 50,
|
|
774
|
+
"recommendedMinBalanceEscrow": 500,
|
|
775
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
731
776
|
},
|
|
732
777
|
{
|
|
733
778
|
"name": "Tether Token",
|
|
@@ -738,7 +783,10 @@
|
|
|
738
783
|
"decimals": 6,
|
|
739
784
|
"address": "0xc60f378d2C9Cc06c4830B788976bc1003d5159fe",
|
|
740
785
|
"sweepThreshold": 10,
|
|
741
|
-
"sweepWalletMinBalance": 0.1
|
|
786
|
+
"sweepWalletMinBalance": 0.1,
|
|
787
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
788
|
+
"recommendedMinBalanceEscrow": 100,
|
|
789
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
742
790
|
}
|
|
743
791
|
]
|
|
744
792
|
}
|
|
@@ -82,7 +82,10 @@
|
|
|
82
82
|
"decimals": 18,
|
|
83
83
|
"address": "0x0000000000000000000000000000000000000000",
|
|
84
84
|
"sweepThreshold": 0.004,
|
|
85
|
-
"sweepWalletMinBalance": 0.0002
|
|
85
|
+
"sweepWalletMinBalance": 0.0002,
|
|
86
|
+
"recommendedMinBalanceFundingWallet": 0.025,
|
|
87
|
+
"recommendedMinBalanceEscrow": 0.5,
|
|
88
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
86
89
|
},
|
|
87
90
|
{
|
|
88
91
|
"name": "Tether Token",
|
|
@@ -93,7 +96,10 @@
|
|
|
93
96
|
"decimals": 6,
|
|
94
97
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
95
98
|
"sweepThreshold": 5,
|
|
96
|
-
"sweepWalletMinBalance": 1
|
|
99
|
+
"sweepWalletMinBalance": 1,
|
|
100
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
101
|
+
"recommendedMinBalanceEscrow": 100,
|
|
102
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
97
103
|
}
|
|
98
104
|
]
|
|
99
105
|
},
|
|
@@ -180,7 +186,10 @@
|
|
|
180
186
|
"decimals": 18,
|
|
181
187
|
"address": "0x0000000000000000000000000000000000000000",
|
|
182
188
|
"sweepThreshold": 0.008,
|
|
183
|
-
"sweepWalletMinBalance": 0.0002
|
|
189
|
+
"sweepWalletMinBalance": 0.0002,
|
|
190
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
191
|
+
"recommendedMinBalanceEscrow": 1,
|
|
192
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
184
193
|
},
|
|
185
194
|
{
|
|
186
195
|
"name": "Tether Token",
|
|
@@ -191,7 +200,10 @@
|
|
|
191
200
|
"decimals": 18,
|
|
192
201
|
"address": "0x55d398326f99059fF775485246999027B3197955",
|
|
193
202
|
"sweepThreshold": 5,
|
|
194
|
-
"sweepWalletMinBalance": 1
|
|
203
|
+
"sweepWalletMinBalance": 1,
|
|
204
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
205
|
+
"recommendedMinBalanceEscrow": 100,
|
|
206
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
195
207
|
}
|
|
196
208
|
]
|
|
197
209
|
},
|
|
@@ -276,7 +288,10 @@
|
|
|
276
288
|
"decimals": 9,
|
|
277
289
|
"address": "11111111111111111111111111111111",
|
|
278
290
|
"sweepThreshold": 0.05,
|
|
279
|
-
"sweepWalletMinBalance": 0.01
|
|
291
|
+
"sweepWalletMinBalance": 0.01,
|
|
292
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
293
|
+
"recommendedMinBalanceEscrow": 1,
|
|
294
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
280
295
|
},
|
|
281
296
|
{
|
|
282
297
|
"name": "Circle Token",
|
|
@@ -287,7 +302,10 @@
|
|
|
287
302
|
"decimals": 6,
|
|
288
303
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
289
304
|
"sweepThreshold": 1,
|
|
290
|
-
"sweepWalletMinBalance": 1
|
|
305
|
+
"sweepWalletMinBalance": 1,
|
|
306
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
307
|
+
"recommendedMinBalanceEscrow": 100,
|
|
308
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
291
309
|
}
|
|
292
310
|
]
|
|
293
311
|
},
|
|
@@ -374,7 +392,10 @@
|
|
|
374
392
|
"decimals": 18,
|
|
375
393
|
"address": "0x0000000000000000000000000000000000000000",
|
|
376
394
|
"sweepThreshold": 10,
|
|
377
|
-
"sweepWalletMinBalance": 0.1
|
|
395
|
+
"sweepWalletMinBalance": 0.1,
|
|
396
|
+
"recommendedMinBalanceFundingWallet": 50,
|
|
397
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
398
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
378
399
|
},
|
|
379
400
|
{
|
|
380
401
|
"name": "Tether Token",
|
|
@@ -385,7 +406,10 @@
|
|
|
385
406
|
"decimals": 6,
|
|
386
407
|
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
387
408
|
"sweepThreshold": 0,
|
|
388
|
-
"sweepWalletMinBalance": 1
|
|
409
|
+
"sweepWalletMinBalance": 1,
|
|
410
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
411
|
+
"recommendedMinBalanceEscrow": 100,
|
|
412
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
389
413
|
}
|
|
390
414
|
]
|
|
391
415
|
},
|
|
@@ -472,7 +496,10 @@
|
|
|
472
496
|
"address": "0x0000000000000000000000000000000000000000",
|
|
473
497
|
"isStableCoin": false,
|
|
474
498
|
"sweepThreshold": 10,
|
|
475
|
-
"sweepWalletMinBalance": 0.1
|
|
499
|
+
"sweepWalletMinBalance": 0.1,
|
|
500
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
501
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
502
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
476
503
|
}
|
|
477
504
|
]
|
|
478
505
|
},
|
|
@@ -559,7 +586,10 @@
|
|
|
559
586
|
"decimals": 18,
|
|
560
587
|
"address": "0x0000000000000000000000000000000000000000",
|
|
561
588
|
"sweepThreshold": 0.05,
|
|
562
|
-
"sweepWalletMinBalance": 0.01
|
|
589
|
+
"sweepWalletMinBalance": 0.01,
|
|
590
|
+
"recommendedMinBalanceFundingWallet": 1,
|
|
591
|
+
"recommendedMinBalanceEscrow": 10,
|
|
592
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
563
593
|
},
|
|
564
594
|
{
|
|
565
595
|
"name": "Tether Token",
|
|
@@ -570,7 +600,10 @@
|
|
|
570
600
|
"decimals": 6,
|
|
571
601
|
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
572
602
|
"sweepThreshold": 5,
|
|
573
|
-
"sweepWalletMinBalance": 1
|
|
603
|
+
"sweepWalletMinBalance": 1,
|
|
604
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
605
|
+
"recommendedMinBalanceEscrow": 100,
|
|
606
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
574
607
|
}
|
|
575
608
|
]
|
|
576
609
|
},
|
|
@@ -632,7 +665,10 @@
|
|
|
632
665
|
"decimals": 6,
|
|
633
666
|
"address": "0000000000000000000000000000000000000000",
|
|
634
667
|
"sweepThreshold": 10,
|
|
635
|
-
"sweepWalletMinBalance": 6
|
|
668
|
+
"sweepWalletMinBalance": 6,
|
|
669
|
+
"recommendedMinBalanceFundingWallet": 333,
|
|
670
|
+
"recommendedMinBalanceEscrow": 0,
|
|
671
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
636
672
|
},
|
|
637
673
|
{
|
|
638
674
|
"name": "Tether Token",
|
|
@@ -643,7 +679,10 @@
|
|
|
643
679
|
"decimals": 6,
|
|
644
680
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
645
681
|
"sweepThreshold": 5,
|
|
646
|
-
"sweepWalletMinBalance": 1
|
|
682
|
+
"sweepWalletMinBalance": 1,
|
|
683
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
684
|
+
"recommendedMinBalanceEscrow": 0,
|
|
685
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
647
686
|
}
|
|
648
687
|
]
|
|
649
688
|
},
|
|
@@ -82,7 +82,10 @@
|
|
|
82
82
|
"decimals": 18,
|
|
83
83
|
"address": "0x0000000000000000000000000000000000000000",
|
|
84
84
|
"sweepThreshold": 0.004,
|
|
85
|
-
"sweepWalletMinBalance": 0.0002
|
|
85
|
+
"sweepWalletMinBalance": 0.0002,
|
|
86
|
+
"recommendedMinBalanceFundingWallet": 0.025,
|
|
87
|
+
"recommendedMinBalanceEscrow": 0.5,
|
|
88
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
86
89
|
},
|
|
87
90
|
{
|
|
88
91
|
"name": "Tether Token",
|
|
@@ -93,7 +96,10 @@
|
|
|
93
96
|
"decimals": 6,
|
|
94
97
|
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
95
98
|
"sweepThreshold": 4,
|
|
96
|
-
"sweepWalletMinBalance": 1
|
|
99
|
+
"sweepWalletMinBalance": 1,
|
|
100
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
101
|
+
"recommendedMinBalanceEscrow": 100,
|
|
102
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
97
103
|
},
|
|
98
104
|
{
|
|
99
105
|
"name": "Circle Token",
|
|
@@ -104,7 +110,10 @@
|
|
|
104
110
|
"decimals": 6,
|
|
105
111
|
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
106
112
|
"sweepThreshold": 4,
|
|
107
|
-
"sweepWalletMinBalance": 1
|
|
113
|
+
"sweepWalletMinBalance": 1,
|
|
114
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
115
|
+
"recommendedMinBalanceEscrow": 100,
|
|
116
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
108
117
|
},
|
|
109
118
|
{
|
|
110
119
|
"name": "PalmUSD",
|
|
@@ -115,7 +124,10 @@
|
|
|
115
124
|
"decimals": 6,
|
|
116
125
|
"address": "0xFAF0cEe6B20e2Aaa4B80748a6AF4CD89609a3d78",
|
|
117
126
|
"sweepThreshold": 1,
|
|
118
|
-
"sweepWalletMinBalance": 0.1
|
|
127
|
+
"sweepWalletMinBalance": 0.1,
|
|
128
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
129
|
+
"recommendedMinBalanceEscrow": 100,
|
|
130
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
119
131
|
}
|
|
120
132
|
]
|
|
121
133
|
},
|
|
@@ -202,7 +214,10 @@
|
|
|
202
214
|
"decimals": 18,
|
|
203
215
|
"address": "0x0000000000000000000000000000000000000000",
|
|
204
216
|
"sweepThreshold": 0.008,
|
|
205
|
-
"sweepWalletMinBalance": 0.0002
|
|
217
|
+
"sweepWalletMinBalance": 0.0002,
|
|
218
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
219
|
+
"recommendedMinBalanceEscrow": 1,
|
|
220
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
206
221
|
},
|
|
207
222
|
{
|
|
208
223
|
"name": "Tether Token",
|
|
@@ -213,7 +228,10 @@
|
|
|
213
228
|
"decimals": 18,
|
|
214
229
|
"address": "0x55d398326f99059fF775485246999027B3197955",
|
|
215
230
|
"sweepThreshold": 5,
|
|
216
|
-
"sweepWalletMinBalance": 1
|
|
231
|
+
"sweepWalletMinBalance": 1,
|
|
232
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
233
|
+
"recommendedMinBalanceEscrow": 100,
|
|
234
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
217
235
|
}
|
|
218
236
|
]
|
|
219
237
|
},
|
|
@@ -300,7 +318,10 @@
|
|
|
300
318
|
"decimals": 9,
|
|
301
319
|
"address": "11111111111111111111111111111111",
|
|
302
320
|
"sweepThreshold": 0.05,
|
|
303
|
-
"sweepWalletMinBalance": 0.01
|
|
321
|
+
"sweepWalletMinBalance": 0.01,
|
|
322
|
+
"recommendedMinBalanceFundingWallet": 0.1,
|
|
323
|
+
"recommendedMinBalanceEscrow": 1,
|
|
324
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
304
325
|
},
|
|
305
326
|
{
|
|
306
327
|
"name": "Circle Token",
|
|
@@ -311,7 +332,10 @@
|
|
|
311
332
|
"decimals": 6,
|
|
312
333
|
"address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
|
|
313
334
|
"sweepThreshold": 1,
|
|
314
|
-
"sweepWalletMinBalance": 1
|
|
335
|
+
"sweepWalletMinBalance": 1,
|
|
336
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
337
|
+
"recommendedMinBalanceEscrow": 100,
|
|
338
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
315
339
|
},
|
|
316
340
|
{
|
|
317
341
|
"name": "PalmUSD",
|
|
@@ -322,7 +346,10 @@
|
|
|
322
346
|
"decimals": 6,
|
|
323
347
|
"address": "CZzgUBvxaMLwMhVSLgqJn3npmxoTo6nzMNQPAnwtHF3s",
|
|
324
348
|
"sweepThreshold": 1,
|
|
325
|
-
"sweepWalletMinBalance": 0.1
|
|
349
|
+
"sweepWalletMinBalance": 0.1,
|
|
350
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
351
|
+
"recommendedMinBalanceEscrow": 100,
|
|
352
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
326
353
|
}
|
|
327
354
|
]
|
|
328
355
|
},
|
|
@@ -409,7 +436,10 @@
|
|
|
409
436
|
"decimals": 18,
|
|
410
437
|
"address": "0x0000000000000000000000000000000000000000",
|
|
411
438
|
"sweepThreshold": 10,
|
|
412
|
-
"sweepWalletMinBalance": 0.1
|
|
439
|
+
"sweepWalletMinBalance": 0.1,
|
|
440
|
+
"recommendedMinBalanceFundingWallet": 50,
|
|
441
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
442
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
413
443
|
},
|
|
414
444
|
{
|
|
415
445
|
"name": "Tether Token",
|
|
@@ -420,7 +450,10 @@
|
|
|
420
450
|
"decimals": 6,
|
|
421
451
|
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
422
452
|
"sweepThreshold": 0,
|
|
423
|
-
"sweepWalletMinBalance": 1
|
|
453
|
+
"sweepWalletMinBalance": 1,
|
|
454
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
455
|
+
"recommendedMinBalanceEscrow": 100,
|
|
456
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
424
457
|
}
|
|
425
458
|
]
|
|
426
459
|
},
|
|
@@ -507,7 +540,10 @@
|
|
|
507
540
|
"address": "0x0000000000000000000000000000000000000000",
|
|
508
541
|
"isStableCoin": false,
|
|
509
542
|
"sweepThreshold": 10,
|
|
510
|
-
"sweepWalletMinBalance": 0.1
|
|
543
|
+
"sweepWalletMinBalance": 0.1,
|
|
544
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
545
|
+
"recommendedMinBalanceEscrow": 1000,
|
|
546
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
511
547
|
}
|
|
512
548
|
]
|
|
513
549
|
},
|
|
@@ -594,7 +630,10 @@
|
|
|
594
630
|
"decimals": 18,
|
|
595
631
|
"address": "0x0000000000000000000000000000000000000000",
|
|
596
632
|
"sweepThreshold": 0.05,
|
|
597
|
-
"sweepWalletMinBalance": 0.01
|
|
633
|
+
"sweepWalletMinBalance": 0.01,
|
|
634
|
+
"recommendedMinBalanceFundingWallet": 1,
|
|
635
|
+
"recommendedMinBalanceEscrow": 10,
|
|
636
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
598
637
|
},
|
|
599
638
|
{
|
|
600
639
|
"name": "Tether Token",
|
|
@@ -605,7 +644,10 @@
|
|
|
605
644
|
"decimals": 6,
|
|
606
645
|
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
|
|
607
646
|
"sweepThreshold": 4,
|
|
608
|
-
"sweepWalletMinBalance": 1
|
|
647
|
+
"sweepWalletMinBalance": 1,
|
|
648
|
+
"recommendedMinBalanceFundingWallet": 0,
|
|
649
|
+
"recommendedMinBalanceEscrow": 100,
|
|
650
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
609
651
|
}
|
|
610
652
|
]
|
|
611
653
|
},
|
|
@@ -669,7 +711,10 @@
|
|
|
669
711
|
"decimals": 6,
|
|
670
712
|
"address": "0000000000000000000000000000000000000000",
|
|
671
713
|
"sweepThreshold": 10,
|
|
672
|
-
"sweepWalletMinBalance": 6
|
|
714
|
+
"sweepWalletMinBalance": 6,
|
|
715
|
+
"recommendedMinBalanceFundingWallet": 333,
|
|
716
|
+
"recommendedMinBalanceEscrow": 0,
|
|
717
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
673
718
|
},
|
|
674
719
|
{
|
|
675
720
|
"name": "Tether Token",
|
|
@@ -680,7 +725,10 @@
|
|
|
680
725
|
"decimals": 6,
|
|
681
726
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
682
727
|
"sweepThreshold": 5,
|
|
683
|
-
"sweepWalletMinBalance": 1
|
|
728
|
+
"sweepWalletMinBalance": 1,
|
|
729
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
730
|
+
"recommendedMinBalanceEscrow": 0,
|
|
731
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
684
732
|
}
|
|
685
733
|
]
|
|
686
734
|
},
|