Skip to content
Closed
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
22 changes: 21 additions & 1 deletion constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const privacyStatement = {
buildbear:
"Usage Data is collected automatically when using the Service.Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.https://www.buildbear.io/privacy-policy",
BlockRazor:
"Privacy notice: BlockRazor RPC does not track any kind of user information (i.e. IP, location, etc.). Only information that is public on the blockchain are preserved, such as timestamp of a transaction. For more information please visit: https://blockrazor.gitbook.io/blockrazor/scutum-mev-protect-rpc#privacy-statement",
"Privacy notice: BlockRazor RPC does not track any kind of user information (i.e. IP, location, etc.). Only information that is public on the blockchain are preserved, such as timestamp of a transaction. For more information please visit: https://docs.blockrazor.io/statement/privacy-statement",
numa: "Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers, and other diagnostic data. Check out our Terms of use: https://app.numa.network/terms-of-use/ and Privacy Policy: https://app.numa.network/privacy-policy/",
Histori:
"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",
Expand Down Expand Up @@ -557,6 +557,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.BlockRazor,
},
{
url: "https://eth.blockrazor.xyz/fullprivacy",
tracking: "none",
trackingDetails: privacyStatement.BlockRazor,
},
{
url: "https://eth.blockrazor.xyz/maxbackrun",
tracking: "none",
trackingDetails: privacyStatement.BlockRazor,
},
{
url: "https://endpoints.omniatech.io/v1/eth/mainnet/public",
tracking: "none",
Expand Down Expand Up @@ -1193,6 +1203,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.BlockRazor,
},
{
url: "https://bsc.blockrazor.xyz/fullprivacy",
tracking: "none",
trackingDetails: privacyStatement.BlockRazor,
},
{
url: "https://bsc.blockrazor.xyz/maxbackrun",
tracking: "none",
trackingDetails: privacyStatement.BlockRazor,
},
{
url: "https://endpoints.omniatech.io/v1/bsc/mainnet/public",
tracking: "none",
Expand Down
Loading