mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: Now cargo fmt sorts imports and trait methods
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
use alloy_chains::{Chain, NamedChain};
|
||||
use alloy_primitives::{b256, Address, Bytes, B256, B64, U256};
|
||||
use alloy_primitives::{Address, B64, B256, Bytes, U256, b256};
|
||||
use reth_chainspec::{ChainHardforks, ChainSpec, EthereumHardfork, ForkCondition, Hardfork};
|
||||
use reth_primitives::{Header, SealedHeader};
|
||||
use std::sync::LazyLock;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
use crate::chainspec::{hl::hl_testnet, HlChainSpec};
|
||||
use crate::chainspec::{HlChainSpec, hl::hl_testnet};
|
||||
|
||||
use super::hl::hl_mainnet;
|
||||
use reth_cli::chainspec::ChainSpecParser;
|
||||
|
||||
Reference in New Issue
Block a user