We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a438e commit 3fd5719Copy full SHA for 3fd5719
test.js
@@ -471,7 +471,7 @@ setTimeout(() => {
471
472
function buildPricesGetQueries(readKeys) {
473
if (!readKeys.length) return []
474
- const burl = 'https://coins.llama.fi/prices/current/'
+ const burl = process.env.INTERNAL_API_KEY ? `https://pro-api.llama.fi/${process.env.INTERNAL_API_KEY}/coins/prices/current/` : 'https://coins.llama.fi/prices/current/'
475
const queries = []
476
let query = burl
477
0 commit comments