diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 51b1bc9c7..64c74f9ac 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 933 Tim Janssen Update all.json (#4341) 906 Frank Update all.json (#4340) - 617 Mich Block polkastater-login.com (#4044) + 618 Mich Block hub-polkadot.com (#4343) 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) diff --git a/all/com/all.json b/all/com/all.json index 94980c9f4..b61a82746 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -4559,6 +4559,7 @@ "https-paxful.com", "https-walletconnect.com", "httpslink.com", + "hub-polkadot.com", "hubinjective.com", "hubnetworksfix.com", "hubvalidate.com", diff --git a/meta/2024-03.json b/meta/2024-03.json index 786953ffb..90938fb44 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -11,6 +11,10 @@ "date": "2024-03-25", "url": "getmanta.pages.dev" }, + { + "date": "2024-03-25", + "url": "hub-polkadot.com" + }, { "date": "2024-03-25", "url": "mahta-network.com" diff --git a/package.json b/package.json index 68bd2496c..5eec29e86 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-7-x", + "version": "0.22.5-8-x", "versions": { - "git": "0.22.5-7-x", + "git": "0.22.5-8-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a3bbbd825..7bfb553ff 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-7-x", + "version": "0.22.5-8-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 73fcbd3ca..ebf824058 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.22.5-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-8-x' };