From d240255cd0ca1fa1e843bf5321ae1bebe0c60597 Mon Sep 17 00:00:00 2001 From: Pp-Tomo Date: Wed, 6 May 2026 16:57:38 +0800 Subject: [PATCH 1/2] Add AgentQL Tomo RPCs for major EVM chains --- constants/extraRpcs.js | 64 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 99a605d843..328514a3cc 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -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 may collect account and contact information, along with 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", @@ -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: { @@ -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: { @@ -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: { @@ -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: { @@ -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: { @@ -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: { From cc2d90d6ba63c6f9120875a92147d6eeeb8de92b Mon Sep 17 00:00:00 2001 From: Pp-Tomo Date: Wed, 6 May 2026 17:57:23 +0800 Subject: [PATCH 2/2] Refine AgentQL Tomo privacy description --- constants/extraRpcs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 328514a3cc..3b13947875 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -86,7 +86,7 @@ const privacyStatement = { 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 may collect account and contact information, along with 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", + "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",