diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ddd30dcfc..41faaea05 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 574 Mich Update all.json (#1851) 427 Jaco Allow surge.sh as a top-level domain (#1901) 264 mhusnirizal update all.json (#1906) - 186 Frank Update all.json (#1888) + 187 Frank Update all.json (#1910) 102 thwjanssen89 Update all.json (#1909) 84 michalisFr Update all.json from Allure Security findings (#1879) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index d03c9417f..71669d318 100644 --- a/all.json +++ b/all.json @@ -32,9 +32,6 @@ "123-informatica.com", "12345678987654321.link", "16-b.it", - "claimnft.online", - "trucify-crypto.com", - "wallets-connect.co", "162.222.226.37", "1776coin.org", "1chaincrypto.com", @@ -1156,6 +1153,7 @@ "claimbeanz.live", "claimcollab.land", "claimnft.live", + "claimnft.online", "claimpolka.com", "claimpolka.live", "claimpolkadot.com", @@ -9075,6 +9073,7 @@ "troublesysdapp.live", "trsutwallet.com", "truaidcon.online", + "trucify-crypto.com", "true-daps.com", "trueconnectbase.com", "truevalidates.live", @@ -10537,6 +10536,7 @@ "wallets-check.com", "wallets-collab.land", "wallets-connect.app", + "wallets-connect.co", "wallets-connect.herokuapp.com", "wallets-connect.icu", "wallets-connect.info", diff --git a/meta/2022-07.json b/meta/2022-07.json index 68292141e..874ed5266 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -11,6 +11,10 @@ "date": "2022-07-25", "url": "chainsupportextension.net" }, + { + "date": "2022-07-25", + "url": "claimnft.online" + }, { "date": "2022-07-25", "url": "coinpursewallet.com" @@ -59,6 +63,14 @@ "date": "2022-07-25", "url": "systematicprotocol.com" }, + { + "date": "2022-07-25", + "url": "trucify-crypto.com" + }, + { + "date": "2022-07-25", + "url": "wallets-connect.co" + }, { "date": "2022-07-24", "url": "accessliveprotocol.live" diff --git a/package.json b/package.json index 51f6ee78e..d1cc3ce35 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.2-31-x", + "version": "0.18.2-32-x", "versions": { - "git": "0.18.2-31-x", + "git": "0.18.2-32-x", "npm": "0.18.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a7d44038d..1d0d96ae2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.2-31-x", + "version": "0.18.2-32-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 21aeedccd..19deaca19 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.18.2-31-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.2-32-x' };