@perena/bankineco-sdk 1.0.55 → 1.0.56

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- ## Example Usage
1
+ # Example Usage
2
2
 
3
- ### Minting/Burning
3
+ ## Minting/Burning
4
4
 
5
5
  ```typescript
6
6
  import { USDC_MINT, USDC_DECIMALS, USD_STAR_DECIMALS, getBankineco, mintUsdStarFromYieldingTx, burnUsdStarForYieldingTx, fromUiAmount } from "@perena/bankineco-sdk"
@@ -20,7 +20,7 @@ const mintTx = await mintUsdStarFromYieldingTx(bankineco, fromUiAmount(1, USDC_D
20
20
  const burnTx = await burnUsdStarForYieldingTx(bankineco, fromUiAmount(1, USD_STAR_DECIMALS), usdcPublicKey, USDC_DECIMALS);
21
21
  ```
22
22
 
23
- ## Get quote
23
+ ## Get Quote
24
24
 
25
25
  ```typescript
26
26
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perena/bankineco-sdk",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "SDK for interacting with Bankineco program on Solana.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",