@verified-network/verified-sdk 0.8.9 → 0.9.2
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/dist/abi/L1distribution/Distribution.json +4 -4
- package/dist/abi/assetmanager/Client.json +21 -21
- package/dist/abi/assetmanager/PrimaryIssueManager.json +4194 -6579
- package/dist/abi/assetmanager/SecondaryIssueManager.json +2223 -2286
- package/dist/abi/custody/Vault.json +7 -1
- package/dist/abi/deposits/Bond.json +223 -223
- package/dist/abi/deposits/Cash.json +422 -422
- package/dist/abi/deposits/Factory.json +1419 -969
- package/dist/abi/deposits/Rates.json +1409 -1409
- package/dist/abi/deposits/Security.json +513 -513
- package/dist/abi/liquidity/Liquidity.json +11995 -14802
- package/dist/abi/securities/Bonds.json +5736 -5466
- package/dist/abi/securities/Products.json +2940 -2940
- package/dist/abi/securities/Stocks.json +5107 -4837
- package/dist/abi/trades/OrderPool.json +6722 -6722
- package/dist/abi/trades/PoolFactory.json +708 -708
- package/dist/abi/trades/PostTrade.json +563 -563
- package/dist/abi/trades/PreTrade.json +1134 -1010
- package/dist/abi/trades/SecuritiesRegistry.json +3879 -3724
- package/dist/abi/trades/Security.json +889 -889
- package/dist/abi/trades/Trade.json +4172 -4172
- package/dist/contract/public/factory/index.js +7 -1
- package/dist/contractAddress/index.js +28 -28
- package/package.json +1 -1
|
@@ -18035,10 +18035,16 @@
|
|
|
18035
18035
|
"links": {},
|
|
18036
18036
|
"address": "0x8357FB36fFA9dcE78A43Fb33DbFFAAB2738E5B1a",
|
|
18037
18037
|
"transactionHash": "0xc1d678d6a2f6aada54f29f3e4923b1036ea0d350cea190e192dbc2a21ca33d4e"
|
|
18038
|
+
},
|
|
18039
|
+
"5": {
|
|
18040
|
+
"events": {},
|
|
18041
|
+
"links": {},
|
|
18042
|
+
"address": "0xF6ebB33E758eC36A2D3065F4633131DFF8307A07",
|
|
18043
|
+
"transactionHash": "0xd87ccb9e2945b1ac990d66f2bfffe9463925e9144efd255c25a0b73cfc68d38b"
|
|
18038
18044
|
}
|
|
18039
18045
|
},
|
|
18040
18046
|
"schemaVersion": "3.4.3",
|
|
18041
|
-
"updatedAt": "2022-
|
|
18047
|
+
"updatedAt": "2022-08-02T14:22:36.484Z",
|
|
18042
18048
|
"networkType": "ethereum",
|
|
18043
18049
|
"devdoc": {
|
|
18044
18050
|
"methods": {
|