Skip to content

Commit 875e1f3

Browse files
authored
Merge pull request #348 from stabilitydao/mttn3773-dev
add update-lending
2 parents 64f362f + b00e0c0 commit 875e1f3

File tree

9 files changed

+1884
-59
lines changed

9 files changed

+1884
-59
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ yarn prettier . --write
5757

5858
- πŸ“¦ New version
5959
- πŸ“š Knowledge (πŸͺ™ assets, 🌐 protocols, ⛓️ chains)
60-
- πŸ”¨ Types, refactor
60+
- πŸ”¨ Types, refactor, formatter
6161
- ♻️ Update data (DAOs, strats, integrations, etc)
6262
- πŸ›οΈ DAO
6363
- πŸ§‘β€πŸŽ“ Docs

β€Žpackage.jsonβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.55.0",
3+
"version": "0.56.0",
44
"description": "Stability Operating System Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -18,6 +18,7 @@
1818
"overview": "ts-node tools/overview.ts",
1919
"build": "tsc",
2020
"test": "jest",
21+
"update-lending": "ts-node tools/update-lending.ts && yarn prettier --write src/lending.ts",
2122
"coverage": "jest --collect-coverage",
2223
"postbuild": "shx cp src/*.tokenlist.json out/",
2324
"draw-chains": "ts-node tools/draw-chains.ts",
@@ -38,6 +39,7 @@
3839
"shx": "^0.3.4",
3940
"ts-jest": "^29.1.4",
4041
"ts-node": "^10.9.2",
41-
"typescript": "^5.4.5"
42+
"typescript": "^5.4.5",
43+
"viem": "^2.40.0"
4244
}
4345
}

0 commit comments

Comments
Β (0)