@gearbox-protocol/sdk 2.1.35 → 2.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/apy/yearnAPY.js +1 -1
- package/package.json +1 -1
package/lib/apy/yearnAPY.js
CHANGED
|
@@ -10,7 +10,7 @@ const yearn_1 = require("../tokens/yearn");
|
|
|
10
10
|
const formatter_1 = require("../utils/formatter");
|
|
11
11
|
const mappers_1 = require("../utils/mappers");
|
|
12
12
|
const RESPONSE_DECIMALS = 1;
|
|
13
|
-
const URL = "https://api.
|
|
13
|
+
const URL = "https://api.yexporter.io/v1/chains/1/vaults/all";
|
|
14
14
|
const transformSymbol = (s) => s.replaceAll("_", "-").toLowerCase();
|
|
15
15
|
async function getYearnAPY() {
|
|
16
16
|
try {
|