Skip to content

Commit

Permalink
Modify submit proof gas
Browse files Browse the repository at this point in the history
Signed-off-by: KayleCoder <[email protected]>
  • Loading branch information
KayleCoder committed Aug 5, 2024
1 parent 53cfc00 commit 4227563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/StorageContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class StorageContract implements Contract {
await provider.internal(via, {
sendMode: SendMode.PAY_GAS_SEPARATELY,
body: messsage.endCell(),
value: toNano('0.01'),
value: toNano('0.03'),
});
}

Expand Down

0 comments on commit 4227563

Please sign in to comment.