Skip to content
Merged
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
64 changes: 63 additions & 1 deletion constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const privacyStatement = {
"Please be aware that we collect your following information for the purpose of satisfying your needs in ICPlaza services(...) 1.We will collect your mobile device information, operation records, transaction records, wallet address and other personal information. https://www.icplaza.pro/privacy-policy",
tenderly:
"Additionally, if you are an Account Member, we may collect business and transactional data about you (and your business) that accumulates over the normal course of operation regarding providing our Services. This may include transaction records, stored files, user profiles, information about collaborators, analytics data, and other metrics, as well as other types of information created or generated by your interaction with our Services. https://tenderly.co/privacy-policy",
agentqlTomo:
"AgentQL Tomo states that it may process technical and usage information needed to operate the service, including browser or device metadata, page requests, API key actions, request logs, stream activity, error events, and service diagnostics. https://agentql.tomo.inc/privacy-policy",
soma: "At SomaNetwork Mainnet Or Testnet, we are committed to protecting your privacy and ensuring the security of your data. This privacy policy summary outlines how we handle and protect your personal information when using our SomaNetwork Mainnet and Testnet services. Please note that this is a summary, and the full privacy policy should be reviewed for complete details soma. 1.We will collect your mobile device information, operation records, transaction records, wallet address and other personal information. https://soma-network.gitbook.io/soma-network/privacy-policy",
chain49:
"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",
Expand Down Expand Up @@ -586,6 +588,16 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.swiftnodes,
},
{
url: "https://gw-aql.tomo.services/v1/ethereum/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
{
url: "wss://gw-aql.tomo.services/v1/ethereum/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
],
},
2: {
Expand Down Expand Up @@ -1119,6 +1131,16 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.swiftnodes,
},
{
url: "https://gw-aql.tomo.services/v1/bnbchain/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
{
url: "wss://gw-aql.tomo.services/v1/bnbchain/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
],
},
97: {
Expand Down Expand Up @@ -1562,7 +1584,17 @@ export const extraRpcs = {
url: "https://matic.rpc.sentio.xyz",
tracking: "limited",
trackingDetails: privacyStatement.sentio,
}
},
{
url: "https://gw-aql.tomo.services/v1/polygon/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
{
url: "wss://gw-aql.tomo.services/v1/polygon/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
],
},
25: {
Expand Down Expand Up @@ -1915,6 +1947,16 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.swiftnodes,
},
{
url: "https://gw-aql.tomo.services/v1/arbitrum/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
{
url: "wss://gw-aql.tomo.services/v1/arbitrum/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
],
},
421613: {
Expand Down Expand Up @@ -2723,6 +2765,16 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.swiftnodes,
},
{
url: "https://gw-aql.tomo.services/v1/optimism/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
{
url: "wss://gw-aql.tomo.services/v1/optimism/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
],
},
11155420: {
Expand Down Expand Up @@ -5683,6 +5735,16 @@ export const extraRpcs = {
tracking: "limited",
trackingDetails: privacyStatement.swiftnodes,
},
{
url: "https://gw-aql.tomo.services/v1/base/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
{
url: "wss://gw-aql.tomo.services/v1/base/aql_live_2dba7f55b5cf0f356538a727da2079fe",
tracking: "yes",
trackingDetails: privacyStatement.agentqlTomo,
},
],
},
11235: {
Expand Down