From 5979ec5b7bf4b6a723922b7ed62ce5fa4c9ad8ab Mon Sep 17 00:00:00 2001 From: Marco Tabasco Date: Fri, 21 Jun 2024 10:01:46 +0200 Subject: [PATCH] new holesky deployment --- .openzeppelin/holesky.json | 139 +++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) diff --git a/.openzeppelin/holesky.json b/.openzeppelin/holesky.json index bb40a5ce..d1ed1e67 100644 --- a/.openzeppelin/holesky.json +++ b/.openzeppelin/holesky.json @@ -35,6 +35,16 @@ "address": "0x4404f2EBBFc2Ab622C161fA8531404C68606260a", "txHash": "0xcebce7af4e88fed3dab9c20188ed72b9165e48f12ff70b1ba9aa14e26441967d", "kind": "uups" + }, + { + "address": "0xAd76Ff4a0931ce5F856044507A0400bA4eA59FB3", + "txHash": "0x53e06d337a8a9f8f000b5b9c9ec552ebc8751d6b69331297ff85d4c7b41de8d3", + "kind": "uups" + }, + { + "address": "0xC9A1594b2F8d48b1e8e84ffbB1448Ebcde00c154", + "txHash": "0x88bd899c0f8ff164525289cccf2fd60c4125dec28bd22fd6aa4f61a1616370e9", + "kind": "uups" } ], "impls": { @@ -1509,6 +1519,135 @@ }, "namespaces": {} } + }, + "da06f711e239a6b927747cdeefb5954a754f3a4e01a17212488672f6689ac6f1": { + "address": "0x753B24E62c90B468Bd410b552555717552eC56Ff", + "txHash": "0xce31a279871c200cba53c2726dcbfc4493e4b86ffdd31862713323f9cf60a4cb", + "layout": { + "solcVersion": "0.8.24", + "storage": [ + { + "label": "_initialized", + "offset": 0, + "slot": "0", + "type": "t_uint8", + "contract": "Initializable", + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63", + "retypedFrom": "bool" + }, + { + "label": "_initializing", + "offset": 1, + "slot": "0", + "type": "t_bool", + "contract": "Initializable", + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68" + }, + { + "label": "__gap", + "offset": 0, + "slot": "1", + "type": "t_array(t_uint256)50_storage", + "contract": "ERC1967UpgradeUpgradeable", + "src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169" + }, + { + "label": "__gap", + "offset": 0, + "slot": "51", + "type": "t_array(t_uint256)50_storage", + "contract": "UUPSUpgradeable", + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111" + }, + { + "label": "__gap", + "offset": 0, + "slot": "101", + "type": "t_array(t_uint256)50_storage", + "contract": "ContextUpgradeable", + "src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40" + }, + { + "label": "_owner", + "offset": 0, + "slot": "151", + "type": "t_address", + "contract": "OwnableUpgradeable", + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22" + }, + { + "label": "__gap", + "offset": 0, + "slot": "152", + "type": "t_array(t_uint256)49_storage", + "contract": "OwnableUpgradeable", + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94" + }, + { + "label": "_pendingOwner", + "offset": 0, + "slot": "201", + "type": "t_address", + "contract": "Ownable2StepUpgradeable", + "src": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:21" + }, + { + "label": "__gap", + "offset": 0, + "slot": "202", + "type": "t_array(t_uint256)49_storage", + "contract": "Ownable2StepUpgradeable", + "src": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:70" + }, + { + "label": "ssvNetwork", + "offset": 0, + "slot": "251", + "type": "t_contract(ISSVViews)4950", + "contract": "SSVNetworkViews", + "src": "contracts/SSVNetworkViews.sol:19" + }, + { + "label": "__gap", + "offset": 0, + "slot": "252", + "type": "t_array(t_uint256)50_storage", + "contract": "SSVNetworkViews", + "src": "contracts/SSVNetworkViews.sol:23" + } + ], + "types": { + "t_address": { + "label": "address", + "numberOfBytes": "20" + }, + "t_array(t_uint256)49_storage": { + "label": "uint256[49]", + "numberOfBytes": "1568" + }, + "t_array(t_uint256)50_storage": { + "label": "uint256[50]", + "numberOfBytes": "1600" + }, + "t_bool": { + "label": "bool", + "numberOfBytes": "1" + }, + "t_contract(ISSVViews)4950": { + "label": "contract ISSVViews", + "numberOfBytes": "20" + }, + "t_uint256": { + "label": "uint256", + "numberOfBytes": "32" + }, + "t_uint8": { + "label": "uint8", + "numberOfBytes": "1" + } + }, + "namespaces": {} + } } } }