diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f1a60b1cd..04ab59bd2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 545 Jaco Add missing crosscheck entries (#3930) 544 mhusnirizal update all.json (#3975) 96 michalisFr Added 0 new domains (#2338) - 33 alineherzman Update address.json (#3911) + 34 alineherzman Update all.json (#3979) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) 11 Josip Š Update all.json (#3963) diff --git a/all.json b/all.json index 607c0e9dd..401bafae2 100644 --- a/all.json +++ b/all.json @@ -33,7 +33,6 @@ "09sync00.duckdns.org", "0nlinebot.github.io", "0therside.com", - "rpcnodefixer.net", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -17318,6 +17317,7 @@ "rpcmainnet.com", "rpcnode-fix.com", "rpcnodefix.com", + "rpcnodefixer.net", "rpconevalidator.app", "rpcprotocol.com", "rpcprotocoltool.com", diff --git a/all/net/all.json b/all/net/all.json index 4c1f8b752..df71b59b5 100644 --- a/all/net/all.json +++ b/all/net/all.json @@ -1011,6 +1011,7 @@ "rockotpool.net", "rpc-fix.net", "rpcautofix.net", + "rpcnodefixer.net", "rpcprotocoltool.net", "rpcrectify.net", "rpcrefresh.net", diff --git a/meta/2023-10.json b/meta/2023-10.json index 7ced9834a..64fec9c0d 100644 --- a/meta/2023-10.json +++ b/meta/2023-10.json @@ -211,6 +211,10 @@ "date": "2023-10-11", "url": "rpcnodefix.com" }, + { + "date": "2023-10-11", + "url": "rpcnodefixer.net" + }, { "date": "2023-10-11", "url": "rpctoolsprotocol.com" diff --git a/package.json b/package.json index 697aef3d3..2c5bbf7c4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-126-x", + "version": "0.21.7-127-x", "versions": { - "git": "0.21.7-126-x", + "git": "0.21.7-127-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 780ab9d03..5a4d77b8d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-126-x", + "version": "0.21.7-127-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0718b2927..30a877ab6 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.21.7-126-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-127-x' };