diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a94932251..1f825d4fa 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,7 +7,7 @@ 39 alineherzman Update all.json (#4132) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 13 ccris02 Update all.json (#1510) - 11 Josip Š Update all.json (#3963) + 12 Josip Š Update all.json (#4189) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 crypto-scambaiter Update all.json (#4181) 9 Dan Shields add multipe reported scams (#297) diff --git a/all/dev/all.json b/all/dev/all.json index c608aafc7..3f08bc41b 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -48,6 +48,7 @@ "artyfactgames-launch.pages.dev", "assetrectification.dev", "assist-support.pages.dev", + "astarnetwork.dev", "aswbj.pages.dev", "auth-config.pages.dev", "auth-fix.pages.dev", diff --git a/meta/2024-01.json b/meta/2024-01.json index c3ab56b3d..b7e586def 100644 --- a/meta/2024-01.json +++ b/meta/2024-01.json @@ -35,6 +35,10 @@ "date": "2024-01-08", "url": "all-supports.pages.dev" }, + { + "date": "2024-01-08", + "url": "astarnetwork.dev" + }, { "date": "2024-01-08", "url": "beta-aave.com" diff --git a/package.json b/package.json index e1bcae8c1..0225206b8 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-78-x", + "version": "0.22.2-79-x", "versions": { - "git": "0.22.2-78-x", + "git": "0.22.2-79-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index ee45eaba5..1f3623462 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-78-x", + "version": "0.22.2-79-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 3d9d78bb1..14568b06f 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-78-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-79-x' };