diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7465cb8d2..f3bed25d5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 423 Mich Update all.json (#1272) 366 Jaco 0.9.1 (#1264) - 159 mhusnirizal update all.json (#1270) + 160 mhusnirizal update all.json (#1273) 77 michalisFr Update all.json (#1036) 69 frankywild Update all.json (#1267) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 302f0e13c..9737e3596 100644 --- a/all.json +++ b/all.json @@ -1,10 +1,6 @@ { "allow": [], "deny": [ - "ip-net.org", - "cloud-walletconnect.com", - "chainpermit.org", - "chainpermit.top", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -479,6 +475,8 @@ "chainnode-syncs.online", "chainpacker.com", "chainpermip.top", + "chainpermit.org", + "chainpermit.top", "chainprotocol.tools", "chainscansystem.com", "chainsconnectors.com", @@ -513,6 +511,7 @@ "claimpolkadot.org", "clienta.pages.dev", "clientupdate-metamask.185-117-91-222.plesk.page", + "cloud-walletconnect.com", "cloud.appsvalidation.com", "cloud.mainnethost.com", "cloudcryptoresolver.com", @@ -2111,6 +2110,7 @@ "io-or.ru", "io-rr.ru", "io-wallet.me", + "ip-net.org", "iq-bitcointrade.com", "isecuredapps.net", "isecuredappsbrowser.net", diff --git a/meta/2022-03.json b/meta/2022-03.json index 8d3ecf0e7..abbbafc35 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -1,4 +1,16 @@ [ + { + "date": "2022-03-14", + "url": "chainpermit.org" + }, + { + "date": "2022-03-14", + "url": "chainpermit.top" + }, + { + "date": "2022-03-14", + "url": "cloud-walletconnect.com" + }, { "date": "2022-03-14", "url": "crypto-safeauth.com" @@ -7,6 +19,10 @@ "date": "2022-03-14", "url": "definodesmodule.com" }, + { + "date": "2022-03-14", + "url": "ip-net.org" + }, { "date": "2022-03-14", "url": "loopfixchains.site" diff --git a/package.json b/package.json index 48e42499f..c2b29af60 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.8", + "version": "0.9.9", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9fa9c665e..0a3cba5d4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.8", + "version": "0.9.9", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1d367c288..ab38b3310 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.9.8' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.9' };