Jayant Krishnamurthy před 2 roky
rodič
revize
1d8f34cc69
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      cosmwasm/README.md
  2. 1 1
      cosmwasm/tools/deploy-pyth-bridge.js

+ 1 - 1
cosmwasm/README.md

@@ -21,7 +21,7 @@ First, build the contracts within [the current directory](./):
 bash build.sh
 ```
 
-This command will build and save the Pyth contract in the `artifact` directory.
+This command will build and save the Pyth contract in the `artifacts` directory.
 
 Then, to deploy the Pyth contract (`pyth_cosmwasm.wasm`), run the following command in the `tools` directory:
 

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

@@ -125,7 +125,7 @@ if (argv.codeId !== undefined) {
   );
 
   const feeEstimate = await lcd.tx.estimateFee(
-    wallet.key.accAddress,
+    [wallet.key.accAddress],
     [store_code],
     {
       feeDenoms,