diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 99a8287ef..16a18f282 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 77 alineherzman Update all.json (#4503) + 78 alineherzman Update all.json (#4509) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 16 Tarik Gul 0.22.10 (#4489) diff --git a/all.json b/all.json index 8a5ceb737..83f31f731 100644 --- a/all.json +++ b/all.json @@ -42,7 +42,6 @@ "0vwwuniswap.top", "0x-protocol.com", "0x-web3redrop.net", - "etherfi-claim.xyz", "0x0ai.org", "0x0aiclaim-dao.com", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -12472,6 +12471,7 @@ "ethereums.app", "etherfi-6rc.pages.dev", "etherfi-6za.pages.dev", + "etherfi-claim.xyz", "etherfi.wtf", "etherfilive.com", "etherfis.xyz", diff --git a/all/xyz/all.json b/all/xyz/all.json index cfedcb3cf..bd1d90e1e 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -671,6 +671,7 @@ "ethdapp97.xyz", "etherclaims.xyz", "etherealmystery.xyz", + "etherfi-claim.xyz", "etherfis.xyz", "ethintegrationsync.xyz", "eurosolutiondashboard.xyz", diff --git a/meta/2024-07.json b/meta/2024-07.json index a25ea67fb..b824de0f1 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-07-08", + "url": "etherfi-claim.xyz" + }, { "date": "2024-07-08", "url": "metamaseakusa.azurewebsites.net" diff --git a/package.json b/package.json index 0e8656826..617e3e00d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.11-15-x", + "version": "0.22.11-16-x", "versions": { - "git": "0.22.11-15-x", + "git": "0.22.11-16-x", "npm": "0.22.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c28e121d4..9a0c091b8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.11-15-x", + "version": "0.22.11-16-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6434ebe64..44dae6ad4 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.22.11-15-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.11-16-x' };