Skip to content

Commit

Permalink
fix: install roller as part of binary installation (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Sep 5, 2024
1 parent ce93e8d commit 32434d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/binaries/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ func installBinaries(bech32 string) {
},
},
},
"dymd": {
Repository: "https://github.com/dymensionxyz/dymension.git",
Commit: "playground/v1-rc03",
"roller": {
Repository: "https://github.com/dymensionxyz/roller.git",
Commit: "artemijspavlovs/install-roller",
Binaries: []BinaryPathPair{
{
BuildDestination: "./build/dymd",
BinaryDestination: consts.Executables.Dymension,
BuildDestination: "./build/roller",
BinaryDestination: consts.Executables.Roller,
BuildCommand: exec.Command(
"make",
"build",
Expand Down

0 comments on commit 32434d8

Please sign in to comment.