diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 39b948164..1be206c47 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 600 mhusnirizal update all.json (#4358) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) - 59 alineherzman Update all.json (#4363) + 60 alineherzman Update all.json (#4370) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 17 Josip Š Update all.json (#4366) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 0277f0403..627422ebb 100644 --- a/all.json +++ b/all.json @@ -39,7 +39,6 @@ "0vvwwuniswap.top", "0vwwuniswap.top", "0x-web3redrop.net", - "ltcni.com", "0x0ai.org", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x0portal.app", @@ -15027,6 +15026,7 @@ "lrntoken.xyz", "lsd-mainnet-address-spoofing.netlify.app", "ltc-official.com", + "ltcni.com", "luanhcpad.xyz", "lubereft.com", "lucksiamtrade.tk", diff --git a/all/com/all.json b/all/com/all.json index 678ddaa8a..801063eb4 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -5255,6 +5255,7 @@ "lpbalancer.com", "lpuniswap.com", "ltc-official.com", + "ltcni.com", "lubereft.com", "luckybblock.com", "luckyblocki.com", diff --git a/meta/2024-04.json b/meta/2024-04.json index f339e5245..4ada1a146 100644 --- a/meta/2024-04.json +++ b/meta/2024-04.json @@ -19,6 +19,10 @@ "date": "2024-04-09", "url": "diving-mantanetwork.pages.dev" }, + { + "date": "2024-04-09", + "url": "ltcni.com" + }, { "date": "2024-04-09", "url": "ordify.pages.dev" diff --git a/package.json b/package.json index f139e7b91..3db481fd3 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-28-x", + "version": "0.22.5-29-x", "versions": { - "git": "0.22.5-28-x", + "git": "0.22.5-29-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ff90d4cb0..60df15b50 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-28-x", + "version": "0.22.5-29-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 2b2e891b9..aa730f7d3 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.5-28-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-29-x' };