We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2299c16 commit 8f7b580Copy full SHA for 8f7b580
1 file changed
crates/common/src/types.rs
@@ -228,10 +228,9 @@ impl KnownChain {
228
229
pub fn slot_time_sec(&self) -> u64 {
230
match self {
231
- KnownChain::Mainnet |
232
- KnownChain::Holesky |
233
- KnownChain::Sepolia |
234
- KnownChain::Hoodi => 12,
+ KnownChain::Mainnet | KnownChain::Holesky | KnownChain::Sepolia | KnownChain::Hoodi => {
+ 12
+ }
235
}
236
237
0 commit comments