v2.0.0-rc.2
·
177 commits
to main
since this release
๐ Overview
Version v2.0.0-rc.2
๐ Changelog
You can view the complete changelog here
๐๏ธ Binaries
If you prefer to build from source, use the following commands:
git clone https://github.com/babylonlabs-io/babylon.git
cd babylon
git checkout v2.0.0-rc.2
# Only use the below command for mainnet
make build
# Only use the below command for testnet
BABYLON_BUILD_OPTIONS="testnet" make build
๐ณ Docker Image
| Image | Description |
|---|---|
| babylonlabs/babylond:v2.0.0-rc.2 | Mainnet image |
| babylonlabs/babylond:v2.0.0-rc.2-testnet | Testnet image |