Skip to content

Commit

Permalink
Update env for nuri.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xroll authored Nov 15, 2024
1 parent d1ccbd8 commit 6443e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/kelp_gain_linea/src/lib/nuri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { NURI_START_TIMESTAMP } from "./utils";
import { getScrollBlock } from "./fetcher";

const NURI_AGETH_RSETH_POOL = "0x107d317617e82f1871906cf6fee702a5daa4d135";
const API_KEY = process.env.SUBGRAPH_API_KEY || "";
const API_KEY = process.env.KELPGAIN_SUBGRAPH_API_KEY || "";
const NURI_SUBGRAPH_BY_GATEWAY = `https://gateway.thegraph.com/api/${API_KEY}/subgraphs/id/Eqr2CueSusTohoTsXCiQgQbaApjuK2ikFvpqkVTPo1y5`;

export async function getNuriAgEthHodlers(timestamp: number) {
Expand Down

0 comments on commit 6443e57

Please sign in to comment.