Skip to content

Commit

Permalink
Merge pull request #24 from kexleyBeefy/add/sushi-arb-clms
Browse files Browse the repository at this point in the history
Add Sushi Arb CLMs
  • Loading branch information
prevostc authored Aug 29, 2024
2 parents f4ceee7 + 1f3e1a4 commit 3395d6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/vault-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ export function _getChainVaults(network: string): Array<VaultConfig> {
vaults.push(new VaultConfig("ramses-cl-rseth-ethx", PLATFORM_BEEFY_CLM, "0xBB18cb9D1F3f20dd1c3Af946b46Dd19872206DDa", ["0xf2bf40360aa066353f3b42576799141fe80e0285"]))
vaults.push(new VaultConfig("ramses-cl-rseth-weth-vault", PLATFORM_BEEFY_CLM_VAULT, "0x45eAc6f86b974b0536Aa488eD8DDF3022F4C768E", ["0x338Fb7e54f4875c76cA77AA9653eB08e856e1FcD"]))
vaults.push(new VaultConfig("ramses-cl-rseth-weth", PLATFORM_BEEFY_CLM, "0x9ebb94be20476db4a58e59c764e709b5fa35f8b0", ["0x81F15F4FA4848F7D87ceF27975AE2953bf333D7b"]))
vaults.push(new VaultConfig("sushi-cow-arb-ezeth-weth-vault", PLATFORM_BEEFY_CLM_VAULT, "0x54eA007Fa915D957E26EFc525F706952370151A8"))
vaults.push(new VaultConfig("sushi-cow-arb-ezeth-weth", PLATFORM_BEEFY_CLM, "0x53207d1B311c81df8d3bc3F8fC88A1723368B35C", ["0xa4b630B31E6550460660be5Ab0DB0E01525a89Dc"]))
vaults.push(new VaultConfig("sushi-cow-arb-usde-usdc-vault", PLATFORM_BEEFY_CLM_VAULT, "0x54A98Ff42737b61C1bB6D52B8dF2b07e63d6357D"))
vaults.push(new VaultConfig("sushi-cow-arb-usde-usdc", PLATFORM_BEEFY_CLM, "0x9df2252791dFB83FDFCC486e0dFA704C1f8b1d55", ["0xc21F77750d4E4f1F623340210e64570cB371ED69"]))
vaults.push(new VaultConfig("sushi-cow-arb-weeth-weth-vault", PLATFORM_BEEFY_CLM_VAULT, "0xed6add245e8Bb715311010f21c5Dc83A81FF275c"))
vaults.push(new VaultConfig("sushi-cow-arb-weeth-weth", PLATFORM_BEEFY_CLM, "0x1B27738B381C529EA5E05434e1bA633684F7372e", ["0xCF667Ad9524A0399b4bEb96875ED727C57BC0D0a"]))
vaults.push(new VaultConfig("uniswap-cow-arb-ezeth-wsteth", PLATFORM_BEEFY_CLM, "0x83368b5e04d8a2c990ef9b5fe41509fafcfba499", ["0xe4c1fc47aDB25506E664Af9748a4c3ee98828318"]))
vaults.push(new VaultConfig("uniswap-cow-arb-rseth-weth-vault", PLATFORM_BEEFY_CLM_VAULT, "0x1Db8d743824bdaBA39b88D22b44bcEcf7179D413", ["0x7f3e9f5EFFE06169Db679658392e4Ca79fd5E594"]))
vaults.push(new VaultConfig("uniswap-cow-arb-rseth-weth", PLATFORM_BEEFY_CLM, "0xf3d5c975de1c0fd358a593bcef7a41c61366127c", ["0x04D463bf08dF252Cb09a87D6d41a33c535942710"]))
Expand Down

0 comments on commit 3395d6e

Please sign in to comment.