Skip to content

Commit

Permalink
fix taq ligo dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Mar 31, 2023
1 parent 15f8498 commit aa39e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cp -r shifumiTemplate/src/* contracts/
Compile the contract once, in order to create the default required file `main.storageList.jsligo` used at deployment step later

```bash
taq compile main.jsligo
TAQ_LIGO_IMAGE=ligolang/ligo:0.62.0 taq compile main.jsligo
```

Edit `main.storageList.jsligo`
Expand Down Expand Up @@ -99,7 +99,7 @@ const default_storage = {
Compile again

```bash
taq compile main.jsligo
TAQ_LIGO_IMAGE=ligolang/ligo:0.62.0 taq compile main.jsligo
```

## Step 3 : Deploy to Ghostnet
Expand Down

0 comments on commit aa39e50

Please sign in to comment.