diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 19bb1d4a6..edf4e95ae 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 1134 Tim Janssen Update all.json (#5031) 1103 Frank Update all.json (#5033) - 695 mhusnirizal update all.json (#5013) + 696 mhusnirizal update all.json (#5034) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 123 alineherzman Update all.json (#5010) diff --git a/all.json b/all.json index 552b63639..0fc9e14f5 100644 --- a/all.json +++ b/all.json @@ -31,9 +31,6 @@ "zapto.org" ], "deny": [ - "onebrokage.site", - "en.onebrokage.site", - "rpcnodes.xyz", "0-chain.com", "000000000000000000000deadburn.pages.dev", "074ff59hdo02j37aj-ch9in201.pages.dev", @@ -28081,6 +28078,7 @@ "ondotoken.org", "one-dapps.vercel.app", "oneappconnect.xyz", + "onebrokage.site", "onehardwarerectify.com", "onehardwarerectify.net", "oneinchex.us", @@ -33234,6 +33232,7 @@ "rpcnoderepairer.com", "rpcnoderepairs.com", "rpcnodereset.com", + "rpcnodes.xyz", "rpcnodesfix.com", "rpcnodesfixer.com", "rpcnodesostool.com", diff --git a/all/site/all.json b/all/site/all.json index adc29eebb..0c5166deb 100644 --- a/all/site/all.json +++ b/all/site/all.json @@ -1133,6 +1133,7 @@ "onchain-bridge.site", "onchain-coin.site", "ondo-finance-rewards.site", + "onebrokage.site", "onlinepancakeswap.site", "onlineresync.site", "openfts-mainet.site", diff --git a/all/xyz/all.json b/all/xyz/all.json index 72bc63f72..3f615b285 100644 --- a/all/xyz/all.json +++ b/all/xyz/all.json @@ -2239,6 +2239,7 @@ "rpcfixapp.xyz", "rpclists.xyz", "rpcnode.xyz", + "rpcnodes.xyz", "rpcprotocol.xyz", "rteme.xyz", "rubyapp.xyz", diff --git a/meta/2025-04.json b/meta/2025-04.json index e8a870722..b004f1b34 100644 --- a/meta/2025-04.json +++ b/meta/2025-04.json @@ -579,6 +579,10 @@ "date": "2025-04-14", "url": "easyshifts.app" }, + { + "date": "2025-04-14", + "url": "en.onebrokage.site" + }, { "date": "2025-04-14", "url": "ethgas.dev" @@ -955,6 +959,10 @@ "date": "2025-04-14", "url": "onchainrectification.com" }, + { + "date": "2025-04-14", + "url": "onebrokage.site" + }, { "date": "2025-04-14", "url": "ordiswap.net" @@ -1131,6 +1139,10 @@ "date": "2025-04-14", "url": "rpc-hubfuzz.online" }, + { + "date": "2025-04-14", + "url": "rpcnodes.xyz" + }, { "date": "2025-04-14", "url": "rpcsolutions.live" diff --git a/package.json b/package.json index af38df166..2e97657ae 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.8-4-x", + "version": "0.25.8-5-x", "versions": { - "git": "0.25.8-4-x", + "git": "0.25.8-5-x", "npm": "0.25.7" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 9d5849965..34581c9a2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.8-4-x", + "version": "0.25.8-5-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 279130460..6607a9bec 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.8-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.8-5-x' };