diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0936d919f..5fa5c4375 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 582 Mich add two fake airdrops (#2457) + 583 Mich Update all.json (#2464) 463 Jaco 0.18.10 (#2382) 358 mhusnirizal update all.json (#2419) 329 Frank Update all.json (#2459) diff --git a/all.json b/all.json index 7234ba308..066e84b6a 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dappsreauthenticator.web.app", - "metamask-wallet-sync-103444.square.site", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -3419,6 +3417,7 @@ "dappsratifyserverlink.com", "dappsreapprove.com", "dappsreapprove.xyz", + "dappsreauthenticator.web.app", "dappsreauthonliine.com", "dappsreconfigure.com", "dappsreconfigure.org", @@ -6455,6 +6454,7 @@ "metamask-verifyprocess.net", "metamask-verifyprotocol.net", "metamask-wallet-security.com", + "metamask-wallet-sync-103444.square.site", "metamask-wallet-verification.com", "metamask-wallet.cn", "metamask-wallet.serveftp.com", diff --git a/meta/2022-10.json b/meta/2022-10.json index 00dced657..373ca7fb4 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-10-24", + "url": "dappsreauthenticator.web.app" + }, + { + "date": "2022-10-24", + "url": "metamask-wallet-sync-103444.square.site" + }, { "date": "2022-10-24", "url": "wallet-seedify.duckdns.org" diff --git a/package.json b/package.json index 00dfd889c..40ea89097 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-70-x", + "version": "0.18.11-71-x", "versions": { - "git": "0.18.11-70-x", + "git": "0.18.11-71-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a2cbaddc9..417d31528 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-70-x", + "version": "0.18.11-71-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 1e3433c97..30c15616d 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-70-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-71-x' };