Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Also modify Line # 436 to match the proposed new format for URI
  • Loading branch information
Crypto2099 committed May 6, 2024
1 parent 28d11cf commit 737d285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIP-0068/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ metadata =
; A valid Uniform Resource Identifier (URI) as a UTF-8 encoded bytestring.
; The URI scheme must be one of `https` (HTTP), `ipfs` (IPFS), `ar` (Arweave) or `data` (on-chain).
; Data URLs (on-chain data) must comply to RFC2397.
uri = bounded_bytes ; UTF-8
uri = bounded_bytes / [ * bounded_bytes ] ; UTF-8
; Custom user defined plutus data.
; Setting data is optional, but the field is required
Expand Down

0 comments on commit 737d285

Please sign in to comment.