How do I install the beta-1 or beta-2 toolchain?

I want to configure all of my tooling to work for the beta-1 testnet. I also am curious how I would do that with beta-2

8 Likes

See this answer: Toolchain with name 'beta-1-aarch64-apple-darwin' does not exist

fuelup self update
fuelup toolchain install beta-2
fuelup default beta-2

2 Likes

I was getting this error: Toolchain with name 'beta-2-x86_64-apple-darwin' does not exist
Your post saved my efforts. Thanks