Skip to content

Commit

Permalink
fix: Update urls.ts for base sepolia (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
justincavery authored Jun 20, 2024
1 parent bd96c25 commit 4485617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/constants/src/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +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',
['178845329']: 'https://api-base-sepolia.reservoir.tools',
['84532']: 'https://api-base-sepolia.reservoir.tools',
};

0 comments on commit 4485617

Please sign in to comment.