diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 29b9b1dea..e658bd805 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) 288 mhusnirizal update all.json (#2019) 209 Frank Update address.json (#2022) - 138 Tim Janssen Update all.json (#2021) + 139 Tim Janssen Update all.json (#2023) 89 michalisFr Added 0 new domains (#2004) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index a7c54248b..8e36bcac9 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "trackvalidate.netlify.app", "0vvwwuniswap.top", "0vwwuniswap.top", "104.168.169.107", @@ -9362,6 +9361,7 @@ "tpoken.im", "tpolkadot.js.org", "tppocketsupport.pro", + "trackvalidate.netlify.app", "trade-mi.com", "trade-uniswap.com", "trade-verified.com", diff --git a/meta/2022-08.json b/meta/2022-08.json index 3fbf1a847..a31d12acd 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -91,6 +91,10 @@ "date": "2022-08-08", "url": "tokendapps.io" }, + { + "date": "2022-08-08", + "url": "trackvalidate.netlify.app" + }, { "date": "2022-08-08", "url": "trustdeep.live" diff --git a/package.json b/package.json index b95a3d281..37eaf00f1 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-11-x", + "version": "0.18.5-12-x", "versions": { - "git": "0.18.5-11-x", + "git": "0.18.5-12-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9233fa143..a0acb41cd 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-11-x", + "version": "0.18.5-12-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d22115a39..312bcf30d 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.5-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-12-x' };