diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e20ad8d7e..48cc4844f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 331 Jaco Adjust/DRY-up JS retrieval process (#1006) 331 Mich Update all.json (#1010) - 94 mhusnirizal update all.json (#1009) + 95 mhusnirizal update all.json (#1012) 74 michalisFr Update address.json (#966) 28 frankywild Update all.json (#1004) 25 Bill Laboon seed stealer site (#977) diff --git a/all.json b/all.json index 2044e190a..25f371b1b 100644 --- a/all.json +++ b/all.json @@ -1,10 +1,6 @@ { "allow": [], "deny": [ - "blockchain-fix.net", - "blockchain-fix.org", - "blockchain-bugsrefix.io", - "fixmultichain.com", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -208,7 +204,10 @@ "blocfchain.com", "block2node.live", "blockch-secure.center", + "blockchain-bugsrefix.io", "blockchain-consulting.tokenminds.xyz", + "blockchain-fix.net", + "blockchain-fix.org", "blockchain-nodes.net", "blockchain-token-visualization.com", "blockchain-validator.com", @@ -1069,6 +1068,7 @@ "fixdappsync.com", "fixedcoinwallets.com", "fixlivewallet.com", + "fixmultichain.com", "fixnodes.online", "fixsdefi.com", "fixtoksuptodate.live", diff --git a/meta/2022-01.json b/meta/2022-01.json index c70459f67..a4ebbfeba 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -1,4 +1,16 @@ [ + { + "date": "2022-01-27", + "url": "blockchain-bugsrefix.io" + }, + { + "date": "2022-01-27", + "url": "blockchain-fix.net" + }, + { + "date": "2022-01-27", + "url": "blockchain-fix.org" + }, { "date": "2022-01-27", "url": "dapps-support.info" @@ -19,6 +31,10 @@ "date": "2022-01-27", "url": "dapspprotocol.com" }, + { + "date": "2022-01-27", + "url": "fixmultichain.com" + }, { "date": "2022-01-27", "url": "supportdapps.com" diff --git a/package.json b/package.json index 6116066be..583ad3842 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.86", + "version": "0.8.87", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7bb1435e0..d57035338 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.86", + "version": "0.8.87", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2fad29683..c93a6c968 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.86' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.87' };