@crypticdot/defituna-client 2.0.5 → 2.0.7

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/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # DefiTuna Client
2
2
 
3
- > ⚠️ **WARNING:** DefiTuna Client version 2.0 is not yet compatible with the mainnet onchain program.
4
- > Please use the previous 1.0.x version.
5
-
6
3
  ## Overview
7
4
  This package provides developers with low-level functionalities for interacting with the DefiTuna Program on Solana.
8
5
 
@@ -15,9 +12,9 @@ This package provides developers with low-level functionalities for interacting
15
12
  ## Installation
16
13
  ```bash
17
14
  # NPM
18
- npm install @defituna/client
15
+ npm install @crypticdot/defituna-client
19
16
  # Yarn
20
- yarn add @defituna/client
17
+ yarn add @crypticdot/defituna-client
21
18
  # PNPM
22
- pnpm add @defituna/client
19
+ pnpm add @crypticdot/defituna-client
23
20
  ```