Skip to content

fix: Reth binaries URL - #4

Open
shekhirin wants to merge 1 commit into
coincashew:mainfrom
shekhirin:alexey/reth-binaries-url
Open

fix: Reth binaries URL#4
shekhirin wants to merge 1 commit into
coincashew:mainfrom
shekhirin:alexey/reth-binaries-url

Conversation

@shekhirin

Copy link
Copy Markdown

Old instructions mistakenly matched reproducible Reth binary:

$ RELEASE_URL="https://api.github.com/repos/paradigmxyz/reth/releases/latest"
BINARIES_URL="$(curl -s $RELEASE_URL | jq -r '.assets[] | select(.name | startswith ("reth")) | .browser_download_url' | grep x86_64-unknown-linux-gnu.tar.gz$)"

$ echo $BINARIES_URL
https://github.com/paradigmxyz/reth/releases/download/v1.11.0/reth-reproducible-v1.11.0-x86_64-unknown-linux-gnu.tar.gz https://github.com/paradigmxyz/reth/releases/download/v1.11.0/reth-v1.11.0-x86_64-unknown-linux-gnu.tar.gz

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