@crypticdot/defituna-client 2.0.6 → 2.0.8
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 +0 -3
- package/dist/index.d.mts +440 -110
- package/dist/index.d.ts +440 -110
- package/dist/index.js +1513 -639
- package/dist/index.mjs +1434 -534
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
# DefiTuna Client
|
|
2
2
|
|
|
3
|
-
> ⚠️ **WARNING:** DefiTuna Client version 2.0 is not fully compatible with the mainnet onchain program.
|
|
4
|
-
> FusionAMM pools are not yet supported. Use Orca pools.
|
|
5
|
-
|
|
6
3
|
## Overview
|
|
7
4
|
This package provides developers with low-level functionalities for interacting with the DefiTuna Program on Solana.
|
|
8
5
|
|