From 3d2f33309a28312015fb9ddc0c202c59ceae2a2d Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 3 May 2022 13:10:20 +0200 Subject: [PATCH] added solana to chains list --- pokt/chains.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pokt/chains.json b/pokt/chains.json index a90683a6..36e702f7 100644 --- a/pokt/chains.json +++ b/pokt/chains.json @@ -46,5 +46,9 @@ { "id": "0040", "url": "http://haproxy/harmony" + }, + { + "id": "0006", + "url": "http://haproxy/solana" } -] \ No newline at end of file +]