@verified-network/verified-sdk 1.2.5 → 1.2.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 +11 -3
- package/dist/abi/assetmanager/balancer/PrimaryIssueManager.json +5 -387
- package/dist/abi/assetmanager/balancer/SecondaryIssueManager.json +5 -215
- package/dist/abi/distribution/Distribution.json +5 -88
- package/dist/abi/payments/Bond.json +24511 -18066
- package/dist/abi/payments/Cash.json +26538 -27360
- package/dist/abi/payments/Factory.json +4279 -4152
- package/dist/abi/payments/Rates.json +693 -701
- package/dist/abi/payments/Token.json +1870 -1341
- package/dist/contractAddress/index.js +18 -18
- package/package.json +1 -1
|
@@ -36936,98 +36936,15 @@
|
|
|
36936
36936
|
"version": "0.8.0+commit.c7dfd78e.Emscripten.clang"
|
|
36937
36937
|
},
|
|
36938
36938
|
"networks": {
|
|
36939
|
-
"
|
|
36940
|
-
"events": {
|
|
36941
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
36942
|
-
"anonymous": false,
|
|
36943
|
-
"inputs": [
|
|
36944
|
-
{
|
|
36945
|
-
"indexed": true,
|
|
36946
|
-
"internalType": "address",
|
|
36947
|
-
"name": "previousOwner",
|
|
36948
|
-
"type": "address"
|
|
36949
|
-
},
|
|
36950
|
-
{
|
|
36951
|
-
"indexed": true,
|
|
36952
|
-
"internalType": "address",
|
|
36953
|
-
"name": "newOwner",
|
|
36954
|
-
"type": "address"
|
|
36955
|
-
}
|
|
36956
|
-
],
|
|
36957
|
-
"name": "OwnershipTransferred",
|
|
36958
|
-
"type": "event"
|
|
36959
|
-
},
|
|
36960
|
-
"0x62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258": {
|
|
36961
|
-
"anonymous": false,
|
|
36962
|
-
"inputs": [
|
|
36963
|
-
{
|
|
36964
|
-
"indexed": false,
|
|
36965
|
-
"internalType": "address",
|
|
36966
|
-
"name": "account",
|
|
36967
|
-
"type": "address"
|
|
36968
|
-
}
|
|
36969
|
-
],
|
|
36970
|
-
"name": "Paused",
|
|
36971
|
-
"type": "event"
|
|
36972
|
-
},
|
|
36973
|
-
"0xfd34476424b11728dd439a5eb333973b6c5938474e1f5b123928c97ca869414d": {
|
|
36974
|
-
"anonymous": false,
|
|
36975
|
-
"inputs": [
|
|
36976
|
-
{
|
|
36977
|
-
"indexed": false,
|
|
36978
|
-
"internalType": "bytes32",
|
|
36979
|
-
"name": "shareholderType",
|
|
36980
|
-
"type": "bytes32"
|
|
36981
|
-
},
|
|
36982
|
-
{
|
|
36983
|
-
"indexed": true,
|
|
36984
|
-
"internalType": "address",
|
|
36985
|
-
"name": "shareholder",
|
|
36986
|
-
"type": "address"
|
|
36987
|
-
},
|
|
36988
|
-
{
|
|
36989
|
-
"indexed": false,
|
|
36990
|
-
"internalType": "address",
|
|
36991
|
-
"name": "token",
|
|
36992
|
-
"type": "address"
|
|
36993
|
-
},
|
|
36994
|
-
{
|
|
36995
|
-
"indexed": false,
|
|
36996
|
-
"internalType": "uint256",
|
|
36997
|
-
"name": "amount",
|
|
36998
|
-
"type": "uint256"
|
|
36999
|
-
},
|
|
37000
|
-
{
|
|
37001
|
-
"indexed": false,
|
|
37002
|
-
"internalType": "uint256",
|
|
37003
|
-
"name": "timestamp",
|
|
37004
|
-
"type": "uint256"
|
|
37005
|
-
}
|
|
37006
|
-
],
|
|
37007
|
-
"name": "RevenueShare",
|
|
37008
|
-
"type": "event"
|
|
37009
|
-
},
|
|
37010
|
-
"0x5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa": {
|
|
37011
|
-
"anonymous": false,
|
|
37012
|
-
"inputs": [
|
|
37013
|
-
{
|
|
37014
|
-
"indexed": false,
|
|
37015
|
-
"internalType": "address",
|
|
37016
|
-
"name": "account",
|
|
37017
|
-
"type": "address"
|
|
37018
|
-
}
|
|
37019
|
-
],
|
|
37020
|
-
"name": "Unpaused",
|
|
37021
|
-
"type": "event"
|
|
37022
|
-
}
|
|
37023
|
-
},
|
|
36939
|
+
"5": {
|
|
36940
|
+
"events": {},
|
|
37024
36941
|
"links": {},
|
|
37025
|
-
"address": "
|
|
37026
|
-
"transactionHash": "
|
|
36942
|
+
"address": "0x22Af8F976f34a5f91A333bcc2bBe82826e517B12",
|
|
36943
|
+
"transactionHash": "0x5683b78efd5b144db8feca50136d95d3911a43af0589379bf56bb8f74201f669"
|
|
37027
36944
|
}
|
|
37028
36945
|
},
|
|
37029
36946
|
"schemaVersion": "3.4.3",
|
|
37030
|
-
"updatedAt": "2023-07-
|
|
36947
|
+
"updatedAt": "2023-07-17T05:09:02.475Z",
|
|
37031
36948
|
"networkType": "ethereum",
|
|
37032
36949
|
"devdoc": {
|
|
37033
36950
|
"kind": "dev",
|