diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 42480af99..9c92ba5d8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 599 Mich Block three scams spread on twitter (#2708) 478 Jaco 0.18.13 (#2769) + 427 Tim Janssen Update all.json (#2778) 426 Frank Update all.json (#2777) - 426 Tim Janssen Update all.json (#2776) 383 mhusnirizal update all.json (#2773) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 2e94cd29c..f7d90f873 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "walletchainsync.surge.sh", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -13441,6 +13440,7 @@ "walletchains.webflow.io", "walletchainspad.com", "walletchainsync.com", + "walletchainsync.surge.sh", "walletchainvalidation.com", "walletchecker.me", "walletchornet24.com", diff --git a/meta/2023-01.json b/meta/2023-01.json index 39aff8453..90abc11d3 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -187,6 +187,10 @@ "date": "2023-01-09", "url": "wallet-connect12.square.site" }, + { + "date": "2023-01-09", + "url": "walletchainsync.surge.sh" + }, { "date": "2023-01-09", "url": "walletconnect-beta.netlify.app" diff --git a/package.json b/package.json index 47ed2dbe1..4bff40d65 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-7-x", + "version": "0.18.14-8-x", "versions": { - "git": "0.18.14-7-x", + "git": "0.18.14-8-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0156e5e56..78061bf96 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-7-x", + "version": "0.18.14-8-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8c167e5fb..1a64ea09e 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.14-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-8-x' };