Skip to content

Commit 15a5a16

Browse files
authored
Add arbitrum for Pell Network (DefiLlama#11348)
1 parent 15b18bc commit 15a5a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/pell/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { sumTokens2 } = require('../helper/unwrapLPs')
22
const { getConfig } = require('../helper/cache')
33

4-
const chains = ['ethereum', 'merlin', 'bouncebit', 'btr', 'bsc', 'bsquared', 'core', 'bevm', 'mantle', 'scroll', 'bob']
4+
const chains = ['ethereum', 'arbitrum', 'merlin', 'bouncebit', 'btr', 'bsc', 'bsquared', 'core', 'bevm', 'mantle', 'scroll', 'bob']
55

66
chains.forEach(chain => {
77
module.exports[chain] = {

0 commit comments

Comments
 (0)