diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bd1ff788f..904841b7b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1179 Tim Janssen Update all.json (#5181) - 1149 Frank Update all.json (#5179) + 1150 Frank Update all.json (#5183) 717 mhusnirizal update all.json (#5182) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/network/all.json b/all/network/all.json index 8a003d39b..44f391d42 100644 --- a/all/network/all.json +++ b/all/network/all.json @@ -596,7 +596,6 @@ "pryzmdrops.network", "purchase3-blockdag-web.network", "purchase3-blockdag.network", - "purchase3.blockdag.network", "pythapp.network", "pythmiration.network", "pythstake.network", diff --git a/meta/2025-07.json b/meta/2025-07.json index 1335ee438..eb5363be9 100644 --- a/meta/2025-07.json +++ b/meta/2025-07.json @@ -1411,10 +1411,6 @@ "date": "2025-07-02", "url": "protocolstool.com" }, - { - "date": "2025-07-02", - "url": "purchase3.blockdag.network" - }, { "date": "2025-07-02", "url": "rpcselect.com" diff --git a/package.json b/package.json index a9dad17be..0a562e753 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.15-17-x", + "version": "0.25.15-18-x", "versions": { - "git": "0.25.15-17-x", + "git": "0.25.15-18-x", "npm": "0.25.14" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b6d65fba6..ca45a4ace 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.15-17-x", + "version": "0.25.15-18-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 a10ecddbe..84cc6aa24 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-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.15-18-x' };