diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c81775515..72d3193b2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,9 +15,9 @@ 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) + 7 ChainPatrol Bot Add phishing domains from ChainPatrol (#5216) 7 Florian Franzen Update all.json (#3939) 6 ccris02 Adding few newly registered phishing sites (#344) - 6 ChainPatrol Bot Add phishing domains from ChainPatrol (#5208) 6 Idi Eradiri another scam (#1739) 4 Abdulaziz Kamil Update all.json (#2921) 4 Jonathan Dunne chore: add Talisman (#4134) diff --git a/all.json b/all.json index 0e46bc52b..37d726f8d 100644 --- a/all.json +++ b/all.json @@ -31955,6 +31955,7 @@ "polkadotunlockwallet.com", "polkadotup.net", "polkadotwallet-unlock.org", + "polkadotwallet.help", "polkadotwallet.js.org", "polkadotwallet.org", "polkadotware.com", @@ -47462,8 +47463,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadotwallet.help" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/help/all.json b/all/help/all.json index f60f778d9..104d4a7df 100644 --- a/all/help/all.json +++ b/all/help/all.json @@ -40,6 +40,7 @@ "pepe-unchained.help", "pepeunchained.help", "pepu-unchained.help", + "polkadotwallet.help", "resourcesdapp.help", "restoremetamask.help", "restoreweb3networkdapp.help", diff --git a/meta/2025-07.json b/meta/2025-07.json index 477cd85a4..405410f97 100644 --- a/meta/2025-07.json +++ b/meta/2025-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-07-11", + "url": "polkadotwallet.help" + }, { "date": "2025-07-10", "url": "0xarb.xyz" diff --git a/package.json b/package.json index 2eec1b60b..1d8f1fdd3 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.15-40-x", + "version": "0.25.15-41-x", "versions": { - "git": "0.25.15-40-x", + "git": "0.25.15-41-x", "npm": "0.25.14" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7dc88d02f..2a96b5f67 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.15-40-x", + "version": "0.25.15-41-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 02f3dcbe0..5d6ba5efa 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15-40-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15-41-x' };