const GRAPHQL_ENDPOINT = "https://query-api-hasura-vcqilefdcq-uc.a.run.app/"; const APP_OWNER = "dev-queryapi.dataplatform.near"; const EXTERNAL_APP_URL = "https://queryapi-frontend-vcqilefdcq-ew.a.run.app"; const REGISTRY_CONTRACT_ID = "dev-queryapi.dataplatform.near"; const view = props.view; const path = props.path; const tab = props.tab; const selectedIndexerPath = props.selectedIndexerPath; return ( <Widget src={`${APP_OWNER}/widget/QueryApi.Dashboard`} props={{ GRAPHQL_ENDPOINT, APP_OWNER, EXTERNAL_APP_URL, REGISTRY_CONTRACT_ID, view, path, tab, selectedIndexerPath, isDev: true, }} /> );