diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2ed995b34..b3f7404d2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 574 Mich Update all.json (#1851) 444 Jaco 0.18.4 (Fix 0.18.3 publish) (#2011) - 288 mhusnirizal update all.json (#2019) + 289 mhusnirizal update all.json (#2026) 210 Frank Update all.json (#2024) 140 Tim Janssen Update all.json (#2025) 89 michalisFr Added 0 new domains (#2004) diff --git a/all.json b/all.json index 39eaeddb5..2ff16e28b 100644 --- a/all.json +++ b/all.json @@ -26,9 +26,6 @@ "zapto.org" ], "deny": [ - "solveerror.org", - "wallet-dapp.surge.sh", - "accountresult.site", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -194,6 +191,7 @@ "account-authentication.us", "account-servicesc.com", "account-updatesc.com", + "accountresult.site", "accountsre-validator.com", "accountsresolvecenter.webflow.io", "accountsvalidator.com", @@ -8439,6 +8437,7 @@ "solve-manually.online", "solveddaps.live", "solveencrypt.live", + "solveerror.org", "solvemydapps.org", "solvetech.info", "solvetechdapp.com", @@ -10189,6 +10188,7 @@ "wallet-connectvalidation.com", "wallet-connectx.com", "wallet-control.com", + "wallet-dapp.surge.sh", "wallet-dappauthorization.com", "wallet-dapps.com", "wallet-dapps.live", diff --git a/meta/2022-08.json b/meta/2022-08.json index 362539af9..9af2f008a 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-08-09", + "url": "accountresult.site" + }, { "date": "2022-08-09", "url": "apiworks.live" @@ -19,6 +23,10 @@ "date": "2022-08-09", "url": "set-routerfix.tech" }, + { + "date": "2022-08-09", + "url": "solveerror.org" + }, { "date": "2022-08-09", "url": "swiftszapprotocols.info" @@ -27,6 +35,10 @@ "date": "2022-08-09", "url": "sync-rectify.co" }, + { + "date": "2022-08-09", + "url": "wallet-dapp.surge.sh" + }, { "date": "2022-08-08", "url": "classicfixprotocol.online" diff --git a/package.json b/package.json index dacb59bf5..b92100c9d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.5-14-x", + "version": "0.18.5-15-x", "versions": { - "git": "0.18.5-14-x", + "git": "0.18.5-15-x", "npm": "0.18.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 70e60dec7..3bb24690e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.5-14-x", + "version": "0.18.5-15-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 e7503bd1b..a4b598902 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-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.5-15-x' };