style: format README.md and RULES.md with Prettier
All checks were successful
check / check (push) Successful in 21s

This commit is contained in:
clawbot 2026-02-27 11:39:44 -08:00
parent afc4868001
commit 31b22c1325
2 changed files with 12 additions and 13 deletions

View File

@ -544,24 +544,24 @@ communicates with three external services to function as a wallet:
receipts. The default endpoint is a public RPC (configurable by the user to receipts. The default endpoint is a public RPC (configurable by the user to
any endpoint they prefer, including a local node). By default the extension any endpoint they prefer, including a local node). By default the extension
talks to `https://ethereum-rpc.publicnode.com`. talks to `https://ethereum-rpc.publicnode.com`.
- **Data sent**: Ethereum addresses, transaction data, contract call - **Data sent**: Ethereum addresses, transaction data, contract call
parameters. The RPC endpoint can see all on-chain queries and submitted parameters. The RPC endpoint can see all on-chain queries and submitted
transactions. transactions.
- **CoinDesk CADLI price API**: Used to fetch ETH/USD and token/USD prices for - **CoinDesk CADLI price API**: Used to fetch ETH/USD and token/USD prices for
displaying fiat values. The price is cached for 5 minutes to avoid excessive displaying fiat values. The price is cached for 5 minutes to avoid excessive
requests. No API key required. No user data is sent — only a list of token requests. No API key required. No user data is sent — only a list of token
symbols. Note that CoinDesk will receive your client IP. symbols. Note that CoinDesk will receive your client IP.
- **Data sent**: Token symbol strings only (e.g. "ETH", "USDC"). No - **Data sent**: Token symbol strings only (e.g. "ETH", "USDC"). No
addresses or user-specific data. addresses or user-specific data.
- **Blockscout block-explorer API**: Used to fetch transaction history (normal - **Blockscout block-explorer API**: Used to fetch transaction history (normal
transactions and ERC-20 token transfers), ERC-20 token balances, and token transactions and ERC-20 token transfers), ERC-20 token balances, and token
holder counts (for spam filtering). The default endpoint is holder counts (for spam filtering). The default endpoint is
`https://eth.blockscout.com/api/v2` (configurable by the user in Settings). `https://eth.blockscout.com/api/v2` (configurable by the user in Settings).
- **Data sent**: Ethereum addresses. Blockscout receives the user's addresses - **Data sent**: Ethereum addresses. Blockscout receives the user's
to query their transaction history and token balances. No private keys, addresses to query their transaction history and token balances. No
passwords, or signing operations are sent. private keys, passwords, or signing operations are sent.
What the extension does NOT do: What the extension does NOT do:

View File

@ -1,8 +1,7 @@
> **⚠️ THIS FILE MUST NEVER BE MODIFIED BY AGENTS.** > **⚠️ THIS FILE MUST NEVER BE MODIFIED BY AGENTS.** RULES.md is maintained
> RULES.md is maintained exclusively by the project owner. AI agents, bots, > exclusively by the project owner. AI agents, bots, and automated tools must
> and automated tools must treat this file as read-only. If an audit finds a > treat this file as read-only. If an audit finds a divergence between the code
> divergence between the code and this file, the code must be changed to match > and this file, the code must be changed to match — never the other way around.
> — never the other way around.
# AutistMask Rules Checklist # AutistMask Rules Checklist