Jayant Krishnamurthy 2 年之前
父節點
當前提交
f8bb00d589
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cosmwasm/tools/deploy-pyth-bridge.js

+ 1 - 1
cosmwasm/tools/deploy-pyth-bridge.js

@@ -126,7 +126,7 @@ if (argv.codeId !== undefined) {
     contract_bytes.toString("base64")
   );
 
-  const feeEstimate = await lcd.tx.estimateFee([wallet.key.accAddress], {
+  const feeEstimate = await lcd.tx.estimateFee([], {
     msgs: [store_code],
     feeDenoms,
     //    gasPrices,