Skip to content

Commit 5003362

Browse files
committed
Fix contract checks (#171)
1 parent b54736b commit 5003362

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/contracts-bedrock/scripts/checks/interfaces/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var excludeContracts = []string{
2424
"IHasSuperchainConfig",
2525

2626
// Espresso dependencies
27-
"IBatchInbox", "IBatchAuthenticator", "IEspressoNitroTEEVerifier",
27+
"IBatchInbox", "IBatchAuthenticator", "IEspressoTEEVerifier", "IEspressoNitroTEEVerifier",
2828
"ICertManager", "BatchAuthenticator", "INitroValidator",
2929

3030
// EAS

packages/contracts-bedrock/snapshots/abi/BatchAuthenticator.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "bytes"
2929
}
3030
],
31-
"name": "authenticateBatch",
31+
"name": "authenticateBatchInfo",
3232
"outputs": [],
3333
"stateMutability": "nonpayable",
3434
"type": "function"
@@ -155,7 +155,7 @@
155155
"type": "bytes32"
156156
}
157157
],
158-
"name": "validBatches",
158+
"name": "validBatchInfo",
159159
"outputs": [
160160
{
161161
"internalType": "bool",

packages/contracts-bedrock/snapshots/semver-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"src/L1/BatchAuthenticator.sol": {
3-
"initCodeHash": "0x1dd6b49695b9b272350ddc74c25c8c2f094e8e16319ab0a53900ed67a9d84996",
4-
"sourceCodeHash": "0x362fbdd80ad2d98ec3dc81d377e50e0749fd67135b5aac942b3fc3cb2f58be38"
2+
"src/L1/BatchAuthenticator.sol:BatchAuthenticator": {
3+
"initCodeHash": "0x90f154249a328699903e02c068f01f4f99fc9b5d79bccc4104fd006fdaaec4df",
4+
"sourceCodeHash": "0xb0769be04670274b46231d81eb19b7bac6f2f8d4b4989ad9dda4aea85ef6166d"
55
},
66
"src/L1/DataAvailabilityChallenge.sol:DataAvailabilityChallenge": {
77
"initCodeHash": "0xacbae98cc7c0f7ecbf36dc44bbf7cb0a011e6e6b781e28b9dbf947e31482b30d",
@@ -28,7 +28,7 @@
2828
"sourceCodeHash": "0x6e228dcfb910b44b06ced59e075a450e829ccbe173992099d825fa87264f0397"
2929
},
3030
"src/L1/OptimismPortal2.sol:OptimismPortal2": {
31-
"initCodeHash": "0xbc7db7b1016025228d99a40db1760290b333bb90563dff5514fd253fd91019ba",
31+
"initCodeHash": "0x059e5d7ad4054097b7f6261988ff489b53b5aa048b0ebc064fbebf47e10ce3f6",
3232
"sourceCodeHash": "0x367e0a1c609e3c82db41a8c5e056108cbbae58d61bfeb08707449655485ba8ab"
3333
},
3434
"src/L1/ProtocolVersions.sol:ProtocolVersions": {
@@ -231,4 +231,4 @@
231231
"initCodeHash": "0x2bfce526f82622288333d53ca3f43a0a94306ba1bab99241daa845f8f4b18bd4",
232232
"sourceCodeHash": "0xf49d7b0187912a6bb67926a3222ae51121e9239495213c975b3b4b217ee57a1b"
233233
}
234-
}
234+
}

packages/contracts-bedrock/snapshots/storageLayout/BatchAuthenticator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"bytes": "32",
39-
"label": "validBatches",
39+
"label": "validBatchInfo",
4040
"offset": 0,
4141
"slot": "101",
4242
"type": "mapping(bytes32 => bool)"

0 commit comments

Comments
 (0)