diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 248109c4c..b0d3c3b0b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1037 Tim Janssen Update all.json (#4700) - 979 Frank Update all.json (#4701) + 980 Frank Update all.json (#4703) 665 mhusnirizal Update all.json (#4702) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index bb12d800d..2cdd19166 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "09sync1n0-duckdnrs.org", "09sync1n0-duckdns.org", "0kxwallet.org", - "pokladot.us", "0nlinebot.github.io", "0pensea.co.uk", "0therside.com", @@ -24936,6 +24935,7 @@ "points-debank.site", "points-rainbow.app", "pokladot.network", + "pokladot.us", "pokrotmant.site", "polcastarter.com", "polckastartere.top", diff --git a/all/us/all.json b/all/us/all.json index 3f38910e4..8d725b1a4 100644 --- a/all/us/all.json +++ b/all/us/all.json @@ -66,6 +66,7 @@ "nodeverify.us", "odos-app.us", "oneinchex.us", + "pokladot.us", "polkastarters.us", "pomerdoge.us", "qecu.us", diff --git a/meta/2024-10.json b/meta/2024-10.json index eb41c4377..04055f5c8 100644 --- a/meta/2024-10.json +++ b/meta/2024-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-10-11", + "url": "pokladot.us" + }, { "date": "2024-10-10", "url": "1inch-airdrops.xyz" diff --git a/package.json b/package.json index 1a763e671..76e588fc1 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.7-23-x", + "version": "0.23.7-24-x", "versions": { - "git": "0.23.7-23-x", + "git": "0.23.7-24-x", "npm": "0.23.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4a077abd9..f6296bd9f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.7-23-x", + "version": "0.23.7-24-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index eb5765fd7..fcbba81cd 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.23.7-23-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.7-24-x' };