diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8b0adc65f..932dd4b2e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1258 Tim Janssen Update all.json (#5459) - 1233 Frank Update all.json (#5457) + 1234 Frank Update all.json (#5460) 771 mhusnirizal update all.json (#5458) 619 Mich block bad website dot-reward.com (#5421) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 2347a5da4..e09ba4be2 100644 --- a/all.json +++ b/all.json @@ -37,7 +37,6 @@ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "09sync1n0-duckdnrs.org", - "polkabridgeportal.site", "09sync1n0-duckdns.org", "0aavvee.app", "0asisprotocol.com", @@ -34524,6 +34523,7 @@ "polkabridge.xyz", "polkabridgeapp.info", "polkabridgegive.org", + "polkabridgeportal.site", "polkabridgetoken.info", "polkaceo.com", "polkaclassic.finance", diff --git a/all/site/all.json b/all/site/all.json index 1b0fbde04..bd90b539c 100644 --- a/all/site/all.json +++ b/all/site/all.json @@ -1286,6 +1286,7 @@ "polingon-wallets.site", "polka-starter.site", "polka.dot.site", + "polkabridgeportal.site", "polkadot-js.site", "polkadot-trust.site", "polkadot.site", diff --git a/meta/2025-10.json b/meta/2025-10.json index 662112c1b..d86c6bbfd 100644 --- a/meta/2025-10.json +++ b/meta/2025-10.json @@ -143,6 +143,10 @@ "date": "2025-10-28", "url": "onchainnetworks.xyz." }, + { + "date": "2025-10-28", + "url": "polkabridgeportal.site" + }, { "date": "2025-10-28", "url": "portal-giggletokens.com" diff --git a/package.json b/package.json index f24026068..2f8a0f741 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.22-14-x", + "version": "0.25.22-15-x", "versions": { - "git": "0.25.22-14-x", + "git": "0.25.22-15-x", "npm": "0.25.21" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2d7d21fe7..b5ad82d64 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.22-14-x", + "version": "0.25.22-15-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 82f08e197..3978066d8 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.22-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.22-15-x' };