diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8bf53bd7b..252312f07 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 592 Mich Block 3 scams (#2612) 467 Jaco Bump TS (#2589) 375 Frank Update all.json (#2613) - 367 Tim Janssen Update all.json (#2611) + 369 Tim Janssen Update address.json (#2615) 366 mhusnirizal update all.json (#2610) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/address.json b/address.json index 85b39a042..f4044f593 100644 --- a/address.json +++ b/address.json @@ -5,9 +5,6 @@ "airdropcampaign-polkadot.network": [ "14FscqFT8S8W8emC5294cEpDctgAucJW7C99mpxS4cucpHoA" ], - "prize-pool.site": [ - "Ea5tiakNhCZFyxmRjBHwLf945fPSB8XFxhn5aUekfDyaHvs" - ], "blockfipro.com": [ "13Ld2R3YQg5ztyevreJbFxEWqYw55tFzrPwu1C5ucgpFWGiL", "15JbkRjYVSg1vWEF9J1HLu6GGUvnhv1XacGPWosbg3AFNojh", @@ -349,6 +346,9 @@ "polkagiveaway22.net": [ "1Rb2Uhkkztfz2oJewKXcEBRykQurtJAZ1zLEsWyrFs24RFD" ], + "prize-pool.site": [ + "Ea5tiakNhCZFyxmRjBHwLf945fPSB8XFxhn5aUekfDyaHvs" + ], "social engineering": [ "16JeATU8HazNbaMkpNW2niozWgNu1A6dx5u2kKs7pZaS4Vze" ], diff --git a/all.json b/all.json index c8d74f559..68dfafd17 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "prize-pool.site", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -9193,6 +9192,7 @@ "privatemint.space", "privatesync.online", "prixtoconnect.com", + "prize-pool.site", "pro-app.org", "pro-cryptopad.com", "pro-earners.com", diff --git a/meta/2022-11.json b/meta/2022-11.json index fa4f30a95..d5a4a1362 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-11-28", + "url": "prize-pool.site" + }, { "date": "2022-11-27", "url": "awsblocksio.live" diff --git a/package.json b/package.json index 39afa81ca..4c220a5e0 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.12-39-x", + "version": "0.18.12-40-x", "versions": { - "git": "0.18.12-39-x", + "git": "0.18.12-40-x", "npm": "0.18.11" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 875c137d5..7b78376da 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.12-39-x", + "version": "0.18.12-40-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 41c851153..13fe192a7 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.12-39-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.12-40-x' };