diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dc0035067..7ec1b8ab5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 1195 Tim Janssen Update all.json (#5269) + 1196 Tim Janssen Update all.json (#5272) 1175 Frank Update all.json (#5271) 732 mhusnirizal update all.json (#5268) 618 Mich Block hub-polkadot.com (#4343) @@ -12,7 +12,7 @@ 13 ccris02 Update all.json (#1510) 13 Valentin Fernandez 0.25.13 (#5135) 12 ImdioR https://dot-novawallet.com (#5156) - 10 ChainPatrol Bot Add phishing domains from ChainPatrol (#5260) + 11 ChainPatrol Bot Add phishing domains from ChainPatrol (#5273) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/all.json b/all.json index 563feb70b..de2d03a3e 100644 --- a/all.json +++ b/all.json @@ -32,7 +32,6 @@ ], "deny": [ "0-chain.com", - "decentralizedchain.on.fleek.co", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", "07e96d43-381a-46a3-9c16-6daf97213efc.co", @@ -15415,6 +15414,7 @@ "decentralizedchain.co", "decentralizedchain.info", "decentralizedchain.live", + "decentralizedchain.on.fleek.co", "decentralizedchainnetwork.com", "decentralizedclaim.com", "decentralizedcloud.live", @@ -32665,6 +32665,7 @@ "polkadotwallet.co", "polkadotwallet.help", "polkadotwallet.js.org", + "polkadotwallet.live", "polkadotwallet.org", "polkadotwallet.xyz", "polkadotware.com", @@ -47847,7 +47848,6 @@ "ww1.polkadot9.click", "ww1.polkadot9.site", "ww22hper-app.com", - "ww3.polkadotwallet.live", "ww38.polkadotnft.com", "ww7.polkadot1.online", "ww7.polkadot1.xyz", @@ -48586,8 +48586,7 @@ "zxxyz.xyz", "zyfi-tokensoft.org", "zyloqsupport.online", - "zzcoin.website", - "polkadotwallet.live" + "zzcoin.website" ], "denySub": [ "twitter.com/AcalaNetworks", diff --git a/all/co/all.json b/all/co/all.json index dad43a4db..18478199b 100644 --- a/all/co/all.json +++ b/all/co/all.json @@ -184,6 +184,7 @@ "debridge-finance.co", "debugresolve.co", "decentralizedchain.co", + "decentralizedchain.on.fleek.co", "decentralizedconnect.co", "decentralizednetwork.co", "defaultnode.co", diff --git a/all/live/all.json b/all/live/all.json index af96c4ace..a885f0e32 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -1363,6 +1363,7 @@ "polkadotstake.live", "polkadotstaking.live", "polkadottoken.live", + "polkadotwallet.live", "polkadotweb.live", "polkapool.live", "polkaslarterlercom.live", @@ -2010,7 +2011,6 @@ "wsmeme.live", "wsmemes.live", "wstmeme.live", - "ww3.polkadotwallet.live", "xen-network.live", "xencrypto.live", "xprotocols.live", diff --git a/meta/2025-08.json b/meta/2025-08.json index b743eddc2..86232a4a1 100644 --- a/meta/2025-08.json +++ b/meta/2025-08.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-08-10", + "url": "decentralizedchain.on.fleek.co" + }, { "date": "2025-08-09", "url": "1.polkadot9.site" diff --git a/package.json b/package.json index a51a4dfc1..0156636e9 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.17-17-x", + "version": "0.25.17-18-x", "versions": { - "git": "0.25.17-17-x", + "git": "0.25.17-18-x", "npm": "0.25.16" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index abbd0d15b..050b879f2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.17-17-x", + "version": "0.25.17-18-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0820374f8..83ae07bae 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.17-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.17-18-x' };