Skip to content

Commit 152f583

Browse files
committed
add luna
1 parent 6a6ebff commit 152f583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/deploy-onchain-kyc-popup/deploy-kyc.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ export default {
527527
const chainConfig = this.chainConfig
528528
const chainCoinDenom = chainConfig["feeCurrencies"][0]["coinMinimalDenom"]
529529
const gasPriceAvg = chainConfig["gasPriceStep"]["average"]
530-
const fee = calculateFee(500_000, (gasPriceAvg + chainCoinDenom).toString())
530+
531+
const fee = calculateFee(500_000_0, (gasPriceAvg + chainCoinDenom).toString())
531532
532533
const result = await smartContractExecuteRPC(
533534
this.getCosmosConnection.signingClient,

0 commit comments

Comments
 (0)