Skip to content

Commit fba38cc

Browse files
committed
🔨remove OS, dao deployments
1 parent 919acbd commit fba38cc

File tree

10 files changed

+13
-2704
lines changed

10 files changed

+13
-2704
lines changed

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 📦 Stability Operating System Library
1+
# 📦 Stability DAO Library
22

33
![GitHub package.json version](https://img.shields.io/github/package-json/v/stabilitydao/stability/main)
44
![GitHub package.json version](https://img.shields.io/github/package-json/v/stabilitydao/stability/dev)
@@ -11,7 +11,7 @@
1111

1212
[![codecov](https://codecov.io/github/stabilitydao/stability/graph/badge.svg?token=V0JV1WOGMM)](https://codecov.io/github/stabilitydao/stability)
1313

14-
This is library for integrating Stability OS into Node.js applications.
14+
This is library for integrating Stability DAO into Node.js applications.
1515

1616
## 🔌 Usage
1717

@@ -24,37 +24,26 @@ yarn add @stabilitydao/stability
2424
and use it
2525

2626
```javascript
27-
import { daos } from "@stabilitydao/stability";
28-
console.log(`Names of DAOs: ${daos.map((dao) => dao.name).join(", ")}`);
27+
import { strategies } from "@stabilitydao/stability";
28+
console.log(`Strategies: ${Object.keys(strategies).join(", ")}`);
2929
```
3030

3131
## 👷 Develop
3232

3333
### How to
3434

3535
```shell
36-
yarn os
36+
yarn overview
3737
yarn test
3838
yarn coverage
3939
yarn prettier . --write
4040
```
4141

4242
### Commit and PR prefix
4343

44-
#### Units
45-
46-
- 🍀 Stability OS
47-
- 🧊 VaaS
48-
- 📜 DeFi Strategies
49-
- ⛓️ Chain support
44+
- 📜 DeFi Strategies
45+
- ⛓️ Chains
5046
- 🏦 Lending
51-
- 🦄 Arbitrage
52-
- 📙 MEV Strategies
53-
- 🐺 Liquidation
54-
- 📙 MEV Strategies
55-
56-
#### Common
57-
5847
- 📦 New version
5948
- 📚 Knowledge (🪙 assets, 🌐 protocols, ⛓️ chains)
6049
- 🔨 Types, refactor, formatter

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.59.2",
4-
"description": "Stability Operating System Library",
3+
"version": "0.60.0",
4+
"description": "Stability DAO Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
77
"files": [
@@ -14,7 +14,6 @@
1414
"author": "stabilitydao",
1515
"license": "MIT",
1616
"scripts": {
17-
"os": "ts-node tools/overview.ts",
1817
"overview": "ts-node tools/overview.ts",
1918
"build": "tsc",
2019
"test": "jest",

src/activity/builder.ts

Lines changed: 0 additions & 141 deletions
This file was deleted.

src/activity/index.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)