Skip to content

Commit

Permalink
include optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 16, 2025
1 parent 655123d commit 17f3e9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/balanced/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const networkIdentifiers = {
"0x2105.base": "base",
"sui": "sui",
"solana" : "solana",
"stellar" : "stellar"
"stellar" : "stellar",
"optimism" : "optimism"
}

// Get decimals of cross-chain Balanced assets in balancedAssetManagerContract
Expand Down
3 changes: 3 additions & 0 deletions projects/balanced/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ module.exports = {
},
stellar: {
tvl: async () => await computeTVL("stellar"),
},
optimism: {
tvl: async () => await computeTVL("optimism"),
}
};

0 comments on commit 17f3e9a

Please sign in to comment.