From 67a918baecde75af0caf71f7b57b1564daf8aed8 Mon Sep 17 00:00:00 2001 From: broVeider <97959375+broVeider@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:34:15 +0200 Subject: [PATCH] Update chain.json (#5555) Added Bro_n_Bro endpoints for akash. --- akash/chain.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/akash/chain.json b/akash/chain.json index 07f836c6bf..35a0e057a5 100644 --- a/akash/chain.json +++ b/akash/chain.json @@ -350,6 +350,10 @@ { "address": "https://akash.declab.pro:26601", "provider": "Decloud Nodes Lab" + }, + { + "address": "https://rpc.akash.bronbro.io:443", + "provider": "Bro_n_Bro" } ], "rest": [ @@ -420,6 +424,10 @@ { "address": "https://akash.declab.pro:443", "provider": "Decloud Nodes Lab" + }, + { + "address": "https://lcd.akash.bronbro.io:443", + "provider": "Bro_n_Bro" } ], "grpc": [ @@ -462,6 +470,10 @@ { "address": "grpc-akash.whispernode.com:443", "provider": "WhisperNode 🤐" + }, + { + "address": "https://grpc.akash.bronbro.io:443", + "provider": "Bro_n_Bro" } ] }, @@ -531,4 +543,4 @@ } } ] -} \ No newline at end of file +}