diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a8db8050f..cd0761f33 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -10,9 +10,9 @@ 18 Josip Š Update all.json (#4408) 18 Valentin Fernandez 0.25.19 (#5383) 14 crypto-scambaiter Update all.json (#5242) + 14 ImdioR Phishing scam website +1 more (#5435) 13 ccris02 Update all.json (#1510) 13 ChainPatrol Bot Add phishing domains from ChainPatrol (#5386) - 13 ImdioR 2 scam websites (#5311) 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 a5752a97a..1c24df287 100644 --- a/all.json +++ b/all.json @@ -38,8 +38,6 @@ "09sync00.duckdns.org", "09sync1n0-duckdnrs.org", "09sync1n0-duckdns.org", - "wallet-centrifuge.online", - "airdrop-centrifuge.live", "0aavvee.app", "0asisprotocol.com", "0g.app-wallets.com", @@ -1062,6 +1060,7 @@ "airdrop-catizenai.com", "airdrop-celestia.icu", "airdrop-cellula.life", + "airdrop-centrifuge.live", "airdrop-chaingpt.live", "airdrop-checker-grass.com", "airdrop-claim.fun", @@ -47123,6 +47122,7 @@ "wallet-bridges.com", "wallet-brigdes.live", "wallet-centre.online", + "wallet-centrifuge.online", "wallet-chainlink.com", "wallet-chainsconnect.pages.dev", "wallet-chat.store", diff --git a/all/live/all.json b/all/live/all.json index f551a0a21..d7a89264a 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -39,6 +39,7 @@ "air-drops.live", "airdrop-anime.live", "airdrop-btcminetrix.live", + "airdrop-centrifuge.live", "airdrop-chaingpt.live", "airdrop-flock.live", "airdrop-floki.live", diff --git a/all/online/all.json b/all/online/all.json index 6470250e6..48c0d16dc 100644 --- a/all/online/all.json +++ b/all/online/all.json @@ -2323,6 +2323,7 @@ "wallet-api.online", "wallet-avax.online", "wallet-centre.online", + "wallet-centrifuge.online", "wallet-connected.online", "wallet-connection.online", "wallet-extension.online", diff --git a/meta/2025-10.json b/meta/2025-10.json index 6537e3e97..3458ce8b2 100644 --- a/meta/2025-10.json +++ b/meta/2025-10.json @@ -1,4 +1,12 @@ [ + { + "date": "2025-10-20", + "url": "airdrop-centrifuge.live" + }, + { + "date": "2025-10-20", + "url": "wallet-centrifuge.online" + }, { "date": "2025-10-19", "url": "badidea-claim.pages.dev" diff --git a/package.json b/package.json index a85fa04ee..cfca45b23 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.21-16-x", + "version": "0.25.21-17-x", "versions": { - "git": "0.25.21-16-x", + "git": "0.25.21-17-x", "npm": "0.25.20" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 020423912..b9d0bd104 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.21-16-x", + "version": "0.25.21-17-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b5d2c47c1..13d637353 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.21-16-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.21-17-x' };