Skip to content

Replace hardcoded ~/go/bin/seid path with seid in scripts#2996

Open
yzhanginwa wants to merge 1 commit intosei-protocol:mainfrom
yzhanginwa:main
Open

Replace hardcoded ~/go/bin/seid path with seid in scripts#2996
yzhanginwa wants to merge 1 commit intosei-protocol:mainfrom
yzhanginwa:main

Conversation

@yzhanginwa
Copy link

Describe your changes and provide context

The "/go/bin/seid" is used in the 2 files scripts/benchmark.sh and scripts/initialize_local_chain.sh. It caused problem
for uses whose GOBIN is not the default "
/go/bin". For example, I'm a mise user, my local GOBIN is like "~/.local/share/mise/installs/go/1.25.6/bin/go". It's still better to respect the $PATH instead of using hard coded path.

Testing performed to validate your change

I tested both scripts benchmark.sh and initialize_local_chain.sh successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant