Skip to content

Commit

Permalink
Update reservoir.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shystrui1199 authored Feb 10, 2025
1 parent 81a3528 commit c0a763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-nft-collections/src/services/reservoir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class ReservoirService {
const result = await pRetry(
async () => {
const response = await fetch(
`https://api.reservoir.tools${endpoint}?${new URLSearchParams(
`https://nft.reservoir.tools/reference/what-is-reservoir${endpoint}?${new URLSearchParams(
params
).toString()}`,
{
Expand Down

0 comments on commit c0a763c

Please sign in to comment.