Skip to content

Commit

Permalink
Merge pull request hyperledger#1115 from ander-db/main
Browse files Browse the repository at this point in the history
Fix typo in erc1155.md
  • Loading branch information
shorsher authored Dec 13, 2022
2 parents 991af52 + f53350f commit 4907454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/tokens/erc1155.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you haven't set up the FireFly CLI already, please go back to the Getting Sta
## Create a stack with an ERC-1155 connector
The default Token Connector that the FireFly CLI sets up is for ERC-20 and ERC-721. If you would like to work with ERC-1155 tokens, you need to create a stack that is configured to use that Token Connector. To do that, run:
```
ff init -t erc-1155
ff init -t erc1155
```

Then run:
Expand Down Expand Up @@ -196,4 +196,4 @@ Here is an example request that would let the signing account `0x634ee8c7d0894d0
"id": "00faa011-f42c-403d-a047-2df7318967cd"
}
}
```
```

0 comments on commit 4907454

Please sign in to comment.