Skip to content

Commit

Permalink
Merge pull request #7 from kexleyBeefy/add-linea-weeth
Browse files Browse the repository at this point in the history
add lynex-gamma-weeth-weth
  • Loading branch information
prevostc authored May 3, 2024
2 parents f5c05dd + 6e04e4d commit c336fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vault-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export function getChainVaults(): Array<VaultConfig> {
if (network === "linea") {
vaults.push(new VaultConfig("mendi-linea-ezeth", PLATFORM_AAVE, "0xf711cdcDDa1C5F919c94573cC4E38b4cE2207750"))
vaults.push(new VaultConfig("lynex-gamma-ezeth-weth", PLATFORM_GAMMA, "0x35884E8C569b9f7714A35EDf056A82535A43F5AD"))
vaults.push(new VaultConfig("lynex-gamma-weeth-weth", PLATFORM_GAMMA, "0xb9A23E2569C262a92635D825142f310BEAfB0Be0"))
vaults.push(new VaultConfig("mendi-linea-lev-wsteth", PLATFORM_MENDI_LEVERAGE, "0xBF71FbCe0d4Fc460D36fa1d13B397a3cd5c45220"))
vaults.push(new VaultConfig("mendi-linea-lev-weth", PLATFORM_MENDI_LEVERAGE, "0x23EC7f31a5c74D5Fe21aa386A7519028DBD6bA40"))
vaults.push(new VaultConfig("mendi-linea-lev-usdc", PLATFORM_MENDI_LEVERAGE, "0x9ab545Ab024a8Da2302f5b0D016F4f5501e330d1"))
Expand Down

0 comments on commit c336fc2

Please sign in to comment.