diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3b91a2809..c5ccdd42e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 336 Mich Update all.json (#1021) + 337 Mich Update all.json (#1022) 331 Jaco Adjust/DRY-up JS retrieval process (#1006) 97 mhusnirizal update all.json (#1018) 74 michalisFr Update address.json (#966) diff --git a/all.json b/all.json index 0b7b5e0aa..ea2245695 100644 --- a/all.json +++ b/all.json @@ -5,9 +5,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "initialisation.000webhostapp.com", - "multibridge-chain.tools", - "manualdappsync.com", "16-b.it", "1776coin.org", "1inch-wallet.org", @@ -1230,6 +1227,7 @@ "improvewalletchains.com", "indexapps.one", "ingreenwetrust.blog", + "initialisation.000webhostapp.com", "initialize-dapps.com", "initializedapps.site", "inj-airdrops.com", @@ -1402,6 +1400,7 @@ "mainzaffix.com", "manualconnect.com", "manualcoonectsysnode.com", + "manualdappsync.com", "manualsync.com", "manualsync.live", "manualwalletinterface.com", @@ -1678,6 +1677,7 @@ "multi-digitalapps.com", "multi-prodapps.com", "multibotconnector.co", + "multibridge-chain.tools", "multibridge-dapp.tech", "multibridge.tools", "multibridgedapp.com", diff --git a/meta/2022-01.json b/meta/2022-01.json index fd360877f..80dff1da0 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -27,6 +27,14 @@ "date": "2022-01-29", "url": "defisync.online" }, + { + "date": "2022-01-29", + "url": "initialisation.000webhostapp.com" + }, + { + "date": "2022-01-29", + "url": "manualdappsync.com" + }, { "date": "2022-01-29", "url": "metamask.netilify.app" @@ -35,6 +43,10 @@ "date": "2022-01-29", "url": "moonbeamstaking.com" }, + { + "date": "2022-01-29", + "url": "multibridge-chain.tools" + }, { "date": "2022-01-29", "url": "mymetamask-support.com" diff --git a/package.json b/package.json index 71334dca2..1a688ca77 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.96", + "version": "0.8.97", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f280402e0..0394d6a19 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.96", + "version": "0.8.97", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 165ec3e39..f218a83e7 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.96' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.97' };