Skip to content

Commit

Permalink
Merge pull request #303 from Apegurus/develop
Browse files Browse the repository at this point in the history
chore: Update RPC urls
  • Loading branch information
0xroll authored Oct 7, 2024
2 parents 49beea3 + 61303a6 commit 68c6e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/lynex/src/sdk/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { createPublicClient, http } from "viem";
import { linea } from "viem/chains";

export const V2_SUBGRAPH_URL =
"https://api.studio.thegraph.com/query/59052/lynex-v1/version/latest";
"https://api.goldsky.com/api/public/project_cltyhthusbmxp01s95k9l8a1u/subgraphs/lynex-v1/1.0.4/gn";
export const GAUGE_SUBGRAPH_URL =
"https://api.goldsky.com/api/public/project_cltyhthusbmxp01s95k9l8a1u/subgraphs/lynex-gauges/1.1.0/gn";
"https://api.goldsky.com/api/public/project_cltyhthusbmxp01s95k9l8a1u/subgraphs/lynex-gauges/1.2.4/gn";
export const V3_SUBGRAPH_URL =
"https://api.goldsky.com/api/public/project_cltyhthusbmxp01s95k9l8a1u/subgraphs/lynex-cl/v1.0.2/gn";

Expand Down

0 comments on commit 68c6e8b

Please sign in to comment.