We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a6ebff + 152f583 commit deb300eCopy full SHA for deb300e
src/components/deploy-onchain-kyc-popup/deploy-kyc.vue
@@ -527,7 +527,8 @@ export default {
527
const chainConfig = this.chainConfig
528
const chainCoinDenom = chainConfig["feeCurrencies"][0]["coinMinimalDenom"]
529
const gasPriceAvg = chainConfig["gasPriceStep"]["average"]
530
- const fee = calculateFee(500_000, (gasPriceAvg + chainCoinDenom).toString())
+
531
+ const fee = calculateFee(500_000_0, (gasPriceAvg + chainCoinDenom).toString())
532
533
const result = await smartContractExecuteRPC(
534
this.getCosmosConnection.signingClient,
0 commit comments