diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8893671d4..20c435cbb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 377 Mich Update all.json (#1121) 343 Jaco Add test for allowed top-level domains (#1120) - 116 mhusnirizal update all.json (#1112) + 117 mhusnirizal update all.json (#1125) 77 michalisFr Update all.json (#1036) 43 frankywild Update all.json (#1123) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index ab3ca8bd0..d91758b8e 100644 --- a/all.json +++ b/all.json @@ -1,10 +1,6 @@ { "allow": [], "deny": [ - "walletvalidation-support.cc", - "wcacoinswap.com", - "accessactivation.live", - "easydappsfix.com", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -67,6 +63,7 @@ "acapolkadot.js.org", "acceounts-binarnce.com", "access-bank-new-year-offer.topp-offer.online", + "accessactivation.live", "accesscodesverification.com", "accesslogin-pancakeswap.ml", "account-authentication.us", @@ -1331,6 +1328,7 @@ "e-walletconnect.online", "e-walletconnects.live", "easy-protocol.com", + "easydappsfix.com", "easydappsync.com", "easyswapwallet.com", "easysynchconnect.com", @@ -4599,6 +4597,7 @@ "walletvalidate-sync.com", "walletvalidatefix.com", "walletvalidatelive.com", + "walletvalidation-support.cc", "walletvalidation.info", "walletvalidation.link", "walletvalidationonline.net", @@ -4642,6 +4641,7 @@ "wbsbinan.com", "wc-sync.com", "wc2dapaffix.com", + "wcacoinswap.com", "wcapsaffixsync.com", "wcdapsaffixswa.com", "wclivedapafix.com", diff --git a/meta/2022-02.json b/meta/2022-02.json index 7043124a0..9923b0c39 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -1,4 +1,20 @@ [ + { + "date": "2022-02-18", + "url": "accessactivation.live" + }, + { + "date": "2022-02-18", + "url": "easydappsfix.com" + }, + { + "date": "2022-02-18", + "url": "walletvalidation-support.cc" + }, + { + "date": "2022-02-18", + "url": "wcacoinswap.com" + }, { "date": "2022-02-17", "url": "2ethereum.website" diff --git a/package.json b/package.json index 0542a859a..1822e5f56 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.183", + "version": "0.8.184", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7913fb141..58060e185 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.183", + "version": "0.8.184", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 961c98ee8..5098f03b9 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.183' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.184' };