Skip to content

Commit

Permalink
Merge pull request #327 from delta-hq/kelp-gain-env-key
Browse files Browse the repository at this point in the history
[Kelp Gain] Update env for nuri.ts
  • Loading branch information
0xroll authored Nov 15, 2024
2 parents d1ccbd8 + 6443e57 commit 3b98340
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 3b98340

Please sign in to comment.