turing-wallet-provider 1.3.10 → 1.3.11
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -310,8 +310,8 @@ const params = [
|
|
|
310
310
|
flag: "POOLNFT_MINT",
|
|
311
311
|
ft_contract_address: "",
|
|
312
312
|
poolNFT_version?: 2,
|
|
313
|
-
serverProvider_tag
|
|
314
|
-
serviceFeeRate
|
|
313
|
+
serverProvider_tag?: "",
|
|
314
|
+
serviceFeeRate?: 25, // poolNFT_version为2时此参数有效,默认为25
|
|
315
315
|
with_lock?: false, //默认值为false,为true则创建带哈希锁的poolNFT
|
|
316
316
|
pubKeyLock?: ["pubkey1", "pubkey2"],
|
|
317
317
|
lpCostAddress?: "", //设置添加流动性扣款地址
|