fix: BonkParams platform_onfig changed to platform_comfig

This commit is contained in:
wei
2025-08-30 23:51:20 +08:00
parent 9438172029
commit 818f1abd9d
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -33,14 +33,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.5.2" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.5.3" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "0.5.2"
sol-trade-sdk = "0.5.3"
```
## 使用示例