Skip to content

Commit 751baee

Browse files
authored
Merge pull request #161 from stabilitydao/dev
0.24.12 collector
2 parents 358908d + 6d9a752 commit 751baee

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.24.11",
3+
"version": "0.24.12",
44
"description": "Stability Integration Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

src/assets.ts

+10
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,16 @@ export const assets: Asset[] = [
374374
website: "https://equalizer.exchange/",
375375
color: "#19b4e3",
376376
},
377+
{
378+
addresses: {
379+
"146": "0xA04BC7140c26fc9BB1F36B1A604C7A5a88fb0E70",
380+
},
381+
symbol: "SWPx",
382+
description:
383+
"Equalizer Exchange is the fastest liquidity hub providing optimized trading and earning opportunities.",
384+
website: "https://swapx.fi/",
385+
color: "#3f6743",
386+
},
377387
];
378388

379389
export const getAsset = (

src/stability.tokenlist.json

+8
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,14 @@
779779
"name": "Equalizer on Sonic",
780780
"decimals": 18,
781781
"logoURI": "https://cdn.jsdelivr.net/gh/unified-defi/equalizer-tokens@latest/sonic/tokens/128x128/0xddf26b42c1d903de8962d3f79a74a501420d5f19.png"
782+
},
783+
{
784+
"chainId": 146,
785+
"address": "0xA04BC7140c26fc9BB1F36B1A604C7A5a88fb0E70",
786+
"symbol": "SWPx",
787+
"name": "SwapX",
788+
"decimals": 18,
789+
"logoURI": "https://swapx.fi/assets/swpx-28556910.svg"
782790
}
783791
]
784792
}

src/strategies.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export const strategies: { [shortId in StrategyShortId]: Strategy } = {
458458
[StrategyShortId.ISF]: {
459459
id: "Ichi SwapX Farm",
460460
shortId: StrategyShortId.ISF,
461-
state: StrategyState.AWAITING,
461+
state: StrategyState.LIVE,
462462
contractGithubId: 201,
463463
color: "#599bff",
464464
bgColor: "#142614",

0 commit comments

Comments
 (0)