Skip to content

Commit 7c7686d

Browse files
committed
fix: prettier formatting
1 parent 8ebca35 commit 7c7686d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/tools/dapps/lsp-factoryjs/getting-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,13 @@ console.log('NFT address:', contracts.LSP8IdentifiableDigitalAsset.address);
188188

189189
**Token ID formats:**
190190

191-
| Value | Format | Description |
192-
| ----- | ------------ | ------------------------------ |
193-
| 0 | `UNIQUE_ID` | Unique `bytes32` |
194-
| 1 | `NUMBER` | Sequential number |
195-
| 2 | `STRING` | Human-readable string |
196-
| 3 | `ADDRESS` | Address packed in `bytes32` |
197-
| 4 | `HASH` | `keccak256` hash |
191+
| Value | Format | Description |
192+
| ----- | ----------- | --------------------------- |
193+
| 0 | `UNIQUE_ID` | Unique `bytes32` |
194+
| 1 | `NUMBER` | Sequential number |
195+
| 2 | `STRING` | Human-readable string |
196+
| 3 | `ADDRESS` | Address packed in `bytes32` |
197+
| 4 | `HASH` | `keccak256` hash |
198198

199199
## Tracking Deployment Progress
200200

0 commit comments

Comments
 (0)