diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6dfc27571..2a683acf6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,7 +8,7 @@ 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 13 ccris02 Update all.json (#1510) 12 Josip Š Update all.json (#4189) - 10 crypto-scambaiter Update all.json (#4208) + 11 crypto-scambaiter Update all.json (#4229) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) diff --git a/all.json b/all.json index 0ed672864..4586056b8 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ "zapto.org" ], "deny": [ - "arkhamcoin.net", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0kxwallet.org", @@ -1773,6 +1772,7 @@ "arkham-tokens.com", "arkham.claims", "arkham.page", + "arkhamcoin.net", "arkhamfinance.com", "arkhamfinance.org", "arkhami-ai.tech", diff --git a/all/net/all.json b/all/net/all.json index aaff518c5..25e114fba 100644 --- a/all/net/all.json +++ b/all/net/all.json @@ -93,6 +93,7 @@ "arbitrumsurvey.net", "arbportal.net", "arcoprotocol.net", + "arkhamcoin.net", "arkhamintelilgence.net", "arkhamrewards.net", "arkmusk.net", diff --git a/meta/2024-01.json b/meta/2024-01.json index 3000a1e97..660b508fb 100644 --- a/meta/2024-01.json +++ b/meta/2024-01.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-01-23", + "url": "arkhamcoin.net" + }, { "date": "2024-01-22", "url": "2024-manta.com" diff --git a/package.json b/package.json index e2ecdb37d..4ea1f4c5c 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-108-x", + "version": "0.22.2-109-x", "versions": { - "git": "0.22.2-108-x", + "git": "0.22.2-109-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 358fb7d0f..d763243fd 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-108-x", + "version": "0.22.2-109-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 b9b943aee..c47eb5d4e 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-108-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-109-x' };