diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ccff08b4a..ef5095e69 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -17,10 +17,10 @@ 4 Abdulaziz Kamil Update all.json (#2921) 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) + 3 crypto-scambaiter Update all.json (#4076) 3 Jonathan Dunne Add Talisman to README (#3050) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) - 2 crypto-scambaiter Update all.json (#4075) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) 2 paradoxxx-tt Update address.json (#306) diff --git a/all/com/all.json b/all/com/all.json index e92593b99..f50cd89b6 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -440,6 +440,7 @@ "appwallstmemes.com", "aptosıabs.com", "aptostokenreward.com", + "apyethprotocol.com", "apygate-sync.com", "apygate.com", "aquilaoption.com", diff --git a/meta/2023-12.json b/meta/2023-12.json index cd7b6d92f..ae8100171 100644 --- a/meta/2023-12.json +++ b/meta/2023-12.json @@ -27,6 +27,10 @@ "date": "2023-12-04", "url": "appversecontinental.pro" }, + { + "date": "2023-12-04", + "url": "apyethprotocol.com" + }, { "date": "2023-12-04", "url": "arbitrum-claim.one" diff --git a/package.json b/package.json index a8eb95566..f991aa2e2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-20-x", + "version": "0.22.2-21-x", "versions": { - "git": "0.22.2-20-x", + "git": "0.22.2-21-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index cf5934099..eafbcd0f0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.22.2-20-x", + "version": "0.22.2-21-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a7eb180d4..552492158 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.2-20-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-21-x' };