From 32434d83949623f62f36f6f3a30f4c74ca0a0152 Mon Sep 17 00:00:00 2001 From: artpav <19916123+artemijspavlovs@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:39:49 +0300 Subject: [PATCH] fix: install roller as part of binary installation (#886) --- cmd/binaries/install/install.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/binaries/install/install.go b/cmd/binaries/install/install.go index 515f02e7..239b5769 100644 --- a/cmd/binaries/install/install.go +++ b/cmd/binaries/install/install.go @@ -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",