Skip to content

Commit

Permalink
change rpc to default
Browse files Browse the repository at this point in the history
  • Loading branch information
0xroll committed Nov 2, 2024
1 parent 32593d9 commit d558dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/stargate/src/sdk/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const POSITIONS_V2_SUBGRAPH_URL =

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

0 comments on commit d558dd6

Please sign in to comment.