diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 150f83018..c18fc794a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 594 mhusnirizal update all.json (#4262) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) - 42 alineherzman Update all.json (#4240) + 43 alineherzman Update all.json (#4266) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 14 Josip Š Update all.json (#4264) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index d727d0963..3dca775fd 100644 --- a/all.json +++ b/all.json @@ -34,7 +34,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "org-airdr.top", "0therside.com", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -18611,6 +18610,7 @@ "ordlnalswallet.net", "ordstore.net", "ordswapdrops.xyz", + "org-airdr.top", "org-claims.site", "org-exchange-liquidity-swap.site", "org-exchange-swap-liquidity.gruiotiy.xyz", diff --git a/all/top/all.json b/all/top/all.json index 27747e57f..3dabd695c 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -167,6 +167,7 @@ "nodevalidation.top", "nrtcoins.top", "okx-web3.top", + "org-airdr.top", "pancakeswap.quozza.top", "pancakeswapflnance.top", "pepe2.top", diff --git a/meta/2024-02.json b/meta/2024-02.json index 385231323..96fb43740 100644 --- a/meta/2024-02.json +++ b/meta/2024-02.json @@ -71,6 +71,10 @@ "date": "2024-02-15", "url": "mantnetworks.com" }, + { + "date": "2024-02-15", + "url": "org-airdr.top" + }, { "date": "2024-02-15", "url": "rewards-mantanetwork.com" diff --git a/package.json b/package.json index cc5ca3f52..345682ee2 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-141-x", + "version": "0.22.2-142-x", "versions": { - "git": "0.22.2-141-x", + "git": "0.22.2-142-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f2bdc118c..75607beef 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-141-x", + "version": "0.22.2-142-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 99db6e6d3..7b18bfd6e 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-141-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-142-x' };