diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a3aa3ce50..a025e356c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 597 Mich block 27 scams, all on the same hosting (#2678) 474 Jaco Bump deps (w/ deprecation warnings) (#2689) - 397 Tim Janssen Update all.json (#2690) + 398 Tim Janssen Update all.json (#2691) 394 Frank Update all.json (#2688) 374 mhusnirizal update all.json (#2686) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 5aad38ffc..6fbf9827d 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "subwallet.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -10730,6 +10729,7 @@ "substantiateerrorlog.com", "substrate.mobi", "subulussalamkota.desa.id", + "subwallet.online", "suguniport.org.ng", "suit-trazorr.io", "summertrades.com", diff --git a/meta/2022-12.json b/meta/2022-12.json index c49500889..daa6f3576 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -35,6 +35,10 @@ "date": "2022-12-14", "url": "node-main.live" }, + { + "date": "2022-12-14", + "url": "subwallet.online" + }, { "date": "2022-12-14", "url": "w.affixsswitch.live" diff --git a/package.json b/package.json index bef6265c5..f95f49539 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-41-x", + "version": "0.18.13-42-x", "versions": { - "git": "0.18.13-41-x", + "git": "0.18.13-42-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3baf08812..0bceaab60 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-41-x", + "version": "0.18.13-42-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f5fdd8b87..3a7d4eb17 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.13-41-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-42-x' };