Skip to content

Commit

Permalink
updated mead gas limit (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramyun7 authored Jul 18, 2023
1 parent 1a0e792 commit 1132c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/src/ncg-kms-transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class NCGKMSTransfer implements INCGTransfer {
currency: MEAD_CURRENCY,
rawValue: 10n ** 18n,
},
gasLimit: 1n,
gasLimit: 4n,
};

const unsignedTx = encodeUnsignedTx({
Expand Down

0 comments on commit 1132c22

Please sign in to comment.