Skip to content

Commit

Permalink
remove berachain image
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Apr 24, 2024
1 parent c1de46c commit b882bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
pre-build: |
apt update -y
apt install -y wget libstdc++6
curl -o berad 'https://testnet-genesis.s3.ca-central-1.amazonaws.com/berad-linux-amd64-v0.2.3-alpha-rc7
curl -o berad $BERACHAIN_IMAGE_URL
chmod +x berad
mv berad /usr/bin
chmod 555 /usr/bin/berad
Expand Down

0 comments on commit b882bf5

Please sign in to comment.