diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7e4283acc..60314413d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 340 Mich Update all.json (#1028) 332 Jaco Bump deps (#1029) 98 mhusnirizal update all.json (#1026) - 74 michalisFr Update address.json (#966) + 75 michalisFr Update all.json (#1030) 30 frankywild Update all.json (#1017) 25 Bill Laboon seed stealer site (#977) 9 Dan Shields add multipe reported scams (#297) diff --git a/all.json b/all.json index 8e548169f..82f526e96 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "dotdrop2x.com", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1002,6 +1001,7 @@ "dot4.top", "dotairdrop.co", "dotceo.net", + "dotdrop2x.com", "dotevent.io", "dotevent.live", "dotevent.org", diff --git a/meta/2022-02.json b/meta/2022-02.json new file mode 100644 index 000000000..a40425822 --- /dev/null +++ b/meta/2022-02.json @@ -0,0 +1,6 @@ +[ + { + "date": "2022-02-01", + "url": "dotdrop2x.com" + } +] diff --git a/meta/index.json b/meta/index.json index 351a17cf8..2c6816d98 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2022-02", "2022-01", "2021-12", "2021-11", diff --git a/package.json b/package.json index 99ec5f21d..20b8b4e52 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.101", + "version": "0.8.102", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ffa06f049..a1c83d448 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.101", + "version": "0.8.102", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d101f6898..513ff828a 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.8.101' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.102' };