Skip to content

Commit

Permalink
feat: adding cyber
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed May 21, 2024
1 parent 3494671 commit 990307a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,19 @@ export default [
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.nebula.checkPollingInterval,
},
{
...customChains.cyber,
name: 'Cyber',
lightIconUrl: '/icons/cyber-icon-light.svg',
darkIconUrl: '/icons/cyber-icon-dark.svg',
reservoirBaseUrl: reservoirChains.cyber.baseApiUrl,
proxyApi: '/api/reservoir/cyber',
routePrefix: 'cyber',
apiKey: process.env.RESERVOIR_API_KEY,
coingeckoId: 'cyberconnect',
collectionSetId: process.env.NEXT_PUBLIC_CYBER_COLLECTION_SET_ID,
community: process.env.NEXT_PUBLIC_CYBER_COMMUNITY,
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.cyber.checkPollingInterval,
},
] as ReservoirChain[]

0 comments on commit 990307a

Please sign in to comment.