Skip to content

Commit

Permalink
feat: Update semver and abi locks
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Jan 6, 2025
1 parent b69d782 commit 3bd493c
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 2 deletions.
43 changes: 43 additions & 0 deletions packages/contracts-bedrock/snapshots/abi/OPContractsManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,24 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract ISystemConfig[]",
"name": "_systemConfigs",
"type": "address[]"
},
{
"internalType": "contract IProxyAdmin[]",
"name": "_proxyAdmins",
"type": "address[]"
}
],
"name": "upgrade",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "version",
Expand Down Expand Up @@ -544,6 +562,31 @@
"name": "Deployed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "l2ChainId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "contract ISystemConfig",
"name": "systemConfig",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "upgrader",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
{
"inputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,24 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract ISystemConfig[]",
"name": "_systemConfigs",
"type": "address[]"
},
{
"internalType": "contract IProxyAdmin[]",
"name": "_proxyAdmins",
"type": "address[]"
}
],
"name": "upgrade",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "version",
Expand Down Expand Up @@ -544,6 +562,31 @@
"name": "Deployed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "l2ChainId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "contract ISystemConfig",
"name": "systemConfig",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "upgrader",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
{
"inputs": [
{
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/snapshots/semver-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"sourceCodeHash": "0xa91b445bdc666a02ba18e3b91ba94b6d54bbe65da714002fc734814201319d57"
},
"src/L1/OPContractsManager.sol": {
"initCodeHash": "0x9b704574a7005dc2aa8d6a3e0d85572493cc4bbd60033a23e437632a5fef7720",
"sourceCodeHash": "0x05ed7ad68e4e9bca7334314e794a1f66e5899532bb01cfa3a7716cb2688df9d5"
"initCodeHash": "0x229b7f02ea7ae123421eeaef9092a8e447f237576f0cd3d43ca81b6ccc9248dc",
"sourceCodeHash": "0x256b6ee64af66ee1628c5ac16eeca406aa9fb19d5e710e24bd6ad84ef14517fe"
},
"src/L1/OptimismPortal2.sol": {
"initCodeHash": "0xfd14fd690752519064d6de6c3e15d69ec9146bc8714e56ac286305773dbb1533",
Expand Down

0 comments on commit 3bd493c

Please sign in to comment.