From f7e6f838431bc75f391401d710fe429b959962bf Mon Sep 17 00:00:00 2001 From: tarassh Date: Thu, 12 Dec 2024 11:15:25 -0800 Subject: [PATCH] [fix] config endpoints (#53) * fix * install scrit: remove collect-url flag --- LIGHTCLIENT.md | 2 +- scripts/macos/install.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LIGHTCLIENT.md b/LIGHTCLIENT.md index 1819431..f5c0197 100644 --- a/LIGHTCLIENT.md +++ b/LIGHTCLIENT.md @@ -59,5 +59,5 @@ Note: Private key is the identity of your client. To generate a private key, use - [Eth-vanity](https://eth-vanity.io/#calc) ```sh -./bin/light-client --rpc-url wss://coordinator.das.test.covalentnetwork.org/v1/rpc --private-key ${PRIVATE_KEY} +./bin/light-client --rpc-url https://apilayer-ewm-838505730421.us-central1.run.app/api/v1 --private-key ${PRIVATE_KEY} ``` diff --git a/scripts/macos/install.sh b/scripts/macos/install.sh index b8cdde4..22cee20 100644 --- a/scripts/macos/install.sh +++ b/scripts/macos/install.sh @@ -147,8 +147,7 @@ echo "IPFS daemon has started." # Run your service binary with all the arguments "\$COVALENT_DIR/\$SERVICE_NAME" \\ --loglevel info \\ - --rpc-url wss://coordinator.das.test.covalentnetwork.org/v1/rpc \\ - --collect-url https://us-central1-covalent-network-team-sandbox.cloudfunctions.net/ewm-das-collector \\ + --rpc-url https://apilayer-ewm-838505730421.us-central1.run.app/api/v1 \\ --private-key "\$PRIVATE_KEY" EOF