Skip to content

Commit

Permalink
removing unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Nov 25, 2024
1 parent 3aa7fca commit 01b65a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ pub_struct!(Clone, Deserialize; StarknetIdContracts {
identity_contract: FieldElement,
});

pub_struct!(Clone, Deserialize; NamingContract {
address: String
});

pub_struct!(Clone, Deserialize; StarknetId {
account_id: String,
});

pub_struct!(Clone, Deserialize; Nostra {
utils_contract: FieldElement,
pairs : Vec<FieldElement>,
Expand Down

0 comments on commit 01b65a5

Please sign in to comment.