Update params.rs (#11474)
This commit is contained in:
parent
1a8c0391c5
commit
6b61ef8aa7
@ -188,6 +188,7 @@ impl CommonParams {
|
|||||||
schedule.tx_data_non_zero_gas = 16;
|
schedule.tx_data_non_zero_gas = 16;
|
||||||
}
|
}
|
||||||
if block_number >= self.eip2200_advance_transition {
|
if block_number >= self.eip2200_advance_transition {
|
||||||
|
schedule.sload_gas = 800;
|
||||||
schedule.sstore_dirty_gas = Some(800);
|
schedule.sstore_dirty_gas = Some(800);
|
||||||
}
|
}
|
||||||
if block_number >= self.eip210_transition {
|
if block_number >= self.eip210_transition {
|
||||||
|
Loading…
Reference in New Issue
Block a user