diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1e01c0983..1cfebb9e4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 403 Mich Update all.json (#1208) 358 Jaco Adjust merge labels (#1210) - 141 mhusnirizal update all.json (#1207) + 142 mhusnirizal Update all.json (#1211) 77 michalisFr Update all.json (#1036) 56 frankywild Update all.json (#1204) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 692a11e07..4cf69fbe9 100644 --- a/all.json +++ b/all.json @@ -1,8 +1,6 @@ { "allow": [], "deny": [ - "distribution.acalastaking.network", - "walletconnectl.diskstation.eu", "02auth-mtb.myz.info", "0vvvvuniswap.top", "0vvwvuniswap.top", @@ -1517,6 +1515,7 @@ "disapprove-login.com", "discord-nitro-best.com", "diskstation.eu", + "distribution.acalastaking.network", "diversyfundcrypto.com", "dnodeloop.online", "docenrtelond.com", @@ -4781,6 +4780,7 @@ "walletconnectivity.site", "walletconnectivity.space", "walletconnectivity.tech", + "walletconnectl.diskstation.eu", "walletconnectlink.co", "walletconnectlink.net", "walletconnectlive.vip", diff --git a/meta/2022-03.json b/meta/2022-03.json index 55e261788..4392ff27e 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -31,6 +31,10 @@ "date": "2022-03-04", "url": "defivalidators.org" }, + { + "date": "2022-03-04", + "url": "distribution.acalastaking.network" + }, { "date": "2022-03-04", "url": "gcf-online.com" @@ -107,6 +111,10 @@ "date": "2022-03-04", "url": "walletconnecting.co" }, + { + "date": "2022-03-04", + "url": "walletconnectl.diskstation.eu" + }, { "date": "2022-03-04", "url": "walletsconnect.gcf-online.com" diff --git a/package.json b/package.json index 0fd900ec9..81c13e72e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.260", + "version": "0.8.261", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f955d77d8..dfa97c23c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.260", + "version": "0.8.261", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index cd825fefe..ddb598d43 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.260' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.261' };