@ercworldio/blockchain-shared 1.0.2-dev.9 → 1.0.3-dev.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.
- package/build/chains/networks_dev.json +65 -17
- package/build/chains/networks_stg-bu.json +2 -1
- package/build/chains/networks_stg-dz.json +5 -2
- package/build/chains/networks_stg-sh.json +534 -0
- package/build/chains/networks_stg-yb.json +435 -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/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
|
}
|
|
@@ -499,7 +499,8 @@
|
|
|
499
499
|
"blockexplorerUrl": "https://tronscan.org",
|
|
500
500
|
"tronConfig": {
|
|
501
501
|
"trxTransferCost": 270000,
|
|
502
|
-
"trc20TransferCost": 4000000
|
|
502
|
+
"trc20TransferCost": 4000000,
|
|
503
|
+
"rentEnergyWallet": "TJM3pDqnggPbRd8ohSUmoEzWTUFfBmKPeQ"
|
|
503
504
|
},
|
|
504
505
|
"accounting": {
|
|
505
506
|
"funding_wallet": "TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu",
|
|
@@ -532,7 +532,8 @@
|
|
|
532
532
|
"blockexplorerUrl": "https://tronscan.org",
|
|
533
533
|
"tronConfig": {
|
|
534
534
|
"trxTransferCost": 270000,
|
|
535
|
-
"trc20TransferCost": 4000000
|
|
535
|
+
"trc20TransferCost": 4000000,
|
|
536
|
+
"rentEnergyWallet": "TJM3pDqnggPbRd8ohSUmoEzWTUFfBmKPeQ"
|
|
536
537
|
},
|
|
537
538
|
"accounting": {
|
|
538
539
|
"funding_wallet": "TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
@@ -540,7 +541,9 @@
|
|
|
540
541
|
"overflow_treasury_receiver": "TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
541
542
|
"overflow_threshold_decimal": 100000,
|
|
542
543
|
"min_funding_wallet_balance_usd": 5,
|
|
543
|
-
"allowed_receivers": [
|
|
544
|
+
"allowed_receivers": [
|
|
545
|
+
"TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky"
|
|
546
|
+
]
|
|
544
547
|
},
|
|
545
548
|
"rpcMetadata": {
|
|
546
549
|
"rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
|