@ercworldio/blockchain-shared 1.0.3-dev.1-PROJ-1296.0 → 1.0.3-dev.3
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_prod-bu.json +5 -2
- package/build/chains/networks_prod-dz.json +10 -9
- package/build/chains/networks_stg-bu.json +2 -1
- package/build/chains/networks_stg-dz.json +2 -1
- package/build/chains/networks_stg-sh.json +2 -1
- package/build/chains/networks_stg-yb.json +2 -1
- package/build/contracts/artifacts/Escrow.json +490 -1979
- 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/utils/index.d.ts +6 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +76 -761
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +17 -65
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -1
- package/build/contracts/typechain-types/contracts/index.d.ts +0 -2
- package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -1
- 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/utils/SafeERC20__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +7 -1
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +12 -286
- 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 +12 -374
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +1 -137
- 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 -182
- 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 +96 -1245
- 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 +241 -1730
- 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/factories/contracts/index.d.ts +0 -1
- package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/index.js +1 -2
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +1 -1
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -1
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +1 -1
- package/build/contracts/typechain-types/index.d.ts +10 -4
- package/build/contracts/typechain-types/index.d.ts.map +1 -1
- package/build/contracts/typechain-types/index.js +11 -5
- package/build/errors/errors.d.ts +3 -0
- package/build/errors/errors.d.ts.map +1 -1
- package/build/errors/errors.js +6 -0
- package/package.json +1 -1
- package/build/contracts/typechain-types/contracts/lib/Events.d.ts +0 -386
- package/build/contracts/typechain-types/contracts/lib/Events.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/Events.js +0 -2
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts +0 -21
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/MultisigLib.js +0 -2
- package/build/contracts/typechain-types/contracts/lib/index.d.ts +0 -3
- package/build/contracts/typechain-types/contracts/lib/index.d.ts.map +0 -1
- package/build/contracts/typechain-types/contracts/lib/index.js +0 -2
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts +0 -373
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.js +0 -473
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts +0 -55
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.js +0 -82
- package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts +0 -3
- package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts.map +0 -1
- package/build/contracts/typechain-types/factories/contracts/lib/index.js +0 -10
- package/build/entities/AdminOperationThresholds.d.ts +0 -12
- package/build/entities/AdminOperationThresholds.d.ts.map +0 -1
- package/build/entities/AdminOperationThresholds.js +0 -56
- package/build/entities/EscrowRoles.d.ts +0 -12
- package/build/entities/EscrowRoles.d.ts.map +0 -1
- package/build/entities/EscrowRoles.js +0 -57
- package/build/entities/GlobalTimelock.d.ts +0 -14
- package/build/entities/GlobalTimelock.d.ts.map +0 -1
- package/build/entities/GlobalTimelock.js +0 -64
- package/build/entities/GranularTimelock .d.ts +0 -12
- package/build/entities/GranularTimelock .d.ts.map +0 -1
- package/build/entities/GranularTimelock .js +0 -56
- package/build/entities/OperationType.d.ts +0 -18
- package/build/entities/OperationType.d.ts.map +0 -1
- package/build/entities/OperationType.js +0 -50
- package/build/entities/RoleHash.d.ts +0 -11
- package/build/entities/RoleHash.d.ts.map +0 -1
- package/build/entities/RoleHash.js +0 -52
- package/build/entities/Signatures.d.ts +0 -16
- package/build/entities/Signatures.d.ts.map +0 -1
- package/build/entities/Signatures.js +0 -72
- package/build/entities/TokenExecutionThresholds.d.ts +0 -16
- package/build/entities/TokenExecutionThresholds.d.ts.map +0 -1
- package/build/entities/TokenExecutionThresholds.js +0 -72
|
@@ -616,7 +616,8 @@
|
|
|
616
616
|
"blockexplorerUrl": "https://tronscan.org",
|
|
617
617
|
"tronConfig": {
|
|
618
618
|
"trxTransferCost": 270000,
|
|
619
|
-
"trc20TransferCost": 4000000
|
|
619
|
+
"trc20TransferCost": 4000000,
|
|
620
|
+
"rentEnergyWallet": ""
|
|
620
621
|
},
|
|
621
622
|
"accounting": {
|
|
622
623
|
"funding_wallet": "TTxo5LeNkq5g9sywaGdXjttKRvoum8xSGp",
|
|
@@ -624,7 +625,9 @@
|
|
|
624
625
|
"overflow_treasury_receiver": "TTxo5LeNkq5g9sywaGdXjttKRvoum8xSGp",
|
|
625
626
|
"overflow_threshold_decimal": 100000,
|
|
626
627
|
"min_funding_wallet_balance_usd": 5,
|
|
627
|
-
"allowed_receivers": [
|
|
628
|
+
"allowed_receivers": [
|
|
629
|
+
"TTxo5LeNkq5g9sywaGdXjttKRvoum8xSGp"
|
|
630
|
+
]
|
|
628
631
|
},
|
|
629
632
|
"rpcMetadata": {
|
|
630
633
|
"rpcBaseUrl": "https://rpc.ankr.com/premium-http/tron",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
14
14
|
"treasury_receiver": "0x5df6F2A9016d6cA062e60da3b056736B2015B6f0",
|
|
15
15
|
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
16
|
-
"overflow_threshold_decimal":
|
|
16
|
+
"overflow_threshold_decimal": 3000,
|
|
17
17
|
"min_funding_wallet_balance_usd": 5,
|
|
18
18
|
"allowed_receivers": [
|
|
19
19
|
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
146
146
|
"treasury_receiver": "0x184D508C3934e36Df2531175460DCca51F238E4e",
|
|
147
147
|
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
148
|
-
"overflow_threshold_decimal":
|
|
148
|
+
"overflow_threshold_decimal": 3000,
|
|
149
149
|
"min_funding_wallet_balance_usd": 5,
|
|
150
150
|
"allowed_receivers": [
|
|
151
151
|
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"funding_wallet": "7z5QwV7mg93PU8tBsbdvXscG9bf5VUP2QYHvS2czNisG",
|
|
250
250
|
"treasury_receiver": "Cr1fJwtExaPdYG8huC5axiW2m2knSoTumLzYBj9rMjCd",
|
|
251
251
|
"overflow_treasury_receiver": "9Akuf5wxomRwzbu3wpSPpJ21EABGGaopoBoCD1boE4Hn",
|
|
252
|
-
"overflow_threshold_decimal":
|
|
252
|
+
"overflow_threshold_decimal": 3000,
|
|
253
253
|
"min_funding_wallet_balance_usd": 5,
|
|
254
254
|
"allowed_receivers": [
|
|
255
255
|
"9Akuf5wxomRwzbu3wpSPpJ21EABGGaopoBoCD1boE4Hn"
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
368
368
|
"treasury_receiver": "0x1821236AaC799c31F12C7359017083620a49a52E",
|
|
369
369
|
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
370
|
-
"overflow_threshold_decimal":
|
|
370
|
+
"overflow_threshold_decimal": 3000,
|
|
371
371
|
"min_funding_wallet_balance_usd": 5,
|
|
372
372
|
"allowed_receivers": [
|
|
373
373
|
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
472
472
|
"treasury_receiver": "0x567559911E22E461a449BB036fE4C44464aaa664",
|
|
473
473
|
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
474
|
-
"overflow_threshold_decimal":
|
|
474
|
+
"overflow_threshold_decimal": 3000,
|
|
475
475
|
"min_funding_wallet_balance_usd": 5,
|
|
476
476
|
"allowed_receivers": [
|
|
477
477
|
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
"funding_wallet": "0x9Ea8Fb697981Fe83599E3F90b0Bd77E3a3253fE7",
|
|
562
562
|
"treasury_receiver": "0x5df6F2A9016d6cA062e60da3b056736B2015B6f0",
|
|
563
563
|
"overflow_treasury_receiver": "0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e",
|
|
564
|
-
"overflow_threshold_decimal":
|
|
564
|
+
"overflow_threshold_decimal": 3000,
|
|
565
565
|
"min_funding_wallet_balance_usd": 5,
|
|
566
566
|
"allowed_receivers": [
|
|
567
567
|
"0x9ec71A61106a84048D19bDb4D27EbBcD4f12fd2e"
|
|
@@ -660,16 +660,17 @@
|
|
|
660
660
|
"blockexplorerUrl": "https://tronscan.org",
|
|
661
661
|
"tronConfig": {
|
|
662
662
|
"trxTransferCost": 270000,
|
|
663
|
-
"trc20TransferCost": 4000000
|
|
663
|
+
"trc20TransferCost": 4000000,
|
|
664
|
+
"rentEnergyWallet": "TJAntZWVbAEj92sWwgwpgbQzQSoT9zczHp"
|
|
664
665
|
},
|
|
665
666
|
"accounting": {
|
|
666
667
|
"funding_wallet": "TBLeFCWoBrwgbvj33F41t8FErhkgbm3276",
|
|
667
668
|
"treasury_receiver": "TBLeFCWoBrwgbvj33F41t8FErhkgbm3276",
|
|
668
669
|
"overflow_treasury_receiver": "TJetV4XspjvQ3adfQV8RExniL7NAJukF2p",
|
|
669
|
-
"overflow_threshold_decimal":
|
|
670
|
+
"overflow_threshold_decimal": 3000,
|
|
670
671
|
"min_funding_wallet_balance_usd": 5,
|
|
671
672
|
"allowed_receivers": [
|
|
672
|
-
"
|
|
673
|
+
"TJetV4XspjvQ3adfQV8RExniL7NAJukF2p"
|
|
673
674
|
]
|
|
674
675
|
},
|
|
675
676
|
"rpcMetadata": {
|
|
@@ -542,7 +542,8 @@
|
|
|
542
542
|
"overflow_threshold_decimal": 100000,
|
|
543
543
|
"min_funding_wallet_balance_usd": 5,
|
|
544
544
|
"allowed_receivers": [
|
|
545
|
-
"TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu"
|
|
545
|
+
"TWA4NYYdVtnb7iZfmyruC5MefsFdw84iZu",
|
|
546
|
+
"TCxAEDMEsB7k4CsnouPT1kxTtZ9SQcG4zH"
|
|
546
547
|
]
|
|
547
548
|
},
|
|
548
549
|
"rpcMetadata": {
|
|
@@ -584,7 +584,8 @@
|
|
|
584
584
|
"overflow_threshold_decimal": 100000,
|
|
585
585
|
"min_funding_wallet_balance_usd": 5,
|
|
586
586
|
"allowed_receivers": [
|
|
587
|
-
"TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky"
|
|
587
|
+
"TUWoLoAJKqWome13wtHZ7m62Apa2rT87Ky",
|
|
588
|
+
"TCxAEDMEsB7k4CsnouPT1kxTtZ9SQcG4zH"
|
|
588
589
|
]
|
|
589
590
|
},
|
|
590
591
|
"rpcMetadata": {
|
|
@@ -481,7 +481,8 @@
|
|
|
481
481
|
"overflow_threshold_decimal": 100000,
|
|
482
482
|
"min_funding_wallet_balance_usd": 5,
|
|
483
483
|
"allowed_receivers": [
|
|
484
|
-
"TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG"
|
|
484
|
+
"TF2aXffatvF8Qp9ht5yWcms3vH1CMqUnxG",
|
|
485
|
+
"TCxAEDMEsB7k4CsnouPT1kxTtZ9SQcG4zH"
|
|
485
486
|
]
|
|
486
487
|
},
|
|
487
488
|
"rpcMetadata": {
|
|
@@ -481,7 +481,8 @@
|
|
|
481
481
|
"overflow_threshold_decimal": 100000,
|
|
482
482
|
"min_funding_wallet_balance_usd": 5,
|
|
483
483
|
"allowed_receivers": [
|
|
484
|
-
"TH3fM3JAgBsXyzBHw3vE6XcZpFtnyxhXN1"
|
|
484
|
+
"TH3fM3JAgBsXyzBHw3vE6XcZpFtnyxhXN1",
|
|
485
|
+
"TCxAEDMEsB7k4CsnouPT1kxTtZ9SQcG4zH"
|
|
485
486
|
]
|
|
486
487
|
},
|
|
487
488
|
"rpcMetadata": {
|