Skip to content

Commit 3cec98d

Browse files
committed
fix(sdk): Use bash instead of sh.
1 parent 026b2fa commit 3cec98d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/eth_isready

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22
set -euo pipefail
33

44
RPC_URL="${RPC_URL:-http://127.0.0.1:8545}"

0 commit comments

Comments
 (0)