Skip to content

Commit

Permalink
[fix] config endpoints (#53)
Browse files Browse the repository at this point in the history
* fix

* install scrit: remove collect-url flag
  • Loading branch information
tarassh authored Dec 12, 2024
1 parent 857ee27 commit f7e6f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LIGHTCLIENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
```
3 changes: 1 addition & 2 deletions scripts/macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7e6f83

Please sign in to comment.