Skip to content

Commit

Permalink
Add optimism (#11279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leoakin43 authored Aug 13, 2024
1 parent 03114da commit 08012c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/moonwell/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,17 @@ const baseConfig = {
// Moonbeam
const baseTVL = usdCompoundExports(baseConfig.comptroller, baseConfig.chain)

// Optimism
const optimismConfig = {
comptroller: '0xCa889f40aae37FFf165BccF69aeF1E82b5C511B9',
chain: 'optimism'
}

const optimismTVL = usdCompoundExports(optimismConfig.comptroller, optimismConfig.chain)

module.exports = {
moonbeam: { ...moonbeamTVL, staking: moonbeamStaking },
base: { ...baseTVL },
optimism: { ...optimismTVL },
hallmarks: [[1659312000, 'Nomad Bridge Exploit']]
}

0 comments on commit 08012c9

Please sign in to comment.