diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e253eddc3..545f973b6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 464 Jaco Bump deps (#2510) 358 mhusnirizal update all.json (#2419) 348 Frank Update all.json (#2513) - 323 Tim Janssen Update all.json (#2516) + 324 Tim Janssen Update all.json (#2517) 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 b2ee977ae..1cb970441 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "wallet-authenticator-v1.web.app", - "wallet-authenticator-v1.firebaseapp.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -12134,6 +12132,8 @@ "wallet-authenticate-protocol.web.app", "wallet-authenticate.web.app", "wallet-authentication-protocol.web.app", + "wallet-authenticator-v1.firebaseapp.com", + "wallet-authenticator-v1.web.app", "wallet-authenticatordapps.com", "wallet-authorizations.com", "wallet-authorize.org", diff --git a/meta/2022-11.json b/meta/2022-11.json index 110845a27..8b1964423 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-11-03", + "url": "wallet-authenticator-v1.firebaseapp.com" + }, + { + "date": "2022-11-03", + "url": "wallet-authenticator-v1.web.app" + }, { "date": "2022-11-02", "url": "collabs-verifier.netlify.app" diff --git a/package.json b/package.json index faaf9e083..3d43dd151 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-115-x", + "version": "0.18.11-116-x", "versions": { - "git": "0.18.11-115-x", + "git": "0.18.11-116-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 13bce5bb0..3a78ae886 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-115-x", + "version": "0.18.11-116-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1d3baa06e..1a7dbe4a7 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-115-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-116-x' };