@verified-network/verified-sdk 1.0.4 → 1.0.6
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/assetmanager/balancer/MarginIssueManager.json +392 -212
- package/dist/abi/assetmanager/balancer/PrimaryIssueManager.json +5780 -4791
- package/dist/abi/assetmanager/balancer/SecondaryIssueManager.json +9787 -9521
- package/dist/abi/distribution/Distribution.json +88 -5
- package/dist/abi/liquidity/Liquidity.json +7902 -7605
- package/dist/abi/securities/Client.json +249 -249
- package/dist/abi/securities/SecuritiesFactory.json +113 -113
- package/dist/abi/securities/Security.json +3611 -3719
- package/dist/contract/amm/secondary/index.js +3 -2
- package/dist/contractAddress/index.js +11 -11
- package/package.json +1 -1
|
@@ -31949,15 +31949,98 @@
|
|
|
31949
31949
|
"version": "0.8.0+commit.c7dfd78e.Emscripten.clang"
|
|
31950
31950
|
},
|
|
31951
31951
|
"networks": {
|
|
31952
|
-
"
|
|
31953
|
-
"events": {
|
|
31952
|
+
"137": {
|
|
31953
|
+
"events": {
|
|
31954
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
31955
|
+
"anonymous": false,
|
|
31956
|
+
"inputs": [
|
|
31957
|
+
{
|
|
31958
|
+
"indexed": true,
|
|
31959
|
+
"internalType": "address",
|
|
31960
|
+
"name": "previousOwner",
|
|
31961
|
+
"type": "address"
|
|
31962
|
+
},
|
|
31963
|
+
{
|
|
31964
|
+
"indexed": true,
|
|
31965
|
+
"internalType": "address",
|
|
31966
|
+
"name": "newOwner",
|
|
31967
|
+
"type": "address"
|
|
31968
|
+
}
|
|
31969
|
+
],
|
|
31970
|
+
"name": "OwnershipTransferred",
|
|
31971
|
+
"type": "event"
|
|
31972
|
+
},
|
|
31973
|
+
"0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258": {
|
|
31974
|
+
"anonymous": false,
|
|
31975
|
+
"inputs": [
|
|
31976
|
+
{
|
|
31977
|
+
"indexed": false,
|
|
31978
|
+
"internalType": "address",
|
|
31979
|
+
"name": "account",
|
|
31980
|
+
"type": "address"
|
|
31981
|
+
}
|
|
31982
|
+
],
|
|
31983
|
+
"name": "Paused",
|
|
31984
|
+
"type": "event"
|
|
31985
|
+
},
|
|
31986
|
+
"0x0d7cd077777e5e548c46ab7fb86c344694b1e3e64c93f96c8f64a9df3e5060c1": {
|
|
31987
|
+
"anonymous": false,
|
|
31988
|
+
"inputs": [
|
|
31989
|
+
{
|
|
31990
|
+
"indexed": false,
|
|
31991
|
+
"internalType": "bytes32",
|
|
31992
|
+
"name": "shareholderType",
|
|
31993
|
+
"type": "bytes32"
|
|
31994
|
+
},
|
|
31995
|
+
{
|
|
31996
|
+
"indexed": true,
|
|
31997
|
+
"internalType": "address",
|
|
31998
|
+
"name": "shareholder",
|
|
31999
|
+
"type": "address"
|
|
32000
|
+
},
|
|
32001
|
+
{
|
|
32002
|
+
"indexed": false,
|
|
32003
|
+
"internalType": "bytes32",
|
|
32004
|
+
"name": "tokenName",
|
|
32005
|
+
"type": "bytes32"
|
|
32006
|
+
},
|
|
32007
|
+
{
|
|
32008
|
+
"indexed": false,
|
|
32009
|
+
"internalType": "uint256",
|
|
32010
|
+
"name": "amount",
|
|
32011
|
+
"type": "uint256"
|
|
32012
|
+
},
|
|
32013
|
+
{
|
|
32014
|
+
"indexed": false,
|
|
32015
|
+
"internalType": "uint256",
|
|
32016
|
+
"name": "timestamp",
|
|
32017
|
+
"type": "uint256"
|
|
32018
|
+
}
|
|
32019
|
+
],
|
|
32020
|
+
"name": "RevenueShare",
|
|
32021
|
+
"type": "event"
|
|
32022
|
+
},
|
|
32023
|
+
"0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa": {
|
|
32024
|
+
"anonymous": false,
|
|
32025
|
+
"inputs": [
|
|
32026
|
+
{
|
|
32027
|
+
"indexed": false,
|
|
32028
|
+
"internalType": "address",
|
|
32029
|
+
"name": "account",
|
|
32030
|
+
"type": "address"
|
|
32031
|
+
}
|
|
32032
|
+
],
|
|
32033
|
+
"name": "Unpaused",
|
|
32034
|
+
"type": "event"
|
|
32035
|
+
}
|
|
32036
|
+
},
|
|
31954
32037
|
"links": {},
|
|
31955
|
-
"address": "
|
|
31956
|
-
"transactionHash": "
|
|
32038
|
+
"address": "0x2d99a4c42a386408C687A4825D7Ea3ab378994B8",
|
|
32039
|
+
"transactionHash": "0xf6b89b84bce9adc60d222547194dcd9cc04502244fd13c757e939681d1dee51f"
|
|
31957
32040
|
}
|
|
31958
32041
|
},
|
|
31959
32042
|
"schemaVersion": "3.4.3",
|
|
31960
|
-
"updatedAt": "2023-05-
|
|
32043
|
+
"updatedAt": "2023-05-17T15:39:43.152Z",
|
|
31961
32044
|
"networkType": "ethereum",
|
|
31962
32045
|
"devdoc": {
|
|
31963
32046
|
"kind": "dev",
|