diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5bc9cd3bd..4f2cea70e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 463 Jaco 0.18.10 (#2382) 355 mhusnirizal update all.json (#2400) 305 Frank Update all.json (#2404) - 279 Tim Janssen Update all.json (#2406) + 280 Tim Janssen Update all.json (#2407) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index c05880817..9ee11a19b 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "validatewalls.xyz", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -11464,6 +11463,7 @@ "validatewallets.net", "validatewallets.webflow.io", "validatewalletserror.com", + "validatewalls.xyz", "validateweb.org", "validateyourwallet.com", "validatiionsupport.com", diff --git a/meta/2022-10.json b/meta/2022-10.json index f4548b39f..da612e49f 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-10-12", + "url": "validatewalls.xyz" + }, { "date": "2022-10-12", "url": "walletsconnectsyncs.firebaseapp.com" diff --git a/package.json b/package.json index a1f63f0c3..952b59ef6 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-22-x", + "version": "0.18.11-23-x", "versions": { - "git": "0.18.11-22-x", + "git": "0.18.11-23-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d15f4bbed..93a9ec3a5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-22-x", + "version": "0.18.11-23-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 861aec167..1e8aab15f 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.11-22-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-23-x' };