File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ REACT_APP_ONBOARDING_API_URL=https://europe-central2-centrifuge-production-x.clo
88REACT_APP_PINNING_API_URL=https://europe-central2-centrifuge-production-x.cloudfunctions.net/pinning-api-production
99REACT_APP_POOL_CREATION_TYPE=propose
1010REACT_APP_RELAY_WSS_URL=wss://rpc.polkadot.io
11- REACT_APP_SUBQUERY_URL=https://api.centrifuge.io
11+ REACT_APP_SUBQUERY_URL=https://api-main.cfg.embrio.tech/
1212REACT_APP_SUBSCAN_URL=https://centrifuge.subscan.io
1313REACT_APP_TINLAKE_NETWORK=mainnet
1414REACT_APP_INFURA_KEY=8ed99a9a115349bbbc01dcf3a24edc96
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ REACT_APP_ONBOARDING_API_URL=https://europe-central2-centrifuge-production-x.clo
88REACT_APP_PINNING_API_URL = https://europe-central2-centrifuge-production-x.cloudfunctions.net/pinning-api-production
99REACT_APP_POOL_CREATION_TYPE = propose
1010REACT_APP_RELAY_WSS_URL = wss://rpc.polkadot.io
11- REACT_APP_SUBQUERY_URL = https://api.centrifuge.io
11+ REACT_APP_SUBQUERY_URL = https://api-main.cfg.embrio.tech/
1212REACT_APP_SUBSCAN_URL = https://centrifuge.subscan.io
1313REACT_APP_TINLAKE_NETWORK = mainnet
1414REACT_APP_INFURA_KEY = 8ed99a9a115349bbbc01dcf3a24edc96
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ type ReportsType = Report | DataReport
4545
4646const centrifuge = new Centrifuge ( {
4747 environment : 'mainnet' ,
48- indexerUrl : 'https://api.centrifuge.io /' ,
48+ indexerUrl : 'https://api-main.cfg.embrio.tech /' ,
4949} )
5050
5151export function useReport < T extends ReportsType > (
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const HoldingsTable = ({ metadata }: { metadata: PoolMetadata | undefined
4747 }
4848 } )
4949
50- if ( ! assetsData ) {
50+ if ( ! assetsData || assetsData . data . length === 0 ) {
5151 return null
5252 }
5353
You can’t perform that action at this time.
0 commit comments