Skip to content

Commit

Permalink
Merge pull request #217 from stabilitydao/alien-dev
Browse files Browse the repository at this point in the history
♻️ sync SiL, covers
  • Loading branch information
a17 authored Feb 15, 2025
2 parents 52a6585 + 024f554 commit c37a7ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified chains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
name: "Silo V2",
category: DefiCategory.LENDING,
chains: [ChainName.ARBITRUM, ChainName.SONIC],
strategies: [StrategyShortId.SiF],
strategies: [StrategyShortId.SiF, StrategyShortId.SiL],
},
},
defiLlama: "silo-finance",
Expand Down
2 changes: 1 addition & 1 deletion src/strategies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export const strategies: { [shortId in StrategyShortId]: Strategy } = {
[StrategyShortId.SiL]: {
id: "Silo Leverage",
shortId: StrategyShortId.SiL,
state: StrategyState.DEVELOPMENT,
state: StrategyState.LIVE,
contractGithubId: 222,
color: "#ff0000",
bgColor: "#190031",
Expand Down

0 comments on commit c37a7ca

Please sign in to comment.