Skip to content

Commit

Permalink
Update RPC URL to use v1 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tarassh committed Oct 9, 2024
1 parent ca1b3fb commit 0daedac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ done
# Start light-client with the provided and hardcoded arguments
light-client \
--loglevel debug \
--rpc-url wss://coordinator.das.test.covalentnetwork.org/rpc \
--rpc-url wss://coordinator.das.test.covalentnetwork.org/v1/rpc \
--collect-url https://us-central1-covalent-network-team-sandbox.cloudfunctions.net/ewm-das-collector \
--private-key "$PRIVATE_KEY"
2 changes: 1 addition & 1 deletion scripts/macos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ echo "IPFS daemon has started."
# Run your service binary with all the arguments
"\$COVALENT_DIR/\$SERVICE_NAME" \\
--loglevel debug \\
--rpc-url wss://coordinator.das.test.covalentnetwork.org/rpc \\
--rpc-url wss://coordinator.das.test.covalentnetwork.org/v1/rpc \\
--collect-url https://us-central1-covalent-network-team-sandbox.cloudfunctions.net/ewm-das-collector \\
--private-key "\$PRIVATE_KEY"
EOF
Expand Down

0 comments on commit 0daedac

Please sign in to comment.