Skip to content

Commit

Permalink
feat(starknet_l1_provider): add the trait interface for L1 gas price …
Browse files Browse the repository at this point in the history
…provider
  • Loading branch information
guy-starkware committed Jan 29, 2025
1 parent 7be5ae4 commit f9e47dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/starknet_l1_provider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pub mod bootstrapper;

use papyrus_config::converters::deserialize_float_seconds_to_duration;
pub mod communication;
pub mod l1_gas_price_provider;
pub mod l1_provider;
pub mod l1_scraper;
pub mod soft_delete_index_map;
Expand Down

0 comments on commit f9e47dd

Please sign in to comment.