Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(EddyFinance)Added Ultiverse stableSwap pool #11633

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/eddyfinance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const getReserves = 'function getReserves() view returns (uint112 _reserve0, uin
const stablePools = [
'0x448028804461e8e5a8877c228F3adFd58c3Da6B6', // 4 asset pool
'0x01a9cd602c6c3f05ea9a3a55184c2181bd43e4b8', // 2 asset pool accumulated finance
'0xee1629de70afaf3ae3592a9d6d859949750aa697' // 2 asset pool zearn
'0xee1629de70afaf3ae3592a9d6d859949750aa697', // 2 asset pool zearn
'0x89cb3fA2A7910A268e9f7F619108aFADBD7587c4' // 2 asset UltiVerse pool
]

async function stableSwapTvl(api) {
Expand Down
Loading