|
@@ -13,8 +13,8 @@ import com.ichaoj.ams.script.annotation.ScriptType;
|
|
|
type = ScriptType.Js,
|
|
|
|
|
|
params = {
|
|
|
- @ScriptParam(name = "amountMin", note = "最小金额"),
|
|
|
- @ScriptParam(name = "amountMax", note = "最大金额"),
|
|
|
+ @ScriptParam(name = "minAmount", note = "最小金额"),
|
|
|
+ @ScriptParam(name = "maxAmount", note = "最大金额"),
|
|
|
@ScriptParam(name = "accuracy", note = "精度"),
|
|
|
@ScriptParam(name = "crossGas", note = "跨链Gas"),
|
|
|
@ScriptParam(name = "dist_chain", note = "目标链(arb/opt/eth)"),
|