Skip to content

Commit

Permalink
Switches to devnet RPC in run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparPeterson committed Apr 1, 2024
1 parent 2a168b7 commit 83298b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ip link set dev lo up
# Add a hosts record, pointing target site calls to local loopback
echo "127.0.0.1 api.openai.com" >> /etc/hosts
echo "127.0.0.1 google.serper.dev" >> /etc/hosts
echo "127.0.0.1 testnet.galadriel.com" >> /etc/hosts
echo "127.0.0.1 devnet.galadriel.com" >> /etc/hosts
echo "127.0.0.1 oaidalleapiprodscus.blob.core.windows.net" >> /etc/hosts
echo "127.0.0.1 storage.googleapis.com" >> /etc/hosts
echo "127.0.0.1 oauth2.googleapis.com" >> /etc/hosts
Expand Down

0 comments on commit 83298b9

Please sign in to comment.