Skip to content

Commit

Permalink
add optimism, bitcoin substreams 'soonish' endpoints, bump sql serve …
Browse files Browse the repository at this point in the history
…docker image for sql to v4.0.0-rc.2
  • Loading branch information
sduchesneau committed Nov 28, 2023
1 parent 04bde7d commit 665a943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions manifest/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ var HardcodedEndpoints = map[string]string{
"solana": "mainnet.sol.streamingfast.io:443",
"sol": "mainnet.sol.streamingfast.io:443",
"solana-mainnet": "mainnet.sol.streamingfast.io:443",
"optimism": "optimism.streamingfast.io:443",
"bitcoin": "btc-mainnet.streamingfast.io:443",

//"antelope": "",
}
2 changes: 1 addition & 1 deletion sink-server/docker/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (e *DockerEngine) newSink(deploymentID string, dbService string, pkg *pbsub
conf = types.ServiceConfig{
Name: name,
ContainerName: name,
Image: "ghcr.io/streamingfast/substreams-sink-sql:v4.0.0-rc.1",
Image: "ghcr.io/streamingfast/substreams-sink-sql:v4.0.0-rc.2",
Restart: "on-failure",
Entrypoint: []string{
"/opt/subservices/config/start.sh",
Expand Down

0 comments on commit 665a943

Please sign in to comment.