Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Aug 27, 2024
1 parent 64693fc commit bf4e6ce
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bf4e6ce

Please sign in to comment.