Skip to content

Commit

Permalink
manifest: add solana hardcoded endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Nov 2, 2023
1 parent 444292d commit cdfbb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifest/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
}

0 comments on commit cdfbb86

Please sign in to comment.