From e73d7ac6acb603ad77ae316ed8a6898eb7467701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20Stu=CC=88ber?= <15174476+TorstenStueber@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:53:14 +0200 Subject: [PATCH] Enable USDC.axl Nabla prototype for Pendulum --- src/components/Layout/links.tsx | 1 + src/config/apps/nabla.ts | 5 +++++ 2 files changed, 6 insertions(+) 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..41c82a37 100644 --- a/src/config/apps/nabla.ts +++ b/src/config/apps/nabla.ts @@ -26,4 +26,9 @@ export const nablaConfig: NablaConfig = { router: '6fEJAs1ycfTNDZY7ZoAtkBhuhHnRVNscdALMBLdjDV12K4uE', oracle: '6fxpVAp3W5mJsXqnBiQresTd8HZDkNMRFCafbXC9X2AAjFHY', }, + pendulum: { + indexerUrl: 'https://pendulum.squids.live/pendulum-squid/graphql', + router: '6dQQoUKQ9LNDCrGMjoZjeHBXsuihSgQiQEgD9Z7VtHR82wfG', + oracle: '6eFMEXfr5cebufroDDPnJrawkuoDeqYwxtwn3vKaKLNjM31W', + }, };