Skip to content

Commit

Permalink
Hardcode sentinel version as API gives old version
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba authored May 10, 2022
1 parent 00ead9e commit e2ff182
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@ var overrides = map[string]*GetSingleChainResponseJSON{
DaemonName: "junod",
Codebase: CodebaseJSON{
GitRepo: "https://github.com/CosmosContracts/juno",
RecommendedVersion: "v3.1.0",
RecommendedVersion: "v5.0.1",
},
},
},
"sentinel": {
Chain: ChainResponseJSON{
ChainName: "sentinel",
DaemonName: "sentinelhub",
Codebase: CodebaseJSON{
GitRepo: "https://github.com/sentinel-official/hub",
RecommendedVersion: "v0.9.2",
},
},
},
Expand Down

0 comments on commit e2ff182

Please sign in to comment.