Skip to content

Commit

Permalink
feat: add europa eth as list currency
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed May 22, 2024
1 parent f8f72bf commit 2e58232
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,15 @@ export default [
coingeckoId: 'ethereum',
collectionSetId: process.env.NEXT_PUBLIC_NEBULA_COLLECTION_SET_ID,
community: process.env.NEXT_PUBLIC_NEBULA_COMMUNITY,
listingCurrencies: [
{
chainId: 1482601649,
address: '0xab01bad2c86e24d371a13ed6367bdca819589c5d',
symbol: 'ETH',
name: 'Europa ETH',
decimals: 18,
},
],
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.nebula.checkPollingInterval,
},
Expand Down

0 comments on commit 2e58232

Please sign in to comment.