File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
blockexplorer/callisto/config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 address : {{ .Cored.Host }}:{{ .Cored.PortGRPC }}
3333 insecure : true
3434 api :
35- address : {{ .Cored.Host }}:{{ .Cored.PortAPI }}
35+ address : http:// {{ .Cored.Host }}:{{ .Cored.PortAPI }}
3636parsing :
3737 workers : 1
3838 start_height : 1
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ func (j Callisto) Config() Config {
9898// Deployment returns deployment of callisto.
9999func (j Callisto ) Deployment () infra.Deployment {
100100 return infra.Deployment {
101- Image : "coreumfoundation/callisto:0c415b80 " ,
101+ Image : "coreumfoundation/callisto:latest " ,
102102 Name : j .Name (),
103103 Info : j .config .AppInfo ,
104104 Volumes : []infra.Volume {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ func (h Hasura) Info() infra.DeploymentInfo {
6262// Deployment returns deployment of hasura.
6363func (h Hasura ) Deployment () infra.Deployment {
6464 return infra.Deployment {
65- Image : "hasura:znet " ,
65+ Image : "coreumfoundation/ hasura:latest " ,
6666 EnvVarsFunc : func () []infra.EnvVar {
6767 return []infra.EnvVar {
6868 {
You can’t perform that action at this time.
0 commit comments