Skip to content

Commit 85f5f76

Browse files
author
Jasmin@AvalonLabs
authored
Fix avalon usda typo (DefiLlama#12202)
1 parent 1b37f5f commit 85f5f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/avalon-finance-usda/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ const config = {
2222
}
2323

2424
module.exports = {
25-
methodology: `FBTC and LFFBTC as collateral`,
25+
methodology: `FBTC and LFBTC as collateral`,
2626
}
2727

2828
Object.keys(config).forEach(chain => {
2929
const {poolAddress, lfbtcAddress, fbtcAddress,} = config[chain]
3030
module.exports[chain] = {
3131
tvl: sumTokensExport({ owner: poolAddress, tokens: [lfbtcAddress, fbtcAddress], }),
3232
}
33-
})
33+
})

0 commit comments

Comments
 (0)