diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4ba290432..39c126559 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 436 Mich Update all.json (#1303) 370 Jaco Swap to using tabs in json (#1304) - 172 mhusnirizal update all.json (#1310) + 173 mhusnirizal update all.json (#1311) 77 michalisFr Update all.json (#1036) 74 frankywild Update all.json (#1296) 27 Bill Laboon Fake polkadot site (#1298) diff --git a/all.json b/all.json index 4a7863bd4..9ce02c5d0 100644 --- a/all.json +++ b/all.json @@ -1,8 +1,6 @@ { "allow": [], "deny": [ - "apinodeverification.com", - "bestoffertokn.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -164,6 +162,7 @@ "api-pancakeswap.com", "apiauthenticate-sync.com", "apinodevalidation.com", + "apinodeverification.com", "apisconnect.online", "apivalidate.com", "app-meta-mask-live.com", @@ -335,6 +334,7 @@ "beets-fi.com", "bestcryptofxtrading.com", "bestcryptowallet.info", + "bestoffertokn.online", "bestofferupdefi.online", "beta-appchains.org", "beta-chainwallet.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index db0ba14eb..33173af88 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -3,10 +3,18 @@ "date": "2022-03-20", "url": "allbestwalletupdates.one" }, + { + "date": "2022-03-20", + "url": "apinodeverification.com" + }, { "date": "2022-03-20", "url": "app.dappfixedconnect.net" }, + { + "date": "2022-03-20", + "url": "bestoffertokn.online" + }, { "date": "2022-03-20", "url": "connectallcrypto.co.uk" diff --git a/package.json b/package.json index 1e8efcb0c..93240b11a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.7", + "version": "0.10.8", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2fe8ef87e..231a3a901 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.7", + "version": "0.10.8", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a7c0dfc7e..8f3748ae6 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.10.7' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.8' };