@hypurrquant/defi-cli 0.5.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypurrquant/defi-cli",
3
- "version": "0.5.0",
3
+ "version": "1.0.0",
4
4
  "description": "Multi-chain DeFi CLI \u2014 lending, DEX, LP, bridge, vault, staking from your terminal",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -86,7 +86,6 @@ export DEFI_PRIVATE_KEY=0xYourPrivateKey # only needed for broadcasting
86
86
  | Slug | Protocol | Interface |
87
87
  |------|----------|-----------|
88
88
  | `aave-v3-mantle` | Aave V3 Mantle | aave_v3 |
89
- | `lendle-mantle` | Lendle | aave_v3 |
90
89
  | `uniswap-v3-mantle` | Uniswap V3 | uniswap_v3 |
91
90
  | `merchantmoe-mantle` | Merchant Moe | uniswap_v2 + lb |
92
91
 
@@ -53,7 +53,6 @@
53
53
  | Slug | Name | Interface | Notes |
54
54
  |------|------|-----------|-------|
55
55
  | `aave-v3-mantle` | Aave V3 Mantle | aave_v3 | Official Aave V3 |
56
- | `lendle-mantle` | Lendle | aave_v3 | Mantle native lending |
57
56
 
58
57
  ### DEX Protocols
59
58
 
@@ -1,14 +0,0 @@
1
- [protocol]
2
- name = "Lendle"
3
- slug = "lendle-mantle"
4
- category = "lending"
5
- interface = "aave_v2"
6
- chain = "mantle"
7
- native = true
8
- description = "Lendle — Aave V2 fork on Mantle ($6.4M TVL)"
9
-
10
- [protocol.contracts]
11
- pool = "0xCFa5aE7c2CE8Fadc6426C1ff872cA45378Fb7cF3"
12
- oracle = "0x870c9692Ab04944C86ec6FEeF63F261226506EfC"
13
- pool_data_provider = "0x552b9e4bae485C4B7F540777d7D25614CdB84773"
14
- pool_addresses_provider = "0xAb94Bedd21ae3411eB2698945dfCab1D5C19C3d4"