diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7da243c7b..8801f8b70 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 1177 Tim Janssen Update all.json (#5173) 1147 Frank Update all.json (#5174) - 714 mhusnirizal update all.json (#5172) + 715 mhusnirizal update all.json (#5175) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 124 alineherzman Update all.json (#5113) diff --git a/all.json b/all.json index e625d5ac5..001b82d91 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ "zapto.org" ], "deny": [ - "xcn-sushi.my", - "virtual-sushi.fit", "0-chain.com", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", @@ -42838,6 +42836,7 @@ "viratoken.store", "virtdapps.pages.dev", "virtual-ledger.live", + "virtual-sushi.fit", "virtual-sushi.lat", "virtual-sushi.top", "virtualhubs.xyz", @@ -46474,6 +46473,7 @@ "xchange-gemini.com", "xchangeapps.pro", "xchcrypto.com", + "xcn-sushi.my", "xcoinbridgetokensync.com", "xcoinflow.com", "xcoinsea.com", diff --git a/all/fit/all.json b/all/fit/all.json index 46fc27982..47a93e03d 100644 --- a/all/fit/all.json +++ b/all/fit/all.json @@ -9,5 +9,6 @@ "prompt-sushi.fit", "shfl-sushi.fit", "thetipcoin.fit", - "tokenmart.fit" + "tokenmart.fit", + "virtual-sushi.fit" ] diff --git a/all/my/all.json b/all/my/all.json index c4431d32b..f2bc6c2e3 100644 --- a/all/my/all.json +++ b/all/my/all.json @@ -7,5 +7,6 @@ "opensea.com.my", "pepe-airdrop.my", "rc0fi-reward.my", - "uniswap.my" + "uniswap.my", + "xcn-sushi.my" ] diff --git a/meta/2025-07.json b/meta/2025-07.json index bce0a2d5b..6009eaaa6 100644 --- a/meta/2025-07.json +++ b/meta/2025-07.json @@ -39,6 +39,14 @@ "date": "2025-07-04", "url": "v2-solvconnect.com" }, + { + "date": "2025-07-04", + "url": "virtual-sushi.fit" + }, + { + "date": "2025-07-04", + "url": "xcn-sushi.my" + }, { "date": "2025-07-04", "url": "zilliqa-migrate.com" diff --git a/package.json b/package.json index be8e97251..4b77f9b9b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.15-10-x", + "version": "0.25.15-11-x", "versions": { - "git": "0.25.15-10-x", + "git": "0.25.15-11-x", "npm": "0.25.14" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dfe79264c..50521385c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.15-10-x", + "version": "0.25.15-11-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 b74813242..78890c95d 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-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15-11-x' };