From cdfbb86847de3063718c9f1b894d03a8b9355ffb Mon Sep 17 00:00:00 2001 From: colindickson Date: Thu, 2 Nov 2023 09:47:40 -0400 Subject: [PATCH] manifest: add solana hardcoded endpoints --- manifest/utils.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest/utils.go b/manifest/utils.go index 130ebaf35..5ed4fec4a 100644 --- a/manifest/utils.go +++ b/manifest/utils.go @@ -77,6 +77,8 @@ var HardcodedEndpoints = map[string]string{ "arbitrum": "arb-one.streamingfast.io:443", "arb": "arb-one.streamingfast.io:443", "arb-one": "arb-one.streamingfast.io:443", + "solana": "mainnet.sol.streamingfast.io:443", + "sol": "mainnet.sol.streamingfast.io:443", //"antelope": "", }