File tree 4 files changed +20
-2
lines changed
4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stabilitydao/stability" ,
3
- "version" : " 0.24.11 " ,
3
+ "version" : " 0.24.12 " ,
4
4
"description" : " Stability Integration Library" ,
5
5
"main" : " out/index.js" ,
6
6
"types" : " out/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -374,6 +374,16 @@ export const assets: Asset[] = [
374
374
website : "https://equalizer.exchange/" ,
375
375
color : "#19b4e3" ,
376
376
} ,
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
+ } ,
377
387
] ;
378
388
379
389
export const getAsset = (
Original file line number Diff line number Diff line change 779
779
"name" : " Equalizer on Sonic" ,
780
780
"decimals" : 18 ,
781
781
"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"
782
790
}
783
791
]
784
792
}
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ export const strategies: { [shortId in StrategyShortId]: Strategy } = {
458
458
[ StrategyShortId . ISF ] : {
459
459
id : "Ichi SwapX Farm" ,
460
460
shortId : StrategyShortId . ISF ,
461
- state : StrategyState . AWAITING ,
461
+ state : StrategyState . LIVE ,
462
462
contractGithubId : 201 ,
463
463
color : "#599bff" ,
464
464
bgColor : "#142614" ,
You can’t perform that action at this time.
0 commit comments