diff --git a/src/components/menus/definitions/OrbDefinitionsMenu.tsx b/src/components/menus/definitions/OrbDefinitionsMenu.tsx index 34715fa..8b25c9e 100644 --- a/src/components/menus/definitions/OrbDefinitionsMenu.tsx +++ b/src/components/menus/definitions/OrbDefinitionsMenu.tsx @@ -54,7 +54,7 @@ export const loadOrb = (orb: string, value?: OrbImport) => { const endpoint = process.env.NODE_ENV === 'development' ? 'http://localhost:3030' - : 'https://temp-orb-manifest-endpoint.herokuapp.com'; + : 'https://orb-indexer-proxy.herokuapp.com'; return fetch(`${endpoint}/orbs?orb=${orb}`).then( (resp) => @@ -97,7 +97,12 @@ const OrbDefinitionContainer = (props: { {Object.entries(props.data).map(([name, ref]) => ( - + ))}