diff --git a/RULES.md b/RULES.md index 6c4e4a8..b8c6bf3 100644 --- a/RULES.md +++ b/RULES.md @@ -17,8 +17,8 @@ contradicts either, the originals govern. ## External Communication -- [ ] Extension contacts exactly two external services: configured RPC endpoint - and CoinDesk price API +- [ ] Extension contacts exactly three external services: configured RPC + endpoint, CoinDesk price API, and configured Blockscout API - [ ] No analytics, telemetry, or tracking - [ ] No user-specific data sent except to the configured RPC endpoint - [ ] No Infura/Alchemy hard dependency diff --git a/src/popup/index.html b/src/popup/index.html index 6cb7923..c9466fe 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -71,7 +71,7 @@