Skip to content

Commit

Permalink
increased gas
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Oct 29, 2024
1 parent ce0c63f commit 235c6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/e-kyc/ZKProofs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ export default {
const chainConfig = this.getChainConfig
const chainCoinDenom = chainConfig["feeCurrencies"][0]["coinMinimalDenom"]
const gasPriceAvg = chainConfig["gasPriceStep"]["average"]
const fee = calculateFee(600_000, (gasPriceAvg + chainCoinDenom).toString())
const fee = calculateFee(650_000, (gasPriceAvg + chainCoinDenom).toString())
console.log(smartContractMsg);
// throw new Error("hello")
Expand Down

0 comments on commit 235c6a2

Please sign in to comment.