@stabilitydao/stability 0.24.12 → 0.24.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -754,7 +754,7 @@
754
754
  "symbol": "SACRA_GEM_1",
755
755
  "name": "Sacra Gem 1",
756
756
  "decimals": 18,
757
- "logoURI": "https://www.pearl.exchange/tokens/SACRA.png"
757
+ "logoURI": "https://raw.githubusercontent.com/stabilitydao/.github/main/tokens/sacragem.png"
758
758
  },
759
759
  {
760
760
  "chainId": 146,
package/out/strategies.js CHANGED
@@ -403,8 +403,8 @@ exports.strategies = {
403
403
  shortId: "ISF" /* StrategyShortId.ISF */,
404
404
  state: StrategyState.LIVE,
405
405
  contractGithubId: 201,
406
- color: "#599bff",
407
- bgColor: "#142614",
406
+ color: "#257bff",
407
+ bgColor: "#061606",
408
408
  ammAdapter: "AlgebraV4",
409
409
  baseStrategies: [BaseStrategy.LP, BaseStrategy.FARMING],
410
410
  protocols: ["ichi:ichi", "swapx:swapx"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stabilitydao/stability",
3
- "version": "0.24.12",
3
+ "version": "0.24.13",
4
4
  "description": "Stability Integration Library",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",