From 57293da148a0a3847668abede9354974927238d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:18:57 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.11-105-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-10.json | 4 ++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c7f48cca2..23e9501f0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,8 +6,8 @@ 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) + 9 alineherzman Update all.json (#2507) 9 Dan Shields add multipe reported scams (#297) - 8 alineherzman Update all.json (#2373) 8 grizzly375 Update all.json (#575) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) diff --git a/all.json b/all.json index 4a44ea19f..ba873efe9 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "biteth.io", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1062,6 +1061,7 @@ "bitcryptowallets.com", "bitdsppconn.info", "bitemanix.com", + "biteth.io", "bitex-fxtrading.com", "bitexcoin.pro", "bitfarmstore.com", diff --git a/meta/2022-10.json b/meta/2022-10.json index 5ae414e8c..edea2cec9 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-10-31", + "url": "biteth.io" + }, { "date": "2022-10-31", "url": "dapp-brdg.firebaseapp.com" diff --git a/package.json b/package.json index 5661229e7..10b62dd28 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-104-x", + "version": "0.18.11-105-x", "versions": { - "git": "0.18.11-104-x", + "git": "0.18.11-105-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 77d3b5256..0310edf0f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-104-x", + "version": "0.18.11-105-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 42bb39d52..3c37b3f65 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.11-104-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-105-x' };