diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5ea248cff..a7c60559f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 479 Jaco Bump polkadot-js deps (#2832) 446 Frank Update all.json (#2829) 446 Tim Janssen Update all.json (#2828) - 391 mhusnirizal update all.json (#2820) + 392 mhusnirizal update all.json (#2831) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 14 alineherzman Update all.json (#2784) diff --git a/all.json b/all.json index 0ffee4e13..8b489ff79 100644 --- a/all.json +++ b/all.json @@ -28,9 +28,6 @@ "zapto.org" ], "deny": [ - "mathsync.network", - "v2.mathsync.network", - "fearlessweb.app", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -5303,6 +5300,7 @@ "fearlesswallet-desktop.io", "fearlesswallet.app", "fearlesswalletdesktop.io", + "fearlessweb.app", "ferrum-network.site", "festive-knuth-9ba589.netlify.app", "fex-walletsec.com", @@ -7143,6 +7141,7 @@ "matemask.tel", "math-web-wallet.com", "mathsfix.live", + "mathsync.network", "mathsynchronizer.live", "mathwalletconnect.com", "matic-wallet.com", diff --git a/meta/2023-01.json b/meta/2023-01.json index 7ef71bd59..829f293db 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -87,6 +87,10 @@ "date": "2023-01-20", "url": "erctools.com" }, + { + "date": "2023-01-20", + "url": "fearlessweb.app" + }, { "date": "2023-01-20", "url": "fixdappconnect.org" @@ -107,6 +111,10 @@ "date": "2023-01-20", "url": "itsmsn.github.io" }, + { + "date": "2023-01-20", + "url": "mathsync.network" + }, { "date": "2023-01-20", "url": "mint-syncextension.netlify.app" @@ -175,6 +183,10 @@ "date": "2023-01-20", "url": "traxmac.com" }, + { + "date": "2023-01-20", + "url": "v2.mathsync.network" + }, { "date": "2023-01-20", "url": "vallidateassets.online" diff --git a/package.json b/package.json index 22514cd9b..25a268228 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-58-x", + "version": "0.18.14-59-x", "versions": { - "git": "0.18.14-58-x", + "git": "0.18.14-59-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e345931ae..fb17fee5e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-58-x", + "version": "0.18.14-59-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 6eb5c82f6..17794931f 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-58-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-59-x' };