From 937509ed8bfd7dedd16a6488b148e351f5942376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:02:30 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.22.2-123-x skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- all/dev/all.json | 1 + meta/2024-02.json | 4 ++++ package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2198aa918..0f1440c99 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,7 +7,7 @@ 42 alineherzman Update all.json (#4240) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 13 ccris02 Update all.json (#1510) - 12 crypto-scambaiter Update all.json (#4245) + 13 crypto-scambaiter Update all.json (#4246) 12 Josip Š Update all.json (#4189) 9 bipul kumar hansdah pepecoin phishing site (important) (#3275) 9 Dan Shields add multipe reported scams (#297) diff --git a/all.json b/all.json index 2d993eca6..c8e30dfd1 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ "zapto.org" ], "deny": [ - "nodeweb3.pages.dev", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0kxwallet.org", @@ -17959,6 +17958,7 @@ "nodewalet.com", "nodewallet.live", "nodeweb.online", + "nodeweb3.pages.dev", "nodeweb3fix.com", "nodewebexapp.com", "nodexplorer.live", diff --git a/all/dev/all.json b/all/dev/all.json index 08b55decd..dbdebcaf8 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -411,6 +411,7 @@ "nodesvalidation.pages.dev", "nodetroubleshoot.pages.dev", "nodevalidation.pages.dev", + "nodeweb3.pages.dev", "officialwalletconnect.dev", "onlineportal.pages.dev", "opensea-drop.pages.dev", diff --git a/meta/2024-02.json b/meta/2024-02.json index 29452d2c5..697bfb3ab 100644 --- a/meta/2024-02.json +++ b/meta/2024-02.json @@ -307,6 +307,10 @@ "date": "2024-02-04", "url": "nodedeskaimainnet.com" }, + { + "date": "2024-02-04", + "url": "nodeweb3.pages.dev" + }, { "date": "2024-02-04", "url": "on-chainrepair.com" diff --git a/package.json b/package.json index 7d32e99f1..5080bb542 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-122-x", + "version": "0.22.2-123-x", "versions": { - "git": "0.22.2-122-x", + "git": "0.22.2-123-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index df24045ea..8a716d5f7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-122-x", + "version": "0.22.2-123-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 51b3c3a68..26487e812 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-122-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-123-x' };