Use 180k gas for MsgDelegate
This commit is contained in:
parent
939b2b9964
commit
42852c1cae
@ -17,7 +17,7 @@ const msg: MsgDelegate = {
|
||||
};
|
||||
const fee = {
|
||||
amount: coins(2000, "ucosm"),
|
||||
gas: "120000", // 120k
|
||||
gas: "180000", // 180k
|
||||
};
|
||||
const memo = "Use your power wisely";
|
||||
|
||||
|
||||
@ -360,7 +360,7 @@ describe("SigningCosmWasmClient", () => {
|
||||
};
|
||||
const fee = {
|
||||
amount: coins(2000, "ucosm"),
|
||||
gas: "120000", // 120k
|
||||
gas: "180000", // 180k
|
||||
};
|
||||
const result = await client.signAndPost([msg], fee, "Use your power wisely");
|
||||
assertIsPostTxSuccess(result);
|
||||
|
||||
@ -95,7 +95,7 @@ describe("SigningCosmosClient", () => {
|
||||
};
|
||||
const fee = {
|
||||
amount: coins(2000, "ucosm"),
|
||||
gas: "120000", // 120k
|
||||
gas: "180000", // 180k
|
||||
};
|
||||
const result = await client.signAndPost([msg], fee, "Use your power wisely");
|
||||
assertIsPostTxSuccess(result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user