feat(core): Upgrade SDK version to 0.4.7 and enhance parameter constructors

- Upgrade SDK version from 0.4.6 to 0.4.7
- Enhance PumpFunParams.immediate_sell function with creator parameter support
- Extend BonkParams.immediate_sell function with necessary platform parameters
This commit is contained in:
ysq
2025-08-22 22:28:54 +08:00
parent 1f47fc84d4
commit 20767ae597
4 changed files with 21 additions and 9 deletions
+2 -2
View File
@@ -33,14 +33,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.4.6" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.4.7" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.4.6"
sol-trade-sdk = "0.4.7"
```
## Usage Examples