diff --git a/.123current b/.123current index 5f810ac5f..c60a6914b 100644 --- a/.123current +++ b/.123current @@ -1 +1 @@ -0.16.3-24-x \ No newline at end of file +0.16.3-25-x \ No newline at end of file diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7fc01911c..14f8a5bad 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 250 mhusnirizal update all.json (#1763) 173 Frank Update all.json (#1766) 79 michalisFr Update all.json (#1540) - 39 thwjanssen89 Update all.json (#1768) + 40 thwjanssen89 Update address.json (#1769) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) diff --git a/address.json b/address.json index cde9941ea..fa517389c 100644 --- a/address.json +++ b/address.json @@ -5,9 +5,6 @@ "airdropcampaign-polkadot.network": [ "14FscqFT8S8W8emC5294cEpDctgAucJW7C99mpxS4cucpHoA" ], - "moonwarpre-sale.live": [ - "FsZ8HpXnrYrCPhYZRhc4coeyvTVVMVMXzqqhG4kgXYXB259" - ], "blockfipro.com": [ "15Z7MdMM71vHTL7jNmNhm5xCUG5szJuyccGr3p5uzZgkz6Lv" ], @@ -79,6 +76,9 @@ "H4hHhuhs1zWm1jAjj42VAr7VTc99yV3J9x3tXLTtD2GnMvD", "JLTc71gmpMB95GJSgXrp79Soijvqibg27uiQRkLEDHdRrqq" ], + "moonwarpre-sale.live": [ + "FsZ8HpXnrYrCPhYZRhc4coeyvTVVMVMXzqqhG4kgXYXB259" + ], "musk-in.com": [ "12rpYzbZHLmM83UcAuudQWr4cdb6xVCCe2brMQeno5isbSwK" ], diff --git a/package.json b/package.json index 477113b3f..7d9da1851 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.16.3-24-x", + "version": "0.16.3-25-x", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 601ea9d3c..5ffefae95 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.16.3-24-x", + "version": "0.16.3-25-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b761b2eea..785a53023 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.16.3-24-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.16.3-25-x' };