mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-15 09:25:33 -05:00
feat: add osaka hardfork (#11984)
This commit is contained in:
@@ -89,7 +89,8 @@ mod tests {
|
||||
"terminalTotalDifficulty": 0,
|
||||
"shanghaiTime": 0,
|
||||
"cancunTime": 0,
|
||||
"pragueTime": 0
|
||||
"pragueTime": 0,
|
||||
"osakaTime": 0
|
||||
}
|
||||
}"#;
|
||||
|
||||
@@ -97,5 +98,6 @@ mod tests {
|
||||
assert!(spec.is_shanghai_active_at_timestamp(0));
|
||||
assert!(spec.is_cancun_active_at_timestamp(0));
|
||||
assert!(spec.is_prague_active_at_timestamp(0));
|
||||
assert!(spec.is_osaka_active_at_timestamp(0));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user