|
@@ -43,8 +43,8 @@ import java.util.Map;
|
|
*/
|
|
*/
|
|
@Script(name = "zksync-cross",
|
|
@Script(name = "zksync-cross",
|
|
params = {
|
|
params = {
|
|
- @ScriptParam(name = "minAmount", note = "跨链金额"),
|
|
|
|
- @ScriptParam(name = "maxAmount", note = "最大金额"),
|
|
|
|
|
|
+ @ScriptParam(name = "minAmount", note = "最小跨链金额"),
|
|
|
|
+ @ScriptParam(name = "maxAmount", note = "最大跨链金额"),
|
|
@ScriptParam(name = "accuracy", note = "转账精度(精确到小数点后几位)", defaultValue = "5"),
|
|
@ScriptParam(name = "accuracy", note = "转账精度(精确到小数点后几位)", defaultValue = "5"),
|
|
@ScriptParam(name = "l2Gas", note = "转账value,要求覆盖L2的手续费"),
|
|
@ScriptParam(name = "l2Gas", note = "转账value,要求覆盖L2的手续费"),
|
|
@ScriptParam(name = "l2GasLimit", note = "L2 gas limit", defaultValue = "901876"),
|
|
@ScriptParam(name = "l2GasLimit", note = "L2 gas limit", defaultValue = "901876"),
|