Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpApaSmURf committed Oct 17, 2023
1 parent 05217e4 commit acaafbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useVioletID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function useVioletID() {

const violetIdAddress = VIOLET_ID_ADDRESSES[chainId]
if (!violetIdAddress) return

const contract = new Contract(violetIdAddress, VioletIDABI, provider)
return contract
}, [chainId, provider])
Expand Down

0 comments on commit acaafbd

Please sign in to comment.