diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f82c5e454..9f9f79deb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -12,8 +12,8 @@ 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) + 4 Abdulaziz Kamil Update all.json (#2921) 4 NYMETVA Update all.json (#147) - 3 Abdulaziz Kamil Update all.json (#2919) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) 2 JuanCDe Update all.json (#2902) diff --git a/all.json b/all.json index 0a2e1f01a..7d96de0d5 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "bitcoinx.ltd", - "coincash-exchange.com", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -1231,6 +1229,7 @@ "bitcoinonline.link", "bitcoinsupport.info", "bitcoinsupreme.net", + "bitcoinx.ltd", "bitconnect.xfiniitycare.online", "bitconnecthub.com", "bitcountry.org", @@ -1950,6 +1949,7 @@ "coinbasewallets.com", "coinbasewalletsecure.com", "coinbebit.com", + "coincash-exchange.com", "coincellerpro.site", "coincirlcle.com", "coincoiremigratev1tov2.xyz", diff --git a/all/com/all.json b/all/com/all.json index 65a7afdb4..f2b1e5b43 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -794,6 +794,7 @@ "coinbasewallets.com", "coinbasewalletsecure.com", "coinbebit.com", + "coincash-exchange.com", "coincirlcle.com", "coinconnectpro.com", "coindap-navigation.com", diff --git a/all/ltd/all.json b/all/ltd/all.json index a643170ec..bb53032a0 100644 --- a/all/ltd/all.json +++ b/all/ltd/all.json @@ -1,5 +1,6 @@ [ "astracryptoinvestment.ltd", + "bitcoinx.ltd", "digitalcoinasset.ltd", "financial-trading.ltd", "fixedfloat.ltd", diff --git a/meta/2023-02.json b/meta/2023-02.json index 44a2826a8..977af44f7 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-02-08", + "url": "bitcoinx.ltd" + }, { "date": "2023-02-08", "url": "block-nodes.site" @@ -11,6 +15,10 @@ "date": "2023-02-08", "url": "blocknodes.site" }, + { + "date": "2023-02-08", + "url": "coincash-exchange.com" + }, { "date": "2023-02-08", "url": "decent-mainnet.com" diff --git a/package.json b/package.json index 5e596374b..18e32c34c 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-38-x", + "version": "0.19.2-39-x", "versions": { - "git": "0.19.2-38-x", + "git": "0.19.2-39-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6318279b6..1ab631585 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-38-x", + "version": "0.19.2-39-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 c2c8417da..0c5ad2486 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-38-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-39-x' };