diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c98d3edfc..ff1245cbd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 1285 Tim Janssen Update all.json (#5576) + 1286 Tim Janssen Update all.json (#5579) 1255 Frank Update all.json (#5570) 780 mhusnirizal update all.json (#5559) 619 Mich block bad website dot-reward.com (#5421) diff --git a/all.json b/all.json index 4592394f5..f6cd338d6 100644 --- a/all.json +++ b/all.json @@ -32,7 +32,6 @@ ], "deny": [ "0-chain.com", - "dapps-mainnets.online", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", "07e96d43-381a-46a3-9c16-6daf97213efc.co", @@ -15064,6 +15063,7 @@ "dapps-mainnet.net", "dapps-mainnet.online", "dapps-mainnetportal.com", + "dapps-mainnets.online", "dapps-maintenace.pages.dev", "dapps-maintenance.online", "dapps-mellowman.pages.dev", diff --git a/all/online/all.json b/all/online/all.json index 400a79b31..f42420be3 100644 --- a/all/online/all.json +++ b/all/online/all.json @@ -657,6 +657,7 @@ "dapps-links.online", "dapps-live.online", "dapps-mainnet.online", + "dapps-mainnets.online", "dapps-maintenance.online", "dapps-mnemonic-protocol.online", "dapps-mobileconnect.online", diff --git a/meta/2025-12.json b/meta/2025-12.json index 967598647..8a98238b8 100644 --- a/meta/2025-12.json +++ b/meta/2025-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-12-11", + "url": "dapps-mainnets.online" + }, { "date": "2025-12-10", "url": "alltayer.finance" diff --git a/package.json b/package.json index 925d712ca..864a706c2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.25-1-x", + "version": "0.25.25-2-x", "versions": { - "git": "0.25.25-1-x", + "git": "0.25.25-2-x", "npm": "0.25.24" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 88beeafc3..b3bd9d7a5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.25-1-x", + "version": "0.25.25-2-x", "main": "index.js", "dependencies": { "@polkadot/util": "^14.0.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9b5a21b38..3050cc2e3 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.25-1-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.25-2-x' };