Skip to content

Commit

Permalink
feat: add initial support for base sepolia requests
Browse files Browse the repository at this point in the history
specifically to support the ERC721/ERC1155 subgraph
  • Loading branch information
jackmellis committed Jun 13, 2024
1 parent 1c07ba6 commit 93aa840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/constants/src/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const createNftxGraphs = (name: string) => {
[Network.Arbitrum]: `${ROOT}/${name}/${CHAINS[Network.Arbitrum]}`,
[Network.Sepolia]: `${ROOT}/${name}/${CHAINS[Network.Sepolia]}`,
[Network.Base]: `${ROOT}/${name}/${CHAINS[Network.Base]}`,
'1789': `${ROOT}/${name}/base-sepolia`,
};
};

Expand Down
1 change: 1 addition & 0 deletions packages/constants/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export const RESERVOIR_URL = {
[Network.Arbitrum]: 'https://api-arbitrum.reservoir.tools',
[Network.Sepolia]: 'https://api-sepolia.reservoir.tools',
[Network.Base]: 'https://api-base.reservoir.tools',
['1789']: 'https://api-base-sepolia.reservoir.tools',
};

0 comments on commit 93aa840

Please sign in to comment.