Skip to content

Commit

Permalink
allow endpoints to expand to multiple input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dshiell committed Sep 10, 2024
1 parent 4e39642 commit a9adf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ endpoints="$(get_endpoints)"
set -e

# Run the cached-eth-rpc command with environment variables
exec /app/cached-eth-rpc "$endpoints" "$@"
exec /app/cached-eth-rpc $endpoints "$@"

0 comments on commit a9adf8b

Please sign in to comment.