diff --git a/webapp/.ci/.env.prd b/webapp/.ci/.env.prd index 4b3ba228bc..70fef877eb 100644 --- a/webapp/.ci/.env.prd +++ b/webapp/.ci/.env.prd @@ -5,7 +5,7 @@ REACT_APP_CHAIN_ID=1 # Decentraland APIs REACT_APP_NFT_SERVER_URL=https://nft-api.decentraland.org/v1 REACT_APP_ATLAS_SERVER_URL=https://api.decentraland.org -REACT_APP_PEER_URL=https://peer.decentraland.org +REACT_APP_PEER_URL=https://peer-lb.decentraland.org REACT_APP_TRANSACTIONS_API_URL=https://transactions-api.decentraland.org/v1 # Third Party APIs diff --git a/webapp/.ci/.env.stg b/webapp/.ci/.env.stg index 99bffc07c9..1c21298ebe 100644 --- a/webapp/.ci/.env.stg +++ b/webapp/.ci/.env.stg @@ -5,7 +5,7 @@ REACT_APP_CHAIN_ID=1 # Decentraland APIs REACT_APP_NFT_SERVER_URL=https://nft-api.decentraland.net/v1 REACT_APP_ATLAS_SERVER_URL=https://api.decentraland.net -REACT_APP_PEER_URL=https://peer.decentraland.org +REACT_APP_PEER_URL=https://peer-lb.decentraland.org REACT_APP_TRANSACTIONS_API_URL=https://transactions-api.decentraland.net/v1 # Third Party APIs