Skip to content

Commit

Permalink
Update RPC endpoint to Infura
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 26, 2024
1 parent 88a6c44 commit 2f53a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ returned for transactions rejected by the sequencer.
<Tabs>
<TabItem value="cURL">
```bash
curl https://rpc.linea.build \
curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \
-X POST \
-H "Content-Type: application/json" \
-d '{
Expand Down

0 comments on commit 2f53a4a

Please sign in to comment.