From c3631ee982aba126be6aef08fc5188235e41ea00 Mon Sep 17 00:00:00 2001 From: Jaco Date: Thu, 1 Sep 2022 07:38:23 +0300 Subject: [PATCH] List SubWallet as a user (#2155) --- README.md | 10 ++++++++++ index.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a529ca2..db09fdd24 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ Making additions to the list will be reflected on merge at [polkadot.js.org/phis The `{address, all}.json` files are also published to IPFS, via [ipns/phishing.dotapps.io](https://ipfs.io/ipns/phishing.dotapps.io/). Libraries can also consume from here for a decentralized approach. +## Notable users + +The following wallets integrate either address or site blocking from these lists: + +- [polkadot{.js} extension](https://github.com/polkadot-js/extension) +- [polkadot{.js} apps](https://polkadot.js.org/apps) +- [Fearless Wallet](https://fearlesswallet.io/) +- [SubWallet](https://subwallet.app/) + + ### Integration Since the lists are published as JSON, integration for any non-JS wallets (only a JS library that is provided) should be simple - retrieve the applicable list, parse the JSON and do the required checks either on host or address as per the requirements. The Javascript library does have some features that may be worth thinking about for other integrations - diff --git a/index.html b/index.html index 535c85f85..c5c12e68f 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@

A community driven curated list of potentially less-than-honest operators.

Any additions can be made by editing phishing/all.json and adding any new sites in alphabetical order. In the same vein addresses can be added in phishing/address.json. For any discrepancies or requests log an issue.

-

The list of sites are blocked when using extensions such as the polkadot{.js} extension. The addresses are blocked in wallets such as polkadot{.js} apps and Fearless Wallet.

+

The following extensions and wallets have blocking functionality based on these lists: polkadot{.js} extension, polkadot{.js} apps, Fearless Wallet and SubWallet.

SitesAddresses