diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 384125046..a751756ea 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ 544 mhusnirizal update all.json (#3975) 96 michalisFr Added 0 new domains (#2338) 34 alineherzman Update all.json (#3979) - 31 Bill Laboon Add allinone-services.net (#1727) + 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 13 ccris02 Update all.json (#1510) 11 Josip Š Update all.json (#3963) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) diff --git a/all/at/all.json b/all/at/all.json index e41344c63..83205e56d 100644 --- a/all/at/all.json +++ b/all/at/all.json @@ -1,8 +1,10 @@ [ + "cosmosnet4.at", "cosmosnetwork.at", "crypto-wallets.at", "fixedflo.at", "keplr-wallet.at", "opepen.at", - "rocketpool.at" + "rocketpool.at", + "terrapro.at" ] diff --git a/meta/2023-10.json b/meta/2023-10.json index b80bc56de..fffd5fd6b 100644 --- a/meta/2023-10.json +++ b/meta/2023-10.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-10-20", + "url": "cosmosnet4.at" + }, + { + "date": "2023-10-20", + "url": "terrapro.at" + }, { "date": "2023-10-19", "url": "apecoin-reward.com" diff --git a/package.json b/package.json index 4ac79a6d9..0c220811d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-141-x", + "version": "0.21.7-142-x", "versions": { - "git": "0.21.7-141-x", + "git": "0.21.7-142-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1fc1156ff..968e447c5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-141-x", + "version": "0.21.7-142-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.5.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ace5101a1..4cfcced4e 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.21.7-141-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-142-x' };