diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 05cf808b9..c265d2248 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 448 Jaco Additional 2x (#2065) 300 mhusnirizal update all.json (#2079) 222 Frank Update all.json (#2072) - 158 Tim Janssen Update all.json (#2080) + 159 Tim Janssen Update all.json (#2083) 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 8b50f008b..94ef25174 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "wallet.connectsync.live", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -10486,6 +10485,7 @@ "wallet-walletconnect.com", "wallet-websync.com", "wallet-zhcn.com", + "wallet.connectsync.live", "wallet.rent", "wallet.samirtomb.com", "walletaccess.surge.sh", diff --git a/meta/2022-08.json b/meta/2022-08.json index 2a2095c26..97044b31f 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -79,6 +79,10 @@ "date": "2022-08-17", "url": "revalidatedapps.com" }, + { + "date": "2022-08-17", + "url": "wallet.connectsync.live" + }, { "date": "2022-08-17", "url": "web.multivault.site" diff --git a/package.json b/package.json index 88264ac61..8bbc72b30 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.6-18-x", + "version": "0.18.6-19-x", "versions": { - "git": "0.18.6-18-x", + "git": "0.18.6-19-x", "npm": "0.18.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 29a36e959..88d7231be 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.6-18-x", + "version": "0.18.6-19-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 d3044cb04..12cc8f015 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.6-18-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.6-19-x' };