Skip to content

Commit 2be3916

Browse files
authored
Merge pull request #363 from stabilitydao/update-merkl-strategies
update merkl strats
2 parents a87b0cd + a91f324 commit 2be3916

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.54.2",
3+
"version": "0.54.3",
44
"description": "Stability Operating System Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

src/integrations.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
294294
StrategyShortId.MMF,
295295
StrategyShortId.VMF,
296296
StrategyShortId.AMF,
297+
StrategyShortId.ALMF,
297298
StrategyShortId.SiALMF,
298299
StrategyShortId.SiMerklF,
299300
StrategyShortId.SiMMF,

0 commit comments

Comments
 (0)