-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add sender to identity and reverse resolution #2649
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
path: `/v1/profile/reverse/${address}?projectId=${OptionsController.state.projectId}`, | ||
params: { | ||
sender: AccountController.state.address | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like we can sen projectId
also as a param here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated all occurrences of hardocded params
Description
sender
parameter to/identity
and/profile/reverse
endpointsType of change
Checklist