From 41f00b553e8495fb7f1e86373c80b586feb67fca Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Thu, 2 Nov 2023 18:42:22 +0300 Subject: [PATCH] Add RPC endpoints for nodes hosted by NeoSPCC Signed-off-by: Anna Shaleva --- app/core/n3-nodes-main-net.json | 3 ++- app/core/n3-nodes-test-net.json | 3 ++- app/core/nodes-main-net.json | 3 +++ app/core/nodes-test-net.json | 3 ++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/core/n3-nodes-main-net.json b/app/core/n3-nodes-main-net.json index 444591b2e..e919d1fd4 100644 --- a/app/core/n3-nodes-main-net.json +++ b/app/core/n3-nodes-main-net.json @@ -8,5 +8,6 @@ { "url": "http://seed2.neo.org:10332" }, { "url": "http://seed3.neo.org:10332" }, { "url": "http://seed4.neo.org:10332" }, - { "url": "http://seed5.neo.org:10332" } + { "url": "http://seed5.neo.org:10332" }, + { "url": "https://rpc10.n3.nspcc.ru:10331" } ] diff --git a/app/core/n3-nodes-test-net.json b/app/core/n3-nodes-test-net.json index 228dc6509..1e302ed4e 100644 --- a/app/core/n3-nodes-test-net.json +++ b/app/core/n3-nodes-test-net.json @@ -5,5 +5,6 @@ { "url": "http://seed2t5.neo.org:20332" }, { "url": "http://seed3t5.neo.org:20332" }, { "url": "http://seed4t5.neo.org:20332" }, - { "url": "http://seed5t5.neo.org:20332" } + { "url": "http://seed5t5.neo.org:20332" }, + { "url": "https://rpc.t5.n3.nspcc.ru:20331" } ] diff --git a/app/core/nodes-main-net.json b/app/core/nodes-main-net.json index 7a1355825..5aabae4df 100644 --- a/app/core/nodes-main-net.json +++ b/app/core/nodes-main-net.json @@ -34,5 +34,8 @@ }, { "url": "https://mainnet3.neo2.coz.io:443" + }, + { + "url": "https://rpc1.neolegacy.nspcc.ru:10331" } ] diff --git a/app/core/nodes-test-net.json b/app/core/nodes-test-net.json index 43cb02ccf..2ed9daee0 100644 --- a/app/core/nodes-test-net.json +++ b/app/core/nodes-test-net.json @@ -3,5 +3,6 @@ { "url": "https://testnet2.neo2.coz.io:443" }, { "url": "https://testnet3.neo2.coz.io:443" }, { "url": "http://seed1.ngd.network:20332" }, - { "url": "http://seed2.ngd.network:20332" } + { "url": "http://seed2.ngd.network:20332" }, + { "url": "http://rpc1t.neolegacy.nspcc.ru:20332" } ]