Skip to content

Commit

Permalink
Update env name
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Aug 23, 2024
1 parent 317a5cd commit 93c523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/kelp_gain_linea/src/lib/pendle.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const PendleURL =
"https://app.sentio.xyz/api/v1/analytics/kelp_analytics/pendle_mainnet_ageth/sql/execute";

const API_KEY = process.env.SENTIO_API_KEY || "";
const API_KEY = process.env.KELPDAO_SENTIO_API_KEY || "";

export async function fetchAllPendleShare(timeStamp: number) {
const cur = new Date();
Expand Down

0 comments on commit 93c523e

Please sign in to comment.