diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f5f2614f3..cbda0dbe8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1133 Tim Janssen Update all.json (#5016) - 1097 Frank Update all.json (#5017) + 1098 Frank Update all.json (#5024) 695 mhusnirizal update all.json (#5013) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index ba8427d12..c140de89d 100644 --- a/all.json +++ b/all.json @@ -8,7 +8,6 @@ "eth.limo", "firebaseapp.com", "github.io", - "wuaze.com", "herokuapp.com", "hopto.org", "js.org", @@ -28,6 +27,7 @@ "webflow.io", "weebly.com", "wixsite.com", + "wuaze.com", "zapto.org" ], "deny": [ @@ -9656,6 +9656,7 @@ "connect-pendle.network", "connect-pepeunchained.com", "connect-portals.web.za", + "connect-pr.wuaze.com", "connect-pro.github.io", "connect-protocol.pages.dev", "connect-pudgypenguins.net", @@ -43333,7 +43334,6 @@ "wtfcoin.website", "wtnnws.com", "wtullet.com", - "connect-pr.wuaze.com", "wule.xyz", "wuzl0kdaz4o.top", "ww1-dappradar.com", diff --git a/all/com/all.json b/all/com/all.json index c8ab65da2..24534c5ac 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -3102,6 +3102,7 @@ "connect-node.com", "connect-optimism.com", "connect-pepeunchained.com", + "connect-pr.wuaze.com", "connect-pyusd.com", "connect-rpc.com", "connect-rpcbrowser.com", @@ -14881,7 +14882,6 @@ "wtc-wallet.com", "wtnnws.com", "wtullet.com", - "wuaze.com", "ww1-dappradar.com", "ww22hper-app.com", "wwioth.com", diff --git a/meta/2025-03.json b/meta/2025-03.json index facaa722b..8bb6fc255 100644 --- a/meta/2025-03.json +++ b/meta/2025-03.json @@ -247,10 +247,6 @@ "date": "2025-03-26", "url": "webrpc-protocol.com" }, - { - "date": "2025-03-26", - "url": "wuaze.com" - }, { "date": "2025-03-26", "url": "xxsdevsoccupation.com" diff --git a/meta/2025-04.json b/meta/2025-04.json new file mode 100644 index 000000000..04f4a714f --- /dev/null +++ b/meta/2025-04.json @@ -0,0 +1,6 @@ +[ + { + "date": "2025-04-02", + "url": "connect-pr.wuaze.com" + } +] diff --git a/meta/index.json b/meta/index.json index ea949f1b7..3eafea0de 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2025-04", "2025-03", "2025-02", "2025-01", diff --git a/package.json b/package.json index 195d5bdd8..9c8a4555f 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.7", + "version": "0.25.8-0-x", "versions": { - "git": "0.25.7", + "git": "0.25.8-0-x", "npm": "0.25.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a70d1ad39..302e25f82 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.7", + "version": "0.25.8-0-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 79675035b..2e63e7c5c 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.25.7' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.8-0-x' };