diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f04033d65..a6e4512a0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -12,6 +12,7 @@ 4 NYMETVA Update all.json (#147) 3 brettkolodny Update all.json (#335) 3 Samuel MC Update address.json (#96) + 2 Idi Eradiri active scam targeting RMRK (#1537) 2 Justin Pham Add bit.country scam sites (#1425) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) @@ -21,7 +22,6 @@ 1 Dudley remove simpleswap.io address from youtube scams (#94) 1 Graham Dixon Adds polkadot.com.se phishing site (#27) 1 hhanson4 Update all.json (#454) - 1 Idi Eradiri #671 zeitgeist public sale scam (#672) 1 Keegan | W3F Update all.json (#718) 1 Mark Crince add site (#174) 1 Nathan Quarles add "linkupaffix.co" (#866) diff --git a/all.json b/all.json index cc148814d..3af5f22eb 100644 --- a/all.json +++ b/all.json @@ -6522,7 +6522,6 @@ "terras-money.com", "terrastationonline.com", "terrasupport.center", - "trustpad-ido.net", "tesla9x.net", "tesladrop.us", "teslaprojectstoken.com", @@ -6836,6 +6835,7 @@ "trustliveaid.online", "trustnewswalletshare.com", "trustpad-ido.com", + "trustpad-ido.net", "trustrealaid.online", "trustsecurewallet.com", "trustserver.app", diff --git a/meta/2022-05.json b/meta/2022-05.json index 5f0a8c524..a2fd6577d 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -139,6 +139,10 @@ "date": "2022-05-05", "url": "tpocket.bet" }, + { + "date": "2022-05-05", + "url": "trustpad-ido.net" + }, { "date": "2022-05-05", "url": "vallidation.com" diff --git a/package.json b/package.json index 073bfcb09..bd7edade9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.8", + "version": "0.12.9", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 13cc11825..718ba21e3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.8", + "version": "0.12.9", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index bfb5701f7..80885562b 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.12.8' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.9' };