diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7dbad59ff..ae72e2e01 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,11 +15,11 @@ 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) + 2 Abdulaziz Kamil Update all.json (#2886) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) - 1 Abdulaziz Kamil Update all.json (#2562) 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) diff --git a/all.json b/all.json index 865f6faa8..5acc6fa35 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "topcash.me", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -12643,6 +12642,7 @@ "toolfix.online", "toolsindustrialsupplies.net", "top-discord.com", + "topcash.me", "topdogtokenswap.com", "topforexcrypto.com", "toplaser.com.au", diff --git a/all/me/all.json b/all/me/all.json index 4e1fa1a0a..368106304 100644 --- a/all/me/all.json +++ b/all/me/all.json @@ -62,6 +62,7 @@ "tokenin.me", "tokenizethis.me", "tokenpoket.me", + "topcash.me", "trustwalletapp.me", "uniswape.me", "unizwapp.me", diff --git a/meta/2023-01.json b/meta/2023-01.json index dfec34e68..6b272be24 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -71,6 +71,10 @@ "date": "2023-01-31", "url": "tokenchains.xyz" }, + { + "date": "2023-01-31", + "url": "topcash.me" + }, { "date": "2023-01-31", "url": "zaboevm.xyz" diff --git a/package.json b/package.json index 1897f488d..582cf92c6 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-9-x", + "version": "0.19.2-10-x", "versions": { - "git": "0.19.2-9-x", + "git": "0.19.2-10-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 36a4d5dae..ea9c08316 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-9-x", + "version": "0.19.2-10-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 922307334..c456af622 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.2-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-10-x' };