Skip to content

Commit

Permalink
Switches to devnet RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparPeterson committed Apr 1, 2024
1 parent 414b9de commit 2a168b7
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions admin/settings.py
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@

CHAIN_ID = os.getenv("CHAIN_ID", "")
WEB3_RPC_URL = os.getenv("WEB3_RPC_URL", "")
PRIVATE_KEY = os.getenv("PRIVATE_KEY", "")
ORACLE_ADDRESS = os.getenv("ORACLE_ADDRESS", "")
ORACLE_ABI_PATH = os.getenv("ORACLE_ABI_PATH", "")

2 changes: 1 addition & 1 deletion enclave/run_proxies.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ nohup vsock-proxy 8001 api.openai.com 443 \
--config vsock/vsock_proxy_openai.yaml &> vsock_proxy_openai.log &
nohup vsock-proxy 8002 google.serper.dev 443 \
--config vsock/vsock_proxy_serper.yaml &> vsock_proxy_serper.log &
nohup vsock-proxy 8003 testnet.galadriel.com 443 \
nohup vsock-proxy 8003 devnet.galadriel.com 443 \
--config vsock/vsock_proxy_galadriel.yaml &> vsock_proxy_galadriel.log &
nohup vsock-proxy 8004 oaidalleapiprodscus.blob.core.windows.net 443 \
--config vsock/vsock_proxy_windows.yaml &> vsock_proxy_windows.log &
2 changes: 1 addition & 1 deletion enclave/vsock/vsock_proxy_galadriel.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
allowlist:
- { address: testnet.galadriel.com, port: 443 }
- { address: devnet.galadriel.com, port: 443 }

0 comments on commit 2a168b7

Please sign in to comment.