Skip to content

Commit dd28cac

Browse files
authored
added manta chain (DefiLlama#9212)
1 parent e6bef7d commit dd28cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/interport-finance/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
methodology: 'Interport TVL is calculated by summing the USDT and USDC balance of the vaults contracts, ITP token balance in the ITP Revenue Share contract and LP token balance in the LP Revenue Share contract.',
1616
};
1717

18-
['ethereum', 'avax', 'bsc', 'fantom', 'arbitrum', 'polygon', 'polygon_zkevm', 'base', 'era', 'optimism', 'linea', 'eon', 'op_bnb', 'scroll'].forEach(chain => {
18+
['ethereum', 'avax', 'bsc', 'fantom', 'arbitrum', 'polygon', 'polygon_zkevm', 'base', 'era', 'optimism', 'linea', 'eon', 'op_bnb', 'scroll', 'manta'].forEach(chain => {
1919
module.exports[chain] = {
2020
tvl: async (_, _1, _2, { api }) => {
2121
const vaults = config[chain]?.vaults || defaultVaults

0 commit comments

Comments
 (0)