Skip to content

Commit

Permalink
feat: add support core chain (DefiLlama#10862)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeamijo authored Jul 3, 2024
1 parent 9478e00 commit 90f1430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pell/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { sumTokens2 } = require('../helper/unwrapLPs')
const { getConfig } = require('../helper/cache')

const chains = ['merlin', 'bouncebit', 'btr', 'bsc', 'bsquared']
const chains = ['merlin', 'bouncebit', 'btr', 'bsc', 'bsquared', 'core']

chains.forEach(chain => {
module.exports[chain] = {
Expand Down

0 comments on commit 90f1430

Please sign in to comment.