diff --git a/src/components/Layout/links.tsx b/src/components/Layout/links.tsx index 159e35aa..0d36e3b4 100644 --- a/src/components/Layout/links.tsx +++ b/src/components/Layout/links.tsx @@ -102,6 +102,7 @@ export function createLinks(tenantName: TenantName): LinkItem[] { title: 'Forex AMM', hidden: (nablaConfig.environment && !nablaConfig.environment.includes(config.env)) || + !tenantName || (tenantName && !nablaConfig.tenants.includes(tenantName)), prefix: , props: { diff --git a/src/config/apps/nabla.ts b/src/config/apps/nabla.ts index 61a9d2cc..a32ddee6 100644 --- a/src/config/apps/nabla.ts +++ b/src/config/apps/nabla.ts @@ -23,7 +23,7 @@ export const nablaConfig: NablaConfig = { }, pendulum: { indexerUrl: 'https://pendulum.squids.live/pendulum-squid/graphql', - router: '6fEJAs1ycfTNDZY7ZoAtkBhuhHnRVNscdALMBLdjDV12K4uE', - oracle: '6fxpVAp3W5mJsXqnBiQresTd8HZDkNMRFCafbXC9X2AAjFHY', + router: '6dQQoUKQ9LNDCrGMjoZjeHBXsuihSgQiQEgD9Z7VtHR82wfG', + oracle: '6eFMEXfr5cebufroDDPnJrawkuoDeqYwxtwn3vKaKLNjM31W', }, };