Skip to content

Commit

Permalink
Merge branch 'main' of github.com:agoraxyz/guild.xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Oct 13, 2024
2 parents 5b8d8d7 + 684c3e8 commit bf49810
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Open source interface for Guild.xyz -- a tool for platformless membership manage

- Website: [guild.xyz](https://guild.xyz)
- Docs: [docs.guild.xyz](https://docs.guild.xyz/)
- Twitter: [@Guildxyz](https://twitter.com/guildxyz)
- X (formerly Twitter): [@Guildxyz](https://x.com/guildxyz)
- Discord: [Guild.xyz](https://discord.gg/KUkghUdk2G)

## Key dependencies overview
Expand Down
10 changes: 10 additions & 0 deletions src/requirements/Unlock/hooks/useLocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,21 @@ const CHAINS_ENDPOINTS = {
"https://api.studio.thegraph.com/query/65299/unlock-protocol-gnosis/version/latest",
POLYGON:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-polygon/version/latest",
ZKSYNC_ERA:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-zksync/version/latest",
POLYGON_ZKEVM:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-zkevm/version/latest",
BASE_MAINNET:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-base/version/latest",
ARBITRUM:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-arbitrum/version/latest",
CELO: "https://api.studio.thegraph.com/query/65299/unlock-protocol-celo/version/latest",
AVALANCHE:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-avalanche/version/latest",
LINEA:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-linea/version/latest",
SCROLL:
"https://api.studio.thegraph.com/query/65299/unlock-protocol-scroll/version/latest",
} satisfies Partial<Record<Chain, string>>

type Data = {
Expand Down

0 comments on commit bf49810

Please sign in to comment.