Skip to content

Commit

Permalink
Add PublicNode Optimism Endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
3eph1r0th authored and realdealshaman committed Jun 6, 2023
1 parent c9ab995 commit 9d11629
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,11 @@ export const extraRpcs = {
tracking: "yes",
trackingDetails: privacyStatement.gateway,
},
{
url: "https://optimism.publicnode.com",
tracking: "none",
trackingDetails: privacyStatement.publicnode,
},
],
},
1881: {
Expand Down Expand Up @@ -1025,6 +1030,11 @@ export const extraRpcs = {
tracking: "yes",
trackingDetails: privacyStatement.gateway,
},
{
url: "https://optimism-goerli.publicnode.com",
tracking: "none",
trackingDetails: privacyStatement.publicnode,
},
],
},
1088: {
Expand Down

0 comments on commit 9d11629

Please sign in to comment.