@reserve-protocol/sdk 0.2.0 → 0.3.1

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.
Files changed (4) hide show
  1. package/README.md +1 -2
  2. package/dist/index.d.mts +44939 -50109
  3. package/dist/index.mjs +13538 -608
  4. package/package.json +4 -3
package/README.md CHANGED
@@ -7,10 +7,9 @@ This package is environment-agnostic. It should work in modern Node, browser app
7
7
  Implemented SDK product surface:
8
8
 
9
9
  - Index DTFs: Ethereum mainnet, Base, BSC.
10
+ - Yield DTFs: Ethereum mainnet and Base reads, issuance, staking, governance, auctions, APY, and proposal builders.
10
11
  - Account portfolio API reads: current portfolio, historical portfolio, and transactions.
11
12
 
12
- Yield DTF catalog entries and subgraph defaults exist for Ethereum mainnet and Base, but `sdk.yield.get` and `sdk.yield.list` are not implemented yet.
13
-
14
13
  ## Usage
15
14
 
16
15
  ```ts