diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 972b4ee50..cb4f46ec7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 90 alineherzman Update all.json (#4536) + 91 alineherzman Update all.json (#4537) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 19 Tarik Gul 0.23.1 (#4519) 18 Josip Š Update all.json (#4408) diff --git a/all.json b/all.json index 8da71cc01..7e1a7d42c 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "pkbpa.top", "0therside.com", "0ver.network", "0vvwvuniswap.top", @@ -22774,6 +22773,7 @@ "pizwallet.com", "pizzazuki.com", "pjvibes.github.io", + "pkbpa.top", "pkpmaq.top", "plaatshierjelink.com", "plague-taiyorobotics.pages.dev", diff --git a/all/top/all.json b/all/top/all.json index beabf6e42..0419e258e 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -253,6 +253,7 @@ "pepedrop.top", "pepetoken.top", "pepeworld.top", + "pkbpa.top", "pkpmaq.top", "plaiv.top", "planet-refi.top", diff --git a/meta/2024-07.json b/meta/2024-07.json index 18eaf4a8e..2f8b2986e 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -3,6 +3,10 @@ "date": "2024-07-23", "url": "mpwao.top" }, + { + "date": "2024-07-23", + "url": "pkbpa.top" + }, { "date": "2024-07-22", "url": "1inshairdrop.xyz" diff --git a/package.json b/package.json index b9953cfbd..25fd1ec19 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.2-13-x", + "version": "0.23.2-14-x", "versions": { - "git": "0.23.2-13-x", + "git": "0.23.2-14-x", "npm": "0.23.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9293224e1..f0c981f0f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.2-13-x", + "version": "0.23.2-14-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 da1fdae27..7ee2efe09 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.2-13-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.2-14-x' };