We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a87b0cd + a91f324 commit 2be3916Copy full SHA for 2be3916
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stabilitydao/stability",
3
- "version": "0.54.2",
+ "version": "0.54.3",
4
"description": "Stability Operating System Library",
5
"main": "out/index.js",
6
"types": "out/index.d.ts",
src/integrations.ts
@@ -294,6 +294,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
294
StrategyShortId.MMF,
295
StrategyShortId.VMF,
296
StrategyShortId.AMF,
297
+ StrategyShortId.ALMF,
298
StrategyShortId.SiALMF,
299
StrategyShortId.SiMerklF,
300
StrategyShortId.SiMMF,
0 commit comments