Skip to content

Commit f2c2076

Browse files
committed
lock contracts
1 parent 0dacd6c commit f2c2076

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

packages/contracts-bedrock/semver-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"sourceCodeHash": "0x864d244dd0b01cb01e5f50425bedce46e72005bdb8bead198ac885481547f41d"
6161
},
6262
"src/L2/GasPriceOracle.sol": {
63-
"initCodeHash": "0xfd456e91d8c9714590a4f0a2c1046ba70e102f1c629ead886c4eebc3f921c3c3",
64-
"sourceCodeHash": "0xde06becce9514f46ba78b4cb0732c7a714d49ba8f131258d56a5f5b22b51be7e"
63+
"initCodeHash": "0x5234d40f5e9dcc0904650dc732ef35275682ec5272dd9e844539a70d982836df",
64+
"sourceCodeHash": "0xf434f19901d60931dc9262aa838c1d4ced50ff34bd263be50b318aa1b834c5e2"
6565
},
6666
"src/L2/L1Block.sol": {
6767
"initCodeHash": "0xda6828a2a6e02d9fde7d5d9947f51b207f31abf5dbb538dd968cd491164e2115",
68-
"sourceCodeHash": "0x775c399d93a729e1d3fe9a67c015f529f0c17a5986f93cd8d0f7806414fc5cdc"
68+
"sourceCodeHash": "0xc53682a292794b3175abb7bff71869357396e0f9c7c7c81bd554aaa827b3a027"
6969
},
7070
"src/L2/L1FeeVault.sol": {
7171
"initCodeHash": "0x2744d34573be83206d1b75d049d18a7bb37f9058e68c0803e5008c46b0dc2474",

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

+39
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,25 @@
109109
"stateMutability": "view",
110110
"type": "function"
111111
},
112+
{
113+
"inputs": [
114+
{
115+
"internalType": "uint256",
116+
"name": "_unsignedTxSize",
117+
"type": "uint256"
118+
}
119+
],
120+
"name": "getL1FeeUpperBound",
121+
"outputs": [
122+
{
123+
"internalType": "uint256",
124+
"name": "",
125+
"type": "uint256"
126+
}
127+
],
128+
"stateMutability": "view",
129+
"type": "function"
130+
},
112131
{
113132
"inputs": [
114133
{
@@ -141,6 +160,19 @@
141160
"stateMutability": "view",
142161
"type": "function"
143162
},
163+
{
164+
"inputs": [],
165+
"name": "isFjord",
166+
"outputs": [
167+
{
168+
"internalType": "bool",
169+
"name": "",
170+
"type": "bool"
171+
}
172+
],
173+
"stateMutability": "view",
174+
"type": "function"
175+
},
144176
{
145177
"inputs": [],
146178
"name": "l1BaseFee",
@@ -187,6 +219,13 @@
187219
"stateMutability": "nonpayable",
188220
"type": "function"
189221
},
222+
{
223+
"inputs": [],
224+
"name": "setFjord",
225+
"outputs": [],
226+
"stateMutability": "nonpayable",
227+
"type": "function"
228+
},
190229
{
191230
"inputs": [],
192231
"name": "version",

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

+7
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"offset": 0,
66
"slot": "0",
77
"type": "bool"
8+
},
9+
{
10+
"bytes": "1",
11+
"label": "isFjord",
12+
"offset": 1,
13+
"slot": "0",
14+
"type": "bool"
815
}
916
]

0 commit comments

Comments
 (0)