Skip to content

Commit

Permalink
Add symbiotic reserve manager and vaults (#13262)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlee1435 authored Jan 27, 2025
1 parent 4c07130 commit b90440d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/level-money/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const LEVEL_WRAPPED_AUSDC = '0x78c6B27Be6DB520d332b1b44323F94bC831F5e33';
const LEVEL_WRAPPED_AUSDT = '0xb723377679b807370Ae8615ae3E76F6D1E75a5F2';

const LEVEL_STAKING_CONTRACT = '0x7FDA203f6F77545548E984133be62693bCD61497';
const LEVEL_RESERVE_MANAGERS = ['0x70D544F75c2228D68EE04BC63e6e4Bae8F31fCEF', '0x7B2c2C905184CEf1FABe920D4CbEA525acAa6f14'];
const LEVEL_RESERVE_MANAGERS = ['0x70D544F75c2228D68EE04BC63e6e4Bae8F31fCEF', '0x7B2c2C905184CEf1FABe920D4CbEA525acAa6f14', '0x21c937d436f2d86859ce60311290a8072368932d'];
const LEVEL_WRAPPED_TOKENS = [LEVEL_WRAPPED_AUSDC, LEVEL_WRAPPED_AUSDT];

const LEVEL_USD_POINTS_FARM = '0x80B73eF4534FE245300017A5197451973559c00f';
Expand Down

0 comments on commit b90440d

Please sign in to comment.