Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tarassh committed Sep 22, 2024
1 parent fea23cc commit d4a264e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ done
light-client \
--loglevel debug \
--rpc-url ws://34.42.69.93:8080/rpc \
--topic-id DAS-TO-BQ \
--gcp-creds-file /gcp-credentials.json \
--collect-url https://ewm-light-clients-v2-838505730421.us-central1.run.app \
--private-key "$PRIVATE_KEY"
2 changes: 0 additions & 2 deletions scripts/macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ COVALENT_DIR="$HOME/.covalent"
IPFS_PATH=$(which ipfs) # Get the actual path of the IPFS binary
EXECUTABLE="light-client"
TRUSTED_SETUP="trusted_setup.txt"
GCP_CREDENTIALS="gcp-credentials.json"
WRAPPER_SCRIPT="$COVALENT_DIR/run.sh"
PLIST_FILE="$HOME/Library/LaunchAgents/com.covalent.light-client.plist"
IPFS_PLIST_FILE="$HOME/Library/LaunchAgents/com.covalent.ipfs.plist"
Expand All @@ -32,7 +31,6 @@ mkdir -p "$COVALENT_DIR"
# Copy the executable, trusted setup, and wrapper script to the destination directory
cp "$EXECUTABLE" "$COVALENT_DIR/"
cp "$TRUSTED_SETUP" "$COVALENT_DIR/"
cp "$GCP_CREDENTIALS" "$COVALENT_DIR/"
cp "uninstall.sh" "$COVALENT_DIR/"
cp "run.sh" "$WRAPPER_SCRIPT"

Expand Down
3 changes: 1 addition & 2 deletions scripts/macos/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ echo "IPFS daemon has started."
"$COVALENT_DIR/$SERVICE_NAME" \
--loglevel debug \
--rpc-url ws://34.42.69.93:8080/rpc \
--topic-id DAS-TO-BQ \
--gcp-creds-file "$COVALENT_DIR/$GCP_CREDENTIALS" \
--collect-url https://ewm-light-clients-v2-838505730421.us-central1.run.app
--private-key "$PRIVATE_KEY"

0 comments on commit d4a264e

Please sign in to comment.