Skip to content

Commit 5e6f701

Browse files
Configure solana to use local url on RPC nodes (#61)
1 parent 97c6fd0 commit 5e6f701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/startup_scripts.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,9 @@ while [[ -n $1 ]]; do
836836
done
837837
838838
echo "post positional args"
839+
840+
solana config set -ul
841+
839842
if [[ "$SOLANA_GPU_MISSING" -eq 1 ]]; then
840843
echo "Testnet requires GPUs, but none were found! Aborting..."
841844
exit 1

0 commit comments

Comments
 (0)