diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0fe356345..bdcb9cd2a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 401 Mich Update all.json (#1199) 356 Jaco Remove checkout from auto-{approve, merge} actions (#1197) - 137 mhusnirizal update all.json (#1200) + 138 mhusnirizal update all.json (#1202) 77 michalisFr Update all.json (#1036) 55 frankywild Update all.json (#1201) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 4fa68ed0e..f25c992f4 100644 --- a/all.json +++ b/all.json @@ -1,11 +1,6 @@ { "allow": [], "deny": [ - "equityzenchainlink.com", - "encryptwalletbsc.online", - "collabsyncwallet.com", - "launchmainnet-sync.com", - "cidappwa.org", "02auth-mtb.myz.info", "0vvvvuniswap.top", "0vvwvuniswap.top", @@ -459,6 +454,7 @@ "checkdapp.online", "childsupporttoken.net", "cidappsweb.com", + "cidappwa.org", "cititoken.io", "claim-airdrop-bep20-tokens.com", "claim-reward-erc20-token.com", @@ -1598,6 +1594,7 @@ "encryptwalletbsc.online", "eosuniswap.org", "epolkadot.com", + "equityzenchainlink.com", "erc-20-airdrop-rewards.site", "erc20balance.com", "erc20rescue.tools", diff --git a/meta/2022-03.json b/meta/2022-03.json index 085c7e4f0..30c601974 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -43,6 +43,10 @@ "date": "2022-03-03", "url": "cidappsweb.com" }, + { + "date": "2022-03-03", + "url": "cidappwa.org" + }, { "date": "2022-03-03", "url": "collabsyncwallet.com" @@ -99,6 +103,10 @@ "date": "2022-03-03", "url": "encryptwalletbsc.online" }, + { + "date": "2022-03-03", + "url": "equityzenchainlink.com" + }, { "date": "2022-03-03", "url": "fix-blockchain.com" diff --git a/package.json b/package.json index e9a16fb95..93fcd1cb9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.251", + "version": "0.8.252", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fa2e94b3a..189bc8860 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.251", + "version": "0.8.252", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8898f981e..898def0ba 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.251' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.252' };