Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
366 changes: 0 additions & 366 deletions .claude/skills/audit/SKILL.md

This file was deleted.

7,804 changes: 0 additions & 7,804 deletions .openzeppelin/goerli.json

This file was deleted.

1,762 changes: 0 additions & 1,762 deletions .openzeppelin/holesky.json

This file was deleted.

1,298 changes: 0 additions & 1,298 deletions .openzeppelin/mainnet.json

This file was deleted.

5 changes: 5 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ upgrade env network="":
generate-safe-batch env="mainnet":
npx tsx scripts/generate-safe-batch.ts --env {{env}}

# Simulate a queued SAFE transaction on a local fork, verify the post-state, then run fork tests
simulate-safe-upgrade env tx_file network="local":
npx hardhat compile --force
npx tsx scripts/simulate-safe-upgrade.ts --env {{env}} --tx-file {{tx_file}} --network {{network}}

# Generate deployment attestation (bytecode hashes + config summary for committee review)
generate-attestation env="mainnet" network="":
npx tsx scripts/generate-deployment-attestation.ts --env {{env}} {{ if network == "" { "" } else { "--network " + network } }}
Expand Down
18 changes: 14 additions & 4 deletions abis/SSVClusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
"name": "InsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperatorFeeIncreaseLimit",
Expand Down Expand Up @@ -319,22 +324,22 @@
},
{
"inputs": [],
"name": "OracleHasZeroWeight",
"name": "PublicKeysSharesLengthMismatch",
"type": "error"
},
{
"inputs": [],
"name": "PublicKeysSharesLengthMismatch",
"name": "ReentrancyGuardReentrantCall",
"type": "error"
},
{
"inputs": [],
"name": "ReentrancyGuardReentrantCall",
"name": "RootNotFound",
"type": "error"
},
{
"inputs": [],
"name": "RootNotFound",
"name": "SafeCastOverflow",
"type": "error"
},
{
Expand Down Expand Up @@ -450,6 +455,11 @@
"name": "ZeroAmount",
"type": "error"
},
{
"inputs": [],
"name": "ZeroCSSVSupply",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
18 changes: 14 additions & 4 deletions abis/SSVDAO.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
"name": "InsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperatorFeeIncreaseLimit",
Expand Down Expand Up @@ -330,22 +335,22 @@
},
{
"inputs": [],
"name": "OracleHasZeroWeight",
"name": "PublicKeysSharesLengthMismatch",
"type": "error"
},
{
"inputs": [],
"name": "PublicKeysSharesLengthMismatch",
"name": "ReentrancyGuardReentrantCall",
"type": "error"
},
{
"inputs": [],
"name": "ReentrancyGuardReentrantCall",
"name": "RootNotFound",
"type": "error"
},
{
"inputs": [],
"name": "RootNotFound",
"name": "SafeCastOverflow",
"type": "error"
},
{
Expand Down Expand Up @@ -461,6 +466,11 @@
"name": "ZeroAmount",
"type": "error"
},
{
"inputs": [],
"name": "ZeroCSSVSupply",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
18 changes: 14 additions & 4 deletions abis/SSVOperators.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
"name": "InsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperatorFeeIncreaseLimit",
Expand Down Expand Up @@ -330,22 +335,22 @@
},
{
"inputs": [],
"name": "OracleHasZeroWeight",
"name": "PublicKeysSharesLengthMismatch",
"type": "error"
},
{
"inputs": [],
"name": "PublicKeysSharesLengthMismatch",
"name": "ReentrancyGuardReentrantCall",
"type": "error"
},
{
"inputs": [],
"name": "ReentrancyGuardReentrantCall",
"name": "RootNotFound",
"type": "error"
},
{
"inputs": [],
"name": "RootNotFound",
"name": "SafeCastOverflow",
"type": "error"
},
{
Expand Down Expand Up @@ -461,6 +466,11 @@
"name": "ZeroAmount",
"type": "error"
},
{
"inputs": [],
"name": "ZeroCSSVSupply",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
15 changes: 10 additions & 5 deletions abis/SSVOperatorsWhitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
"name": "InsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperatorFeeIncreaseLimit",
Expand Down Expand Up @@ -317,11 +322,6 @@
"name": "OracleAlreadyAssigned",
"type": "error"
},
{
"inputs": [],
"name": "OracleHasZeroWeight",
"type": "error"
},
{
"inputs": [],
"name": "PublicKeysSharesLengthMismatch",
Expand Down Expand Up @@ -445,6 +445,11 @@
"name": "ZeroAmount",
"type": "error"
},
{
"inputs": [],
"name": "ZeroCSSVSupply",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
18 changes: 14 additions & 4 deletions abis/SSVStaking.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
"name": "InsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperatorFeeIncreaseLimit",
Expand Down Expand Up @@ -330,22 +335,22 @@
},
{
"inputs": [],
"name": "OracleHasZeroWeight",
"name": "PublicKeysSharesLengthMismatch",
"type": "error"
},
{
"inputs": [],
"name": "PublicKeysSharesLengthMismatch",
"name": "ReentrancyGuardReentrantCall",
"type": "error"
},
{
"inputs": [],
"name": "ReentrancyGuardReentrantCall",
"name": "RootNotFound",
"type": "error"
},
{
"inputs": [],
"name": "RootNotFound",
"name": "SafeCastOverflow",
"type": "error"
},
{
Expand Down Expand Up @@ -461,6 +466,11 @@
"name": "ZeroAmount",
"type": "error"
},
{
"inputs": [],
"name": "ZeroCSSVSupply",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
16 changes: 13 additions & 3 deletions abis/SSVValidators.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
"name": "InsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperatorFeeIncreaseLimit",
Expand Down Expand Up @@ -319,17 +324,17 @@
},
{
"inputs": [],
"name": "OracleHasZeroWeight",
"name": "PublicKeysSharesLengthMismatch",
"type": "error"
},
{
"inputs": [],
"name": "PublicKeysSharesLengthMismatch",
"name": "RootNotFound",
"type": "error"
},
{
"inputs": [],
"name": "RootNotFound",
"name": "SafeCastOverflow",
"type": "error"
},
{
Expand Down Expand Up @@ -445,6 +450,11 @@
"name": "ZeroAmount",
"type": "error"
},
{
"inputs": [],
"name": "ZeroCSSVSupply",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
16 changes: 13 additions & 3 deletions abis/SSVViews.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
"name": "InsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "InsufficientCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "InvalidOperatorFeeIncreaseLimit",
Expand Down Expand Up @@ -330,17 +335,17 @@
},
{
"inputs": [],
"name": "OracleHasZeroWeight",
"name": "PublicKeysSharesLengthMismatch",
"type": "error"
},
{
"inputs": [],
"name": "PublicKeysSharesLengthMismatch",
"name": "RootNotFound",
"type": "error"
},
{
"inputs": [],
"name": "RootNotFound",
"name": "SafeCastOverflow",
"type": "error"
},
{
Expand Down Expand Up @@ -456,6 +461,11 @@
"name": "ZeroAmount",
"type": "error"
},
{
"inputs": [],
"name": "ZeroCSSVSupply",
"type": "error"
},
{
"inputs": [],
"name": "CSSV_ADDRESS",
Expand Down
Binary file added contracts/audits/2026-03-24_Quantstamp_v1.2.0.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion deployments/mainnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ssvNetworkViews": "0xafE830B6Ee262ba11cce5F32fDCd760FFE6a66e4",
"ssvToken": "0x9D65fF81a3c488d585bBfb0Bfe3c7707c7917f54",
"cooldownDuration": 604800,
"upgradeTimestamp": 24684128,
"upgradeTimestamp": 1774351800,
"quorumBps": 7500,
"defaultOracleIds": [1, 2, 3, 4],
"protocolParams": {
Expand Down
1 change: 1 addition & 0 deletions deployments/mainnet/deploy-result.json
24 changes: 24 additions & 0 deletions deployments/mainnet/deploy-result.v2.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"deployer": "0x3187a42658417a4d60866163A4534Ce00D40C0C8",
"chainId": "1",
"network": "mainnet",
"deployedAt": "2026-03-23T09:03:25.491Z",
"blockNumber": 24719200,
"implementations": {
"SSVNetworkSSVStakingUpgrade": "0x93029DC6F03c951f353E51a8f16f722CAa210e5f",
"SSVNetworkViews": "0x98FEBF8824028A212875d797aBa88362A9B11cc9"
},
"cssvToken": {
"address": "0xe018D31F120A637828F46aFD6c64EC099d960546",
"deployed": true
},
"modules": {
"SSVOperators": "0x338554A41b6a2Ec9325157C01666AD8b0ACe6060",
"SSVClusters": "0xf26bFC86210e9b53f95F4DFDBdEd4B2A42e792ED",
"SSVDAO": "0x8AB722746a83eAE7158e55d43dc4aDe5bb9E0212",
"SSVViews": "0x055051fa508EEdA80c38De34CA936aBa59642C45",
"SSVOperatorsWhitelist": "0xd302E99feE1BAB03824Ce9aE20c6c578908CcFa5",
"SSVStaking": "0x1B844e7abB9779f551dDcCb5f0f34A54eC1c7034",
"SSVValidators": "0xB1E718d775811af33382eF9850a8C2CA1097c8fB"
}
}
Loading
Loading