File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ docker build -t snapshotter-lite-v2 .
22
33#! /bin/bash
44
5- # Build the setup container
6- echo " ποΈ Building snapshotter-lite-setup container ..."
5+ # Build the setup image
6+ echo " ποΈ Building snapshotter-lite-setup image ..."
77docker build -f Dockerfile.setup -t snapshotter-lite-setup:latest .
88
99if [ $? -eq 0 ]; then
10- echo " β
Setup container built successfully"
10+ echo " β
Setup image built successfully"
1111else
12- echo " β Failed to build setup container "
12+ echo " β Failed to build setup image "
1313 exit 1
1414fi
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ extract_chain_config() {
201201
202202# Function to fetch markets configuration from GitHub
203203fetch_markets_config () {
204- echo " π Fetching latest configuration from GitHub..."
204+ echo " π Fetching latest protocol state and data market configuration from GitHub..."
205205
206206 # Try to fetch the configuration with timeout
207207 if command -v curl > /dev/null 2>&1 ; then
@@ -227,7 +227,7 @@ fetch_markets_config() {
227227 fi
228228 fi
229229
230- echo " β
Successfully fetched configuration from GitHub."
230+ echo " β
Successfully fetched protocol state and data market configurations from Powerloom's curated data markets GitHub repository ."
231231 return 0
232232}
233233
You canβt perform that action at this time.
0 commit comments