Skip to content

Commit

Permalink
Merge pull request #140 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.24.3 collector
  • Loading branch information
a17 authored Jan 2, 2025
2 parents 06cf45c + cafa3f7 commit 6f55822
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabilitydao/stability",
"version": "0.24.2",
"version": "0.24.3",
"description": "Stability Integration Library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const assets: Asset[] = [
"43114": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
"81457": "0x4300000000000000000000000000000000000004",
"534352": "0x5300000000000000000000000000000000000004",
"146": "0x309C92261178fA0CF748A855e90Ae73FDb79EBc7",
"146": "0x50c42dEAcD8Fc9773493ED674b675bE577f2634b",
},
symbol: "WETH",
description: "WETH is an ERC-20 token that represents 1 Ether (ETH)",
Expand Down
8 changes: 5 additions & 3 deletions src/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,10 @@ export const integrations: { [org: string]: DeFiOrganization } = {
category: DefiCategory.AMM,
chains: [ChainName.FANTOM, ChainName.OPTIMISM, ChainName.SONIC],
adapters: [
// stable pools
// weighted pools
"BalancerComposableStableAdapter",
"BalancerWeightedAdapter",
],
strategies: [StrategyShortId.BSF, StrategyShortId.BWF],
},
},
defiLlama: "beethoven-x",
Expand Down Expand Up @@ -765,7 +766,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
shadow: {
name: "Shadow",
img: "shadow.png",
website: "https://www.shadowdex.fi/",
website: "https://www.shadow.so/",
protocols: {
shadow: {
name: "Shadow Exchange",
Expand Down Expand Up @@ -812,6 +813,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
category: DefiCategory.AMM,
chains: [ChainName.FANTOM, ChainName.BASE, ChainName.SONIC],
adapters: ["UniswapV3Adapter", "SolidlyAdapter"],
strategies: [StrategyShortId.EF],
},
},
defiLlama: "equalizer",
Expand Down
2 changes: 1 addition & 1 deletion src/stability.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
},
{
"chainId": 146,
"address": "0x309C92261178fA0CF748A855e90Ae73FDb79EBc7",
"address": "0x50c42dEAcD8Fc9773493ED674b675bE577f2634b",
"symbol": "WETH",
"name": "Wrapped Ether",
"decimals": 18,
Expand Down
4 changes: 2 additions & 2 deletions src/strategies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export const strategies: { [shortId in StrategyShortId]: Strategy } = {
[StrategyShortId.BWF]: {
id: "Beets Weighted Farm",
shortId: StrategyShortId.BWF,
state: StrategyState.AWAITING,
state: StrategyState.DEVELOPMENT,
contractGithubId: 196,
color: "#ff0000",
bgColor: "#000033",
Expand All @@ -444,7 +444,7 @@ export const strategies: { [shortId in StrategyShortId]: Strategy } = {
[StrategyShortId.EF]: {
id: "Equalizer Farm",
shortId: StrategyShortId.EF,
state: StrategyState.DEVELOPMENT,
state: StrategyState.LIVE,
contractGithubId: 199,
color: "#20c9e7",
bgColor: "#000000",
Expand Down

0 comments on commit 6f55822

Please sign in to comment.