diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b0e7123e3..5a4e72673 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) - 497 Frank Update all.json (#2979) + 498 Frank Update all.json (#2981) 496 Tim Janssen Update all.json (#2980) 494 Jaco 0.19.2 (#2970) 404 mhusnirizal update all.json (#2976) diff --git a/all.json b/all.json index d33154976..a6afd8944 100644 --- a/all.json +++ b/all.json @@ -32,8 +32,6 @@ "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", - "seedify.expert", - "seedify.zone", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24.xyz", @@ -11253,6 +11251,8 @@ "seedify-pad.com", "seedify-pad.fund", "seedify-pad.org", + "seedify.expert", + "seedify.zone", "seedifyaccess.live", "seediify.com", "seedlfy-fund.com", diff --git a/all/expert/all.json b/all/expert/all.json index 028722d77..4a1324702 100644 --- a/all/expert/all.json +++ b/all/expert/all.json @@ -2,5 +2,6 @@ "dapp-eth.expert", "geniusyieldvalidate.expert", "metamask.expert", - "polkastarter.expert" + "polkastarter.expert", + "seedify.expert" ] diff --git a/all/zone/all.json b/all/zone/all.json index 4590e405b..e27278b29 100644 --- a/all/zone/all.json +++ b/all/zone/all.json @@ -1,4 +1,5 @@ [ "dapp-eth.zone", - "mybit.zone" + "mybit.zone", + "seedify.zone" ] diff --git a/meta/2023-02.json b/meta/2023-02.json index 2c123f07a..6b5fc1c4e 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -19,6 +19,14 @@ "date": "2023-02-17", "url": "fixedflo.at" }, + { + "date": "2023-02-17", + "url": "seedify.expert" + }, + { + "date": "2023-02-17", + "url": "seedify.zone" + }, { "date": "2023-02-17", "url": "staking-seedlfy.pl" diff --git a/package.json b/package.json index 1807f8e41..ca764490e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.3-7-x", + "version": "0.19.3-8-x", "versions": { - "git": "0.19.3-7-x", + "git": "0.19.3-8-x", "npm": "0.19.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0b1ccab9e..c0781928a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.3-7-x", + "version": "0.19.3-8-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 d27a98617..08628d139 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.3-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.3-8-x' };