Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 committed Apr 16, 2024
1 parent c2cbb4c commit fabf3ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::collections::HashMap;
#[derive(Debug, Clone)]
pub struct ContractsData {
pub contracts: HashMap<String, StarknetContractArtifacts>,
pub sierra_paths: HashMap<String, Utf8PathBuf>,
pub source_sierra_paths: HashMap<String, Utf8PathBuf>,
pub class_hashes: BiMap<String, ClassHash>,
pub selectors: HashMap<EntryPointSelector, String>,
}
Expand Down Expand Up @@ -41,7 +41,7 @@ impl ContractsData {

Ok(ContractsData {
contracts: contracts_artifacts,
sierra_paths: contracts_sierra_paths,
source_sierra_paths: contracts_sierra_paths,
class_hashes: BiMap::from_iter(class_hashes),
selectors,
})
Expand Down

0 comments on commit fabf3ed

Please sign in to comment.