Skip to content

Commit f75445e

Browse files
committed
🤖 Import updated chainlist rpcs
1 parent 240bef0 commit f75445e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

constants/extraRpcs.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const privacyStatement = {
212212
fastnode:
213213
"Fastnode temporarily logs request metadata (IP address, method, headers, timestamps, status, latency) for rate-limiting, security, DDoS protection and debugging. We do not correlate logs with on-chain wallet addresses, use them to front-run transactions, or sell personal data.https://fastnode.gitbook.io/privacy-policy/",
214214
Hightower:
215-
"We may collect publicly available blockchain information in order to provide our services. This can include wallet addresses, transaction IDs, timestamps, amounts and fees, and transaction status. https://www.htw.tech/privacy-policy",
215+
"We do not log, track, or archive IP addresses for requests made through our RPC, API, LCD, or WebSocket endpoints.We do not track wallet addresses, transaction signatures, or any metadata that could link an on-chain identity to a specific user. We do not monitor or record the content of your queries or the specific data you access on the blockchain. https://www.htw.tech/privacy-policy",
216216
poolz:
217217
"For service delivery and abuse prevention, we temporarily record IP addresses at the infrastructure level (via AWS) to set usage limits and monitor for denial of service attacks. These logs are used only for rate limiting and security purposes, and are automatically purged according to AWS retention policies. We do not correlate wallet addresses with IPs, and we do not store, exploit, or share any Personal Identifiable Information (PII). https://www.poolz.finance/privacy/",
218218
grove:
@@ -4013,6 +4013,16 @@ export const extraRpcs = {
40134013
tracking: "none",
40144014
trackingDetails: privacyStatement.huginn,
40154015
},
4016+
{
4017+
url: "https://gm.monad.at.htw.tech",
4018+
tracking: "none",
4019+
trackingDetails: privacyStatement.Hightower,
4020+
},
4021+
{
4022+
url: "wss://gm.monad.at.htw.tech",
4023+
tracking: "none",
4024+
trackingDetails: privacyStatement.Hightower,
4025+
},
40164026
],
40174027
},
40184028
163: {

0 commit comments

Comments
 (0)