diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b2c6d1c42..ef7652bb6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -24,6 +24,7 @@ 2 G. Kami Ekbatanifard Add Polkagate extension (#4073) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) + 2 Leemo Update all.json (#4274) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 2 Tarik Gul chore(yarn): update yarn to 4.1.0 (#4268) @@ -39,7 +40,6 @@ 1 hhanson4 Update all.json (#454) 1 impelcrypto added fake astar portal phishing sites (#3250) 1 Kahori Update all.json (#2839) - 1 Leemo Added Nova Wallet (#4077) 1 Mark Crince add site (#174) 1 Martin Myška added bbsync.pages.dev (#3288) 1 Nathan Quarles add "linkupaffix.co" (#866) diff --git a/all/top/all.json b/all/top/all.json index 3dabd695c..9328e9f71 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -174,7 +174,9 @@ "pepedrop.top", "pepetoken.top", "pepeworld.top", + "plaiv.top", "plxclaim.top", + "pnpiwj.top", "polckastartere.top", "polckastartre.top", "poligone-wallet.top", diff --git a/meta/2024-02.json b/meta/2024-02.json index d7745b6e1..227aa37e3 100644 --- a/meta/2024-02.json +++ b/meta/2024-02.json @@ -55,6 +55,14 @@ "date": "2024-02-19", "url": "panel-activator.pages.dev" }, + { + "date": "2024-02-19", + "url": "plaiv.top" + }, + { + "date": "2024-02-19", + "url": "pnpiwj.top" + }, { "date": "2024-02-19", "url": "token-collabland.com" diff --git a/package.json b/package.json index 498ba59bd..682203eef 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-149-x", + "version": "0.22.2-150-x", "versions": { - "git": "0.22.2-149-x", + "git": "0.22.2-150-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e2707ee28..5c7cb8cf6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-149-x", + "version": "0.22.2-150-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 4e5f5ddf3..7dc4d284e 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.2-149-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-150-x' };