Skip to content

Commit

Permalink
Merge pull request #84 from starknet-id/feat/add_new_quests_sept
Browse files Browse the repository at this point in the history
ref: add domain in get_verifier_data
  • Loading branch information
Th0rgal authored Oct 11, 2023
2 parents 6b23faf + c248b91 commit 2676782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/endpoints/quests/starknetid/verify_socials.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pub async fn handler(
id_res[0],
short_string!("twitter"),
state.conf.starknetid_contracts.verifier_contract,
FieldElement::ZERO,
],
)
.await?;
Expand All @@ -83,6 +84,7 @@ pub async fn handler(
id_res[0],
short_string!("discord"),
state.conf.starknetid_contracts.verifier_contract,
FieldElement::ZERO,
],
)
.await?;
Expand Down

0 comments on commit 2676782

Please sign in to comment.