Skip to content

Commit

Permalink
Enable USDC.axl Nabla prototype for Pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenStueber committed Nov 5, 2024
1 parent 6d23258 commit e73d7ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Layout/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <NablaIcon />,
props: {
Expand Down
5 changes: 5 additions & 0 deletions src/config/apps/nabla.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
};

0 comments on commit e73d7ac

Please sign in to comment.