Skip to content

Commit

Permalink
Merge pull request #505 from reservoirprotocol/jaden/remove-duplicate…
Browse files Browse the repository at this point in the history
…-degen

feat: removing duplicated degen
  • Loading branch information
JadenDurnford committed May 21, 2024
2 parents b71c906 + da79f33 commit da9ac59
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,19 +409,4 @@ export default [
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.nebula.checkPollingInterval,
},
{
...customChains.degen,
name: 'Degen',
lightIconUrl: '/icons/degen-icon-light.svg',
darkIconUrl: '/icons/degen-icon-dark.svg',
reservoirBaseUrl: reservoirChains.degen.baseApiUrl,
proxyApi: '/api/reservoir/degen',
routePrefix: 'degen',
apiKey: process.env.RESERVOIR_API_KEY,
coingeckoId: 'degen-base',
collectionSetId: process.env.NEXT_PUBLIC_DEGEN_COLLECTION_SET_ID,
community: process.env.NEXT_PUBLIC_DEGEN_COMMUNITY,
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.degen.checkPollingInterval,
},
] as ReservoirChain[]

0 comments on commit da9ac59

Please sign in to comment.