Skip to content

Commit

Permalink
Add Yei iSEI
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Sep 6, 2024
1 parent af5a108 commit dc70f9a
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 @@ -117,6 +117,7 @@ export function _getChainVaults(network: string): Array<VaultConfig> {
}

if (network === "sei") {
vaults.push(new VaultConfig("yei-isei", PLATFORM_AAVE, "0x65862C640CE6FbC3fb289cd93ee8F0dFFEBC2FFe"))
vaults.push(new VaultConfig("yei-usdt", PLATFORM_AAVE, "0xcb25214EC41Ea480068638897FcBd6F1206F5521"))
vaults.push(new VaultConfig("yei-usdc", PLATFORM_AAVE, "0x906e60166A4B185016e53597fA12FBB1424e47d7"))
vaults.push(new VaultConfig("yei-wsei", PLATFORM_AAVE, "0x9E6B9518978bb7caf2ad70778E9AEED9eDb3DB78"))
Expand Down

0 comments on commit dc70f9a

Please sign in to comment.