diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 92862cc38..ccc24e4f6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 332 Mich Update all.json (#1015) + 333 Mich Update all.json (#1016) 331 Jaco Adjust/DRY-up JS retrieval process (#1006) 96 mhusnirizal update all.json (#1014) 74 michalisFr Update address.json (#966) diff --git a/all.json b/all.json index 8dcf6ab14..17f3d43ec 100644 --- a/all.json +++ b/all.json @@ -5,8 +5,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "multi-connect.servehttp.com", - "multifaucetconnect.online", "16-b.it", "1776coin.org", "1inch-wallet.org", @@ -1647,6 +1645,7 @@ "moonswaptoken.com", "mozik.medium.com.ru", "mozik.polkastarter.com.es", + "multi-connect.servehttp.com", "multi-dapp.com", "multi-dapp.info", "multi-dappconnect.online", @@ -1673,6 +1672,7 @@ "multidappsconnector.online", "multidappsrectify.online", "multidefiwallet.io", + "multifaucetconnect.online", "multiibridgedapps.com", "multipledapps.com", "multisync.net", diff --git a/meta/2022-01.json b/meta/2022-01.json index 040d0cc0d..7b1ec156b 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -87,6 +87,14 @@ "date": "2022-01-28", "url": "mainnetauthentification.online" }, + { + "date": "2022-01-28", + "url": "multi-connect.servehttp.com" + }, + { + "date": "2022-01-28", + "url": "multifaucetconnect.online" + }, { "date": "2022-01-28", "url": "mydappfix.com" diff --git a/package.json b/package.json index 4a31c996a..6f89c4061 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.90", + "version": "0.8.91", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 40bf1faff..f192bc038 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.90", + "version": "0.8.91", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a58cc3f75..5ff0e40ee 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.90' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.91' };