diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 950edfa0f..12657c0b6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 578 Mich Update all.json (#2287) 461 Jaco Remove invalid firebaseapp listing (#2316) - 339 mhusnirizal update all.json (#2332) + 340 mhusnirizal update all.json (#2333) 283 Frank Update all.json (#2331) 253 Tim Janssen Update all.json (#2328) 95 michalisFr Update all.json from Allure Security findings (#2322) @@ -8,10 +8,10 @@ 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) + 6 alineherzman Update address.json (#2335) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 6 Idi Eradiri another scam (#1739) - 5 alineherzman Update all.json (#2297) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) diff --git a/address.json b/address.json index e0803da89..6b7f026e5 100644 --- a/address.json +++ b/address.json @@ -2,9 +2,6 @@ "3xpool.bid": [ "155dDX3rWoNsY4aiJFbsu6wLB91c2J2Ws5BgMfJKyM1eGnkS" ], - "crypto-delo.ru": [ - "1YHDevCkjexa3A6QCyEo2T6rcJFViWWt9Jh7ygEwyLgbYhu" - ], "airdropcampaign-polkadot.network": [ "14FscqFT8S8W8emC5294cEpDctgAucJW7C99mpxS4cucpHoA" ], @@ -37,6 +34,9 @@ "15hXAH4wYrCKz3R2MVRTaY3y8yqMePHova2KCwvQGd2shLDz", "1og4JNPFhfBYTyb3d9s1wUpbUfpjdKxj45UWTR7G2MGxbSs" ], + "crypto-delo.ru": [ + "1YHDevCkjexa3A6QCyEo2T6rcJFViWWt9Jh7ygEwyLgbYhu" + ], "crypto-magnat.org": [ "13YS1eHSV6f55GppnPRJZVoKPQ2TpAhUyhey1TPE6tE8yKHJ" ], diff --git a/all.json b/all.json index 72a1a2837..c43939284 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ "zapto.org" ], "deny": [ - "walletconect.top", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2288,6 +2287,7 @@ "crypto-connect.live", "crypto-connect.uk", "crypto-defiwallet.org", + "crypto-delo.ru", "crypto-fastmoney.org", "crypto-grantltd.com", "crypto-grantltd.net", @@ -11762,6 +11762,7 @@ "walletconect.net", "walletconect.ru", "walletconect.site", + "walletconect.top", "walletconectbot.com", "walletconectrecovery.com", "walletconectrestore.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index c4e5bddc7..5fe04d13e 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -15,6 +15,10 @@ "date": "2022-09-28", "url": "contractextension.best" }, + { + "date": "2022-09-28", + "url": "crypto-delo.ru" + }, { "date": "2022-09-28", "url": "cryptocontractextension.best" @@ -23,6 +27,10 @@ "date": "2022-09-28", "url": "currentcontract.best" }, + { + "date": "2022-09-28", + "url": "walletconect.top" + }, { "date": "2022-09-27", "url": "0xb3d08c783ecebe7063b08b7f523a429e3c3547575731.xyz" diff --git a/package.json b/package.json index bba3c7db6..848626315 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-19-x", + "version": "0.18.10-20-x", "versions": { - "git": "0.18.10-19-x", + "git": "0.18.10-20-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e57c93a8c..161814b10 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-19-x", + "version": "0.18.10-20-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 a577ffaf0..8be10e5ff 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.10-19-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-20-x' };