diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b8cc2f9d5..37a9f4a9b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 396 Mich Update all.json (#1183) 353 Jaco Adjust approve workflow (#1181) - 130 mhusnirizal update all.json (#1176) + 131 mhusnirizal update all.json (#1184) 77 michalisFr Update all.json (#1036) 52 frankywild Update all.json (#1182) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 4f013a118..bb14739d6 100644 --- a/all.json +++ b/all.json @@ -1,9 +1,6 @@ { "allow": [], "deny": [ - "uservalidationdapp.info", - "mainnet-polkadot.network", - "safepocket.live", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2026,6 +2023,7 @@ "mainnet-connectivity.com", "mainnet-dappsconnect.com", "mainnet-dappsconnect.org", + "mainnet-polkadot.network", "mainnet-secure.live", "mainnet-support.com", "mainnet-support.online", @@ -3523,6 +3521,7 @@ "safemoonswapconect.com", "safemoonv2migration.org", "safenft-sync.com", + "safepocket.live", "safetrustwallet.online", "safetynetworkauth.live", "sahndbox.com", @@ -4248,6 +4247,7 @@ "useauth.buzz", "useauth.net", "user-revalidation.info", + "uservalidationdapp.info", "usmetamaskl0gin.webflow.io", "uyjm9i.com", "v1exchange.pancakeswap.tools", diff --git a/meta/2022-02.json b/meta/2022-02.json index 96b3cf940..07ccfca83 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -23,6 +23,10 @@ "date": "2022-02-28", "url": "interdapps.tech" }, + { + "date": "2022-02-28", + "url": "mainnet-polkadot.network" + }, { "date": "2022-02-28", "url": "metamaske.icu" @@ -51,6 +55,14 @@ "date": "2022-02-28", "url": "plf3108.com" }, + { + "date": "2022-02-28", + "url": "safepocket.live" + }, + { + "date": "2022-02-28", + "url": "uservalidationdapp.info" + }, { "date": "2022-02-28", "url": "validatesyncwalletorg.com" diff --git a/package.json b/package.json index 7837a9a67..39ff0f5aa 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.233", + "version": "0.8.234", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b69f6095b..eb12f865a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.233", + "version": "0.8.234", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8ee4f0bfb..c33bb7aff 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.233' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.234' };