Skip to content

Commit

Permalink
Add BASE rpc endpoints from notadengen.com (DefiLlama#647)
Browse files Browse the repository at this point in the history
Also updates ETH goerli and sepolia rpc endpoints from notadengen.com

Co-authored-by: Real Shaman <85087525+realdealshaman@users.noreply.github.com>
  • Loading branch information
0xSalman and realdealshaman committed Aug 14, 2023
1 parent 8cd67f3 commit 4f53560
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.zan,
},
"https://rpc.notadegen.com/goerli",
"https://rpc.notadegen.com/eth/goerli",
],
},
//Ropsten testnet deprecated
Expand Down Expand Up @@ -2414,6 +2414,7 @@ export const extraRpcs = {
tracking: "yes",
trackingDetails: privacyStatement.tenderly,
},
"https://rpc.notadegen.com/base/goerli",
],
},
8453: {
Expand Down Expand Up @@ -2449,6 +2450,7 @@ export const extraRpcs = {
tracking: "yes",
trackingDetails: privacyStatement.tenderly,
},
"https://rpc.notadegen.com/base",
],
},
11235: {
Expand Down Expand Up @@ -2620,7 +2622,7 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.zan,
},
"https://rpc.notadegen.com/sepolia",
"https://rpc.notadegen.com/eth/sepolia",
]
},
7762959: {
Expand Down

0 comments on commit 4f53560

Please sign in to comment.