diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 27815fa95..1c6264119 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -6,7 +6,7 @@ 96 michalisFr Added 0 new domains (#2338) 43 alineherzman Update all.json (#4266) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) - 14 Josip Š Update all.json (#4264) + 15 Josip Š Update all.json (#4278) 13 ccris02 Update all.json (#1510) 13 crypto-scambaiter Update all.json (#4246) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) diff --git a/all/network/all.json b/all/network/all.json index 292218fd0..1f92418d5 100644 --- a/all/network/all.json +++ b/all/network/all.json @@ -187,6 +187,7 @@ "layyerzero.network", "leyerzero.network", "lgcydapp.network", + "liquidity-astar.network", "lybra-fi.network", "lzfoundation.network", "mainetwebsoutions.network", diff --git a/meta/2024-02.json b/meta/2024-02.json index d7e7f154a..55f908cec 100644 --- a/meta/2024-02.json +++ b/meta/2024-02.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-02-21", + "url": "liquidity-astar.network" + }, { "date": "2024-02-20", "url": "accesssolutionserver.live" diff --git a/package.json b/package.json index 49ebb0051..8b9829488 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-153-x", + "version": "0.22.2-154-x", "versions": { - "git": "0.22.2-153-x", + "git": "0.22.2-154-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6b9506d4f..0de3c5710 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-153-x", + "version": "0.22.2-154-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 b3fa410cb..cb91b5337 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-153-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-154-x' };