github.com/cgcardona/r-subnet-evm@v0.1.5/scripts/versions.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  # Set up the versions to be used - populate ENV variables only if they are not already populated
     4  SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.5.2'}
     5  # Don't export them as they're used in the context of other calls
     6  AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.10.2'}
     7  AVALANCHEGO_VERSION=${AVALANCHEGO_VERSION:-$AVALANCHE_VERSION}
     8  GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'}
     9  
    10  # This won't be used, but it's here to make code syncs easier
    11  LATEST_CORETH_VERSION=0.11.6