@gearbox-protocol/sdk 3.0.0-next.114 → 3.0.0-next.115
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/defiLamaAPY.js +1 -1
- package/package.json +1 -1
package/lib/apy/defiLamaAPY.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.getDefiLamaAPY = void 0;
|
|
7
7
|
const sdk_gov_1 = require("@gearbox-protocol/sdk-gov");
|
|
8
8
|
const axios_1 = __importDefault(require("axios"));
|
|
9
|
-
const LAMA_URL = "https://
|
|
9
|
+
const LAMA_URL = "https://charts-server.fly.dev/api/defillama?ids=";
|
|
10
10
|
async function getDefiLamaAPY(networkType) {
|
|
11
11
|
try {
|
|
12
12
|
const currentNormal = NORMAL_TO_LAMA[networkType];
|