Skip to content

Commit

Permalink
ref: add domain in get_verifier_data
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Sep 29, 2023
1 parent 30487c9 commit c248b91
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.result[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.result[0],
short_string!("discord"),
state.conf.starknetid_contracts.verifier_contract,
FieldElement::ZERO,
],
)
.await?;
Expand Down

0 comments on commit c248b91

Please sign in to comment.