diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 68cb6c2e5..6402d786a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1143 Tim Janssen Update all.json (#5073) - 1119 Frank Update all.json (#5069) + 1120 Frank Update all.json (#5074) 697 mhusnirizal update all.json (#5040) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/com/all.json b/all/com/all.json index 6670d661f..355c5621c 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -15149,6 +15149,7 @@ "workonminworld.com", "workxmigration.com", "world-coin-token.firebaseapp.com", + "world-dot.com", "world-manta-network.com", "world-pond0x.com", "world-wallets.com", diff --git a/meta/2025-05.json b/meta/2025-05.json index bb825d009..a4fac0d8f 100644 --- a/meta/2025-05.json +++ b/meta/2025-05.json @@ -27,6 +27,10 @@ "date": "2025-05-12", "url": "rpcquery.com" }, + { + "date": "2025-05-12", + "url": "world-dot.com" + }, { "date": "2025-05-09", "url": "bitget-exteriterance.pages.dev" diff --git a/package.json b/package.json index 97d908df0..ac05eeb56 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.10-10-x", + "version": "0.25.10-11-x", "versions": { - "git": "0.25.10-10-x", + "git": "0.25.10-11-x", "npm": "0.25.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d3d403679..0a2635ffc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.10-10-x", + "version": "0.25.10-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2fe03d554..504f68939 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.10-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.10-11-x' };