Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ yarn prettier . --write

- 📦 New version
- 📚 Knowledge (🪙 assets, 🌐 protocols, ⛓️ chains)
- 🔨 Types, refactor
- 🔨 Types, refactor, formatter
- ♻️ Update data (DAOs, strats, integrations, etc)
- 🏛️ DAO
- 🧑‍🎓 Docs
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabilitydao/stability",
"version": "0.55.0",
"version": "0.56.0",
"description": "Stability Operating System Library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand All @@ -18,6 +18,7 @@
"overview": "ts-node tools/overview.ts",
"build": "tsc",
"test": "jest",
"update-lending": "ts-node tools/update-lending.ts && yarn prettier --write src/lending.ts",
"coverage": "jest --collect-coverage",
"postbuild": "shx cp src/*.tokenlist.json out/",
"draw-chains": "ts-node tools/draw-chains.ts",
Expand All @@ -38,6 +39,7 @@
"shx": "^0.3.4",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"viem": "^2.40.0"
}
}
Loading