Skip to content

Commit

Permalink
Updated rollapp evm executables path
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayLevyOfficial committed Jun 12, 2023
1 parent 181b2ec commit 391985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config/init/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var Executables = struct {
Dymension string
}{
Celestia: "/usr/local/bin/roller_bins/celestia",
Rollapp: "/usr/local/bin/roller_bins/rollapp_evm",
Rollapp: "/usr/local/bin/rollapp_evm",
Relayer: "/usr/local/bin/roller_bins/rly",
Dymension: "/usr/local/bin/roller_bins/dymd",
}
Expand Down

0 comments on commit 391985a

Please sign in to comment.