@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
|
@@ -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
|
},
|
|
@@ -499,7 +532,8 @@
|
|
|
499
532
|
"blockexplorerUrl": "https://tronscan.org",
|
|
500
533
|
"tronConfig": {
|
|
501
534
|
"trxTransferCost": 270000,
|
|
502
|
-
"trc20TransferCost": 4000000
|
|
535
|
+
"trc20TransferCost": 4000000,
|
|
536
|
+
"rentEnergyWallet": "TJM3pDqnggPbRd8ohSUmoEzWTUFfBmKPeQ"
|
|
503
537
|
},
|
|
504
538
|
"accounting": {
|
|
505
539
|
"funding_wallet": "TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu",
|
|
@@ -550,7 +584,10 @@
|
|
|
550
584
|
"decimals": 6,
|
|
551
585
|
"address": "0000000000000000000000000000000000000000",
|
|
552
586
|
"sweepThreshold": 10,
|
|
553
|
-
"sweepWalletMinBalance": 6
|
|
587
|
+
"sweepWalletMinBalance": 6,
|
|
588
|
+
"recommendedMinBalanceFundingWallet": 333,
|
|
589
|
+
"recommendedMinBalanceEscrow": 0,
|
|
590
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
554
591
|
},
|
|
555
592
|
{
|
|
556
593
|
"name": "Tether Token",
|
|
@@ -561,7 +598,10 @@
|
|
|
561
598
|
"decimals": 6,
|
|
562
599
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
563
600
|
"sweepThreshold": 2,
|
|
564
|
-
"sweepWalletMinBalance": 0.1
|
|
601
|
+
"sweepWalletMinBalance": 0.1,
|
|
602
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
603
|
+
"recommendedMinBalanceEscrow": 0,
|
|
604
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
565
605
|
}
|
|
566
606
|
]
|
|
567
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
|
},
|
|
@@ -532,7 +574,8 @@
|
|
|
532
574
|
"blockexplorerUrl": "https://tronscan.org",
|
|
533
575
|
"tronConfig": {
|
|
534
576
|
"trxTransferCost": 270000,
|
|
535
|
-
"trc20TransferCost": 4000000
|
|
577
|
+
"trc20TransferCost": 4000000,
|
|
578
|
+
"rentEnergyWallet": "TJM3pDqnggPbRd8ohSUmoEzWTUFfBmKPeQ"
|
|
536
579
|
},
|
|
537
580
|
"accounting": {
|
|
538
581
|
"funding_wallet": "TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
@@ -540,7 +583,9 @@
|
|
|
540
583
|
"overflow_treasury_receiver": "TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
541
584
|
"overflow_threshold_decimal": 100000,
|
|
542
585
|
"min_funding_wallet_balance_usd": 5,
|
|
543
|
-
"allowed_receivers": [
|
|
586
|
+
"allowed_receivers": [
|
|
587
|
+
"TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky"
|
|
588
|
+
]
|
|
544
589
|
},
|
|
545
590
|
"rpcMetadata": {
|
|
546
591
|
"rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
|
|
@@ -581,7 +626,10 @@
|
|
|
581
626
|
"decimals": 6,
|
|
582
627
|
"address": "0000000000000000000000000000000000000000",
|
|
583
628
|
"sweepThreshold": 10,
|
|
584
|
-
"sweepWalletMinBalance": 6
|
|
629
|
+
"sweepWalletMinBalance": 6,
|
|
630
|
+
"recommendedMinBalanceFundingWallet": 333,
|
|
631
|
+
"recommendedMinBalanceEscrow": 0,
|
|
632
|
+
"recommendedMinBalanceRentEnergy": 50
|
|
585
633
|
},
|
|
586
634
|
{
|
|
587
635
|
"name": "Tether Token",
|
|
@@ -592,7 +640,10 @@
|
|
|
592
640
|
"decimals": 6,
|
|
593
641
|
"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
|
|
594
642
|
"sweepThreshold": 1,
|
|
595
|
-
"sweepWalletMinBalance": 0.1
|
|
643
|
+
"sweepWalletMinBalance": 0.1,
|
|
644
|
+
"recommendedMinBalanceFundingWallet": 100,
|
|
645
|
+
"recommendedMinBalanceEscrow": 0,
|
|
646
|
+
"recommendedMinBalanceRentEnergy": 0
|
|
596
647
|
}
|
|
597
648
|
]
|
|
598
649
|
}
|