Skip to content

Commit

Permalink
fix: domain_to_id instead of domain_to_token_id (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv authored Mar 29, 2024
1 parent c293a20 commit c04e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/quests/starknetid/verify_socials.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub async fn handler(
let id_res = call_contract_helper(
&state,
state.conf.starknetid_contracts.naming_contract,
selector!("domain_to_token_id"),
selector!("domain_to_id"),
domain_res,
)
.await?;
Expand Down

0 comments on commit c04e328

Please sign in to comment.