diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c7aa3950d..a3454f3c5 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) - 136 mhusnirizal update all.json (#1196) + 137 mhusnirizal update all.json (#1200) 77 michalisFr Update all.json (#1036) 54 frankywild Update all.json (#1187) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 094679a33..2885ba3a1 100644 --- a/all.json +++ b/all.json @@ -1,10 +1,6 @@ { "allow": [], "deny": [ - "mymainnetactivation.com", - "securedweb3wallet.com", - "deoxanaut.com", - "decentralizedchain.co", "02auth-mtb.myz.info", "0vvvvuniswap.top", "0vvwvuniswap.top", @@ -1408,6 +1404,7 @@ "decentralized-chains.com", "decentralized-connect.com", "decentralized-dapps.info", + "decentralizedchain.co", "decentralizedconnect.co", "decentralizedcryptotoken.com", "decentralizedintegration.com", @@ -2602,6 +2599,7 @@ "myetherwallet.us", "mykeplrapp.site", "mylivewalletsync.com", + "mymainnetactivation.com", "mymainnetconnect.com", "mymedicalwishwallet.com", "mymetamask-onlinesecure.185-81-114-144.plesk.page", diff --git a/meta/2022-03.json b/meta/2022-03.json index 1e90dd3d7..9f13efbb7 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -75,6 +75,10 @@ "date": "2022-03-03", "url": "dappwctsoftconnect.com" }, + { + "date": "2022-03-03", + "url": "decentralizedchain.co" + }, { "date": "2022-03-03", "url": "deoxanaut.com" @@ -99,6 +103,10 @@ "date": "2022-03-03", "url": "mycelowallet.app" }, + { + "date": "2022-03-03", + "url": "mymainnetactivation.com" + }, { "date": "2022-03-03", "url": "mywalletsecure.site" diff --git a/package.json b/package.json index 1c739bf96..a5514cab6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.249", + "version": "0.8.250", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f930a39cd..3f01c1241 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.249", + "version": "0.8.250", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 27a961fc6..f4a7ed69e 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.249' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.250' };