diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 123c43911..2420eee23 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 487 Jaco 0.19.1 (#2875) 464 Tim Janssen Update all.json (#2882) 460 Frank Update all.json (#2880) - 395 mhusnirizal update all.json (#2866) + 396 mhusnirizal update all.json (#2883) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 18 alineherzman Update address.json (#2864) diff --git a/all.json b/all.json index 66bd30b63..3a0072be0 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ "zapto.org" ], "deny": [ - "bakeryswap.live", - "regainaccess-to-dashboard.top", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1061,6 +1059,7 @@ "badapplesiphonerepair.com", "bahamaslandnftmint.com", "baiancer.fi", + "bakeryswap.live", "bakeryswaper.com", "bakeryswaps.com", "balancer-fi.link", @@ -10435,6 +10434,7 @@ "refund-coinbase.com", "refund-othersidemeta.xyz", "refund.mutanthapeprime.io", + "regainaccess-to-dashboard.top", "registrybridge.com", "registryconnector.com", "reinstatewallet.com", diff --git a/all/live/all.json b/all/live/all.json index a67364c6f..233f90588 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -67,6 +67,7 @@ "azukiclaim.live", "babydogeswap.live", "backendreactiveqr.live", + "bakeryswap.live", "bestbridge.live", "beta-defi.live", "beverlyintegrate.live", diff --git a/all/top/all.json b/all/top/all.json index e17a8f19c..eb660d233 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -63,6 +63,7 @@ "protronx.top", "rectifycavity.top", "rectivaxdapp.top", + "regainaccess-to-dashboard.top", "resolveissuse.top", "smartcointech.top", "smartcointechsauth.top", diff --git a/meta/2023-01.json b/meta/2023-01.json index 67d61d0b6..321715baf 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -1,8 +1,16 @@ [ + { + "date": "2023-01-31", + "url": "bakeryswap.live" + }, { "date": "2023-01-31", "url": "dapps-connect.herokuapp.com" }, + { + "date": "2023-01-31", + "url": "regainaccess-to-dashboard.top" + }, { "date": "2023-01-31", "url": "zaboevm.xyz" diff --git a/package.json b/package.json index 0748a282a..b8dfe7ebc 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-7-x", + "version": "0.19.2-8-x", "versions": { - "git": "0.19.2-7-x", + "git": "0.19.2-8-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 04947fedf..cf3b618e3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-7-x", + "version": "0.19.2-8-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8c0022db7..125456d25 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.19.2-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-8-x' };