Skip to content

Commit 2fb7484

Browse files
authored
Fix: swap subquery url (#2766)
1 parent 07c61df commit 2fb7484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

centrifuge-app/.env-config/.env.ff-prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REACT_APP_ONBOARDING_API_URL=https://europe-central2-centrifuge-production-x.clo
88
REACT_APP_PINNING_API_URL=https://europe-central2-centrifuge-production-x.cloudfunctions.net/pinning-api-production
99
REACT_APP_POOL_CREATION_TYPE=propose
1010
REACT_APP_RELAY_WSS_URL=wss://rpc.polkadot.io
11-
REACT_APP_SUBQUERY_URL=https://api.centrifuge.io
11+
REACT_APP_SUBQUERY_URL=https://v2.api.centrifuge.io/
1212
REACT_APP_SUBSCAN_URL=https://centrifuge.subscan.io
1313
REACT_APP_TINLAKE_NETWORK=mainnet
1414
REACT_APP_INFURA_KEY=8ed99a9a115349bbbc01dcf3a24edc96

centrifuge-app/.env-config/.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REACT_APP_ONBOARDING_API_URL=https://europe-central2-centrifuge-production-x.clo
88
REACT_APP_PINNING_API_URL=https://europe-central2-centrifuge-production-x.cloudfunctions.net/pinning-api-production
99
REACT_APP_POOL_CREATION_TYPE=propose
1010
REACT_APP_RELAY_WSS_URL=wss://rpc.polkadot.io
11-
REACT_APP_SUBQUERY_URL=https://api.centrifuge.io
11+
REACT_APP_SUBQUERY_URL=https://v2.api.centrifuge.io/
1212
REACT_APP_SUBSCAN_URL=https://centrifuge.subscan.io
1313
REACT_APP_TINLAKE_NETWORK=mainnet
1414
REACT_APP_INFURA_KEY=8ed99a9a115349bbbc01dcf3a24edc96

0 commit comments

Comments
 (0)