Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 0xRPC.io public nodes #1501

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 82 additions & 0 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ const privacyStatement = {
"At Histori, we do not log, store, or track your IP address, country, location, or any personal data while making RPC requests and REST API calls. Learn more at: https://histori.xyz/support/privacy-policy",
MemeCore:
"We do not log, store, or track any user data without consent with exception of data publicly available on chain.",
"0xRPC":
"We do not store any sent data nor any IPs or metadata. See https://github.com/0xRPC/0xRPC.github.io/blob/main/README.md#about-tos-privacy-policy as well",
};

export const extraRpcs = {
Expand Down Expand Up @@ -470,6 +472,16 @@ export const extraRpcs = {
tracking: "yes",
trackingDetails: privacyStatement.lava,
},
{
url: "https://0xrpc.io/eth",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/eth",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
2: {
Expand Down Expand Up @@ -944,6 +956,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.Histori,
},
{
url: "https://0xrpc.io/bnb",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/bnb",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
97: {
Expand Down Expand Up @@ -1089,6 +1111,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.Histori,
},
{
url: "https://0xrpc.io/avax",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/avax",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
250: {
Expand Down Expand Up @@ -1307,6 +1339,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.Histori,
},
{
url: "https://0xrpc.io/pol",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/pol",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
25: {
Expand Down Expand Up @@ -2168,6 +2210,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.Histori,
},
{
url: "https://0xrpc.io/op",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/op",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
11155420: {
Expand Down Expand Up @@ -2414,6 +2466,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.Histori,
},
{
url: "https://0xrpc.io/gno",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/gno",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
10200: {
Expand Down Expand Up @@ -4657,6 +4719,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.Histori,
},
{
url: "https://0xrpc.io/base",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/base",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
11235: {
Expand Down Expand Up @@ -4930,6 +5002,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.omnia,
},
{
url: "https://0xrpc.io/sep",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
{
url: "wss://0xrpc.io/sep",
tracking: "none",
trackingDetails: privacyStatement["0xRPC"],
},
],
},
7762959: {
Expand Down