Skip to content

Commit

Permalink
Merge pull request #285 from matt5346/ovn-env
Browse files Browse the repository at this point in the history
env var added
  • Loading branch information
0xroll authored Aug 13, 2024
2 parents d19b330 + a07dc54 commit 2c601f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/overnight/src/sdk/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const SNAPSHOTS_BLOCKS = [

export const CHUNKS_SPLIT = 30;
export const BLOCK_STEP = 10000;
export const LINEA_RPC = "https://lb.drpc.org/ogrpc?network=linea&dkey=AsCWb9aYukugqNphr9pEGw5L893HadYR7ooVbrjxQOzW"
export const LINEA_RPC = `https://lb.drpc.org/ogrpc?network=linea&dkey=${process.env.OVERNIGHT_RPC}`
export const LP_LYNEX_SYMBOL = "oLYNX";
export const LP_LYNEX = "0x63349BA5E1F71252eCD56E8F950D1A518B400b60"

Expand Down

0 comments on commit 2c601f3

Please sign in to comment.