From fed008cfc0fb4ebf68f0033c7b4af81a7c54bb58 Mon Sep 17 00:00:00 2001 From: Sergey <52304443+c29r3@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:44:27 +0300 Subject: [PATCH] added new RPCs, RESTs --- akashnet-2/chain.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/akashnet-2/chain.json b/akashnet-2/chain.json index 0bf81a486b..e5c62ddb67 100644 --- a/akashnet-2/chain.json +++ b/akashnet-2/chain.json @@ -39,10 +39,22 @@ "rpc_addrs": [ "http://135.181.60.250:26657", "http://rpc.akash.forbole.com:80", - "http://rpc.mainnet.akash.dual.systems:80" + "http://rpc.mainnet.akash.dual.systems:80", + "http://162.55.94.246:28957", + "http://135.181.181.120:28957", + "http://135.181.181.119:28957", + "http://135.181.181.121:28957", + "http://135.181.181.122:28957", + "http://135.181.181.123:28957" ], "rest_addrs": [ - "http://135.181.60.250:1317" + "http://135.181.60.250:1317", + "http://162.55.94.246:1518", + "http://135.181.181.120:1518", + "http://135.181.181.119:1518", + "http://135.181.181.121:1518", + "http://135.181.181.122:1518", + "http://135.181.181.123:1518" ] } -} \ No newline at end of file +}