Skip to content

Commit

Permalink
feat: adding USDC and SKL as listing currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenDurnford committed May 22, 2024
1 parent 2e58232 commit ad802a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,20 @@ export default [
name: 'Europa ETH',
decimals: 18,
},
{
chainId: 1482601649,
address: '0xcc205196288b7a26f6d43bbd68aaa98dde97276d',
symbol: 'USDC',
name: 'USDC',
decimals: 18,
},
{
chainId: 1482601649,
address: '0x7f73b66d4e6e67bcdeaf277b9962addcdabbfc4d',
symbol: 'SKL',
name: 'SKL',
decimals: 18,
},
],
oracleBidsEnabled: true,
checkPollingInterval: reservoirChains.nebula.checkPollingInterval,
Expand Down

0 comments on commit ad802a6

Please sign in to comment.