Skip to content

Commit 0434064

Browse files
authored
chore: increase sign call gas from 10 to 15 TGas (#12)
2 parents c9493b9 + 647cfa9 commit 0434064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction/mpc_sign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl TransactionSample for MpcSign {
4646
args: serde_json::json!({"request": {"key_version": key_version,"path": "","payload": payload}})
4747
.to_string()
4848
.into_bytes(),
49-
gas: 10_000_000_000_000, // 10 TeraGas
49+
gas: 15_000_000_000_000, // 15 TeraGas
5050
deposit: 1,
5151
}))],
5252
});

0 commit comments

Comments
 (0)