Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
jbcaron committed Sep 3, 2024
1 parent 816050f commit 30c7fc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- refactor: class import from FGW
- refactor: block import is now centrally done in a single crate
- tests: add e2e tests for the node
- fix: fixed some readme stuff
Expand Down
2 changes: 1 addition & 1 deletion crates/node/src/service/l1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use dc_db::{DatabaseService, DeoxysBackend};
use dc_eth::client::{EthereumClient, L1BlockMetrics};
use dc_mempool::GasPriceProvider;
use dc_metrics::MetricsRegistry;
use dp_block::H160;
use dp_convert::ToFelt;
use dp_utils::service::Service;
use dp_block::H160;
use starknet_api::core::ChainId;
use std::sync::Arc;
use std::time::Duration;
Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/class/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ starknet-types-core = { workspace = true }

# Other
flate2 = { workspace = true }
lazy_static = { workspace = true }
num-bigint = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
lazy_static = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 30c7fc9

Please sign in to comment.