diff --git a/Cargo.toml b/Cargo.toml index edc093f..add773f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,42 +155,42 @@ alloy-signer-local = { version = "0.5.2", features = ["mnemonic"] } tokio = { version = "1.21", default-features = false } # reth -reth = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-evm = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9", features = [ +reth = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-cli-util = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-evm = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-rpc-eth-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-node-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-node-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050", features = [ "optimism", ] } -reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9", features = [ +reth-optimism-node = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050", features = [ "optimism", ] } -reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9", features = [ +reth-optimism-cli = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050", features = [ "optimism", ] } -reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9", features = [ +reth-optimism-rpc = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050", features = [ "optimism", ] } -reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9", features = [ +reth-optimism-forks = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-optimism-chainspec = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-payload-builder = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050", features = [ "optimism", ] } -reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9", features = [ +reth-provider = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050", features = [ "optimism", ] } -reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } -reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "51594c9" } +reth-revm = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-storage-api = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-tracing = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-network = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-network-types = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } +reth-chain-state = { git = "https://github.com/paradigmxyz/reth.git", rev = "e98a050" } # metrics metrics = "0.23.0"