Skip to content

Commit

Permalink
Update extraRpcs.js - Add DRPC public endpoints
Browse files Browse the repository at this point in the history
Add DRPC public endpoints  - eth, polygon
  • Loading branch information
say-malove authored and realdealshaman committed Jun 1, 2023
1 parent ba6db8e commit 9f69567
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ const privacyStatement = {
"We collect device information and request metadata like IP address and User Agent for the purpose of load balancing and rate limiting. More info: https://chain49.com/privacy-policy",
meowrpc:
"With the exclusion of data that will be openly visible and available on the blockchain, MEOWRPC does not track or store any kind of user information (such as location, IP address, etc.) that passes through our RPC. For further details regarding our privacy practices, we encourage you to refer to our Privacy Policy. https://privacy.meowrpc.com",
drpc:
"We do not ask or store personal information about DRPC users. All information stored in the system doesn't have personal info about the owner of the personal account. We use IP on our public nodes to rate-limiting for service protection against attacks. We do not correlate wallets address's with these IP's, and delete this record 24 hours after last interaction with the system.",

};

export const extraRpcs = {
Expand Down Expand Up @@ -250,6 +253,11 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.meowrpc,
},
{
url: "http://eth.drpc.org",
tracking: "limited",
trackingDetails: privacyStatement.drpc,
},
],
},
2: {
Expand Down Expand Up @@ -698,6 +706,11 @@ export const extraRpcs = {
tracking: "yes",
trackingDetails: privacyStatement.bloxroute,
},
{
url: "http://polygon.drpc.org",
tracking: "limited",
trackingDetails: privacyStatement.drpc,
},
],
},
25: {
Expand Down

0 comments on commit 9f69567

Please sign in to comment.