@verified-network/verified-sdk 0.9.3 → 0.9.4
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/kyber/PrimaryIssueManager.json +74238 -0
- package/dist/abi/custody/Vault.json +4 -10
- package/dist/abi/deposits/Bond.json +224 -224
- package/dist/abi/deposits/Cash.json +423 -423
- package/dist/abi/deposits/Factory.json +3626 -3173
- package/dist/abi/deposits/Rates.json +1410 -1410
- package/dist/abi/deposits/Security.json +514 -514
- package/dist/abi/liquidity/Liquidity.json +4 -4
- package/dist/contract/amm/primary/index.js +141 -0
- package/dist/contract/amm/secondary/index.js +42 -0
- package/dist/contract/pretrade/index.js +2 -2
- package/dist/contract/public/client/index.js +9 -0
- package/dist/contract/public/factory/index.js +9 -0
- package/dist/contract/securitiesregistry/index.js +12 -0
- package/dist/contractAddress/index.js +21 -20
- package/dist/index.js +5 -5
- package/package.json +1 -1
|
@@ -18030,21 +18030,15 @@
|
|
|
18030
18030
|
"version": "0.5.7+commit.6da8b019.Emscripten.clang"
|
|
18031
18031
|
},
|
|
18032
18032
|
"networks": {
|
|
18033
|
-
"
|
|
18033
|
+
"3": {
|
|
18034
18034
|
"events": {},
|
|
18035
18035
|
"links": {},
|
|
18036
|
-
"address": "
|
|
18037
|
-
"transactionHash": "
|
|
18038
|
-
},
|
|
18039
|
-
"5": {
|
|
18040
|
-
"events": {},
|
|
18041
|
-
"links": {},
|
|
18042
|
-
"address": "0xF6ebB33E758eC36A2D3065F4633131DFF8307A07",
|
|
18043
|
-
"transactionHash": "0xd87ccb9e2945b1ac990d66f2bfffe9463925e9144efd255c25a0b73cfc68d38b"
|
|
18036
|
+
"address": "0x7436eB550F7C7173F2f300ae24F88c3585bB27FB",
|
|
18037
|
+
"transactionHash": "0xf8f3a38545efdc5885355a81e4955ecc41d7784ec3768103f5dd57cde74a82b0"
|
|
18044
18038
|
}
|
|
18045
18039
|
},
|
|
18046
18040
|
"schemaVersion": "3.4.3",
|
|
18047
|
-
"updatedAt": "2022-
|
|
18041
|
+
"updatedAt": "2022-09-20T20:06:49.327Z",
|
|
18048
18042
|
"networkType": "ethereum",
|
|
18049
18043
|
"devdoc": {
|
|
18050
18044
|
"methods": {
|