File tree 3 files changed +49
-3
lines changed
packages/contracts-bedrock
3 files changed +49
-3
lines changed Original file line number Diff line number Diff line change 60
60
"sourceCodeHash" : " 0x864d244dd0b01cb01e5f50425bedce46e72005bdb8bead198ac885481547f41d"
61
61
},
62
62
"src/L2/GasPriceOracle.sol" : {
63
- "initCodeHash" : " 0xfd456e91d8c9714590a4f0a2c1046ba70e102f1c629ead886c4eebc3f921c3c3 " ,
64
- "sourceCodeHash" : " 0xde06becce9514f46ba78b4cb0732c7a714d49ba8f131258d56a5f5b22b51be7e "
63
+ "initCodeHash" : " 0x5234d40f5e9dcc0904650dc732ef35275682ec5272dd9e844539a70d982836df " ,
64
+ "sourceCodeHash" : " 0xf434f19901d60931dc9262aa838c1d4ced50ff34bd263be50b318aa1b834c5e2 "
65
65
},
66
66
"src/L2/L1Block.sol" : {
67
67
"initCodeHash" : " 0xda6828a2a6e02d9fde7d5d9947f51b207f31abf5dbb538dd968cd491164e2115" ,
68
- "sourceCodeHash" : " 0x775c399d93a729e1d3fe9a67c015f529f0c17a5986f93cd8d0f7806414fc5cdc "
68
+ "sourceCodeHash" : " 0xc53682a292794b3175abb7bff71869357396e0f9c7c7c81bd554aaa827b3a027 "
69
69
},
70
70
"src/L2/L1FeeVault.sol" : {
71
71
"initCodeHash" : " 0x2744d34573be83206d1b75d049d18a7bb37f9058e68c0803e5008c46b0dc2474" ,
Original file line number Diff line number Diff line change 109
109
"stateMutability" : " view" ,
110
110
"type" : " function"
111
111
},
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
+ },
112
131
{
113
132
"inputs" : [
114
133
{
141
160
"stateMutability" : " view" ,
142
161
"type" : " function"
143
162
},
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
+ },
144
176
{
145
177
"inputs" : [],
146
178
"name" : " l1BaseFee" ,
187
219
"stateMutability" : " nonpayable" ,
188
220
"type" : " function"
189
221
},
222
+ {
223
+ "inputs" : [],
224
+ "name" : " setFjord" ,
225
+ "outputs" : [],
226
+ "stateMutability" : " nonpayable" ,
227
+ "type" : " function"
228
+ },
190
229
{
191
230
"inputs" : [],
192
231
"name" : " version" ,
Original file line number Diff line number Diff line change 5
5
"offset" : 0 ,
6
6
"slot" : " 0" ,
7
7
"type" : " bool"
8
+ },
9
+ {
10
+ "bytes" : " 1" ,
11
+ "label" : " isFjord" ,
12
+ "offset" : 1 ,
13
+ "slot" : " 0" ,
14
+ "type" : " bool"
8
15
}
9
16
]
You can’t perform that action at this time.
0 commit comments