gitlab.com/flarenetwork/coreth@v0.1.1/scripts/versions.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  # Set up the versions to be used
     4  coreth_version=${CORETH_VERSION:-'v0.1.1'}
     5  # Don't export them as they're used in the context of other calls
     6  avalanche_version=${AVALANCHE_VERSION:-'v1.5.0-fuji'}