Skip to content
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

fix: typo #1

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can Guild-gate any of the functions in your own contract in a few simple ste
Guide to find a suitable oracle job [here](https://docs.chain.link/docs/listing-services/#find-a-job). Look for a GET > UINT256 job.

**Note**: to get the id of your guild, one approach is to use this endpoint: `https://api.guild.xyz/v1/guild/[url-name-of-the-guild]`. Get the _[url-name-of-the-guild]_ from the guild's link. Example: the url name of `https://guild.xyz/our-guild` is _our-guild_.
For some use cases you'll probably want to store the id of the role you want to gate with. To get the id of your preferred role, you can use the following enpoint: `https://api.guild.xyz/v1/guild/[your-guild-id]`, where _[your-guild-id]_ is the id of your guild.
For some use cases you'll probably want to store the id of the role you want to gate with. To get the id of your preferred role, you can use the following endpoint: `https://api.guild.xyz/v1/guild/[your-guild-id]`, where _[your-guild-id]_ is the id of your guild.

4. Split the logic of the function you want to gate:

Expand Down
Loading