Skip to content

Commit deb300e

Browse files
authored
Merge pull request #40 from hypersign-protocol/add-luna
add luna
2 parents 6a6ebff + 152f583 commit deb300e

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)