@nested-finance/lego-contracts
Advanced tools
Comparing version 1.5.11 to 1.5.12
@@ -55,3 +55,7 @@ "use strict"; | ||
while (true) { | ||
const response = await fetchLimited(url); | ||
const response = await fetchLimited(url, { | ||
headers: { | ||
'0x-api-key': '804a2ea2-e25e-4979-9df4-f5d7e8ccb52a', | ||
}, | ||
}); | ||
// 429: too many requests => retry 10 times, over 5 seconds | ||
@@ -58,0 +62,0 @@ if (response.status === 429) { |
{ | ||
"name": "@nested-finance/lego-contracts", | ||
"version": "1.5.11", | ||
"version": "1.5.12", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
334648
5722