Skip to content

Commit

Permalink
chore: add reservoir source (#5291)
Browse files Browse the repository at this point in the history
  • Loading branch information
welps authored Dec 18, 2023
1 parent 5cfe057 commit afa184d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/reservoir/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function initializeReservoirClient() {
},
],
apiKey: RESERVOIR_API_KEY,
source: 'rainbow.me',
logLevel: IS_PROD ? 1 : 4,
});
}

0 comments on commit afa184d

Please sign in to comment.