Skip to content

Commit

Permalink
Switch atlas next endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Dec 5, 2023
1 parent 5635ce9 commit 6b2223b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/atlas/src/.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ VITE_DEVELOPMENT_FAUCET_URL=https://atlas-dev.joystream.org/member-faucet/regist
VITE_DEVELOPMENT_YPP_FAUCET_URL=https://52.204.147.11.nip.io/membership

# Experimental env URLs
VITE_NEXT_ORION_AUTH_URL=https://3.123.129.217.nip.io/api/v1
VITE_NEXT_ORION_URL=https://3.123.129.217.nip.io/orion/graphql
VITE_NEXT_QUERY_NODE_SUBSCRIPTION_URL=wss://3.123.129.217.nip.io/orion/graphql
VITE_NEXT_NODE_URL=wss://3.123.129.217.nip.io/ws-rpc
VITE_NEXT_FAUCET_URL=https://3.123.129.217.nip.io/member-faucet/register
VITE_NEXT_YPP_FAUCET_URL=wss://3.123.129.217.nip.io/ws-rpc
VITE_NEXT_ORION_AUTH_URL=https://3.73.121.180.nip.io/api/v1
VITE_NEXT_ORION_URL=https://3.73.121.180.nip.io/orion/graphql
VITE_NEXT_QUERY_NODE_SUBSCRIPTION_URL=wss://3.73.121.180.nip.io/orion/graphql
VITE_NEXT_NODE_URL=wss://3.73.121.180.nip.io/ws-rpc
VITE_NEXT_FAUCET_URL=https://3.73.121.180.nip.io/member-faucet/register
VITE_NEXT_YPP_FAUCET_URL=wss://3.73.121.180.nip.io/ws-rpc

# Local development env URLs
VITE_LOCAL_ORION_URL=http://localhost:6116/graphql
Expand Down

0 comments on commit 6b2223b

Please sign in to comment.