Skip to content

Commit

Permalink
Merge pull request #310 from Apegurus/develop
Browse files Browse the repository at this point in the history
chore: Add infura RPC
  • Loading branch information
0xroll authored Oct 29, 2024
2 parents 9d8a654 + e329082 commit a7c9638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/lynex/src/sdk/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const V3_SUBGRAPH_URL =

export const client = createPublicClient({
chain: linea,
transport: http("https://rpc.linea.build", {
transport: http(`https://linea-mainnet.infura.io/v3/${process.env.OPENBLOCK_LINEA_INFURA_API_KEY}`, {
retryCount: 5,
timeout: 60_000,
}),
Expand Down

0 comments on commit a7c9638

Please sign in to comment.