Skip to content

Commit 73135c6

Browse files
author
Wes Biggs
committed
Update DSNP version and example contentHash
1 parent 4e95316 commit 73135c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Official DSNP Schemas
22

3-
**Matching DSNP Version: pre-v1.3.0**
3+
**Matching DSNP Version: v1.3.0**
44

55
## Use Schemas as Library
66

@@ -58,7 +58,7 @@ const [parquetSchema, writerOptions] = parquet.fromDSNPSchema(descriptorForAnnou
5858
const writer = await ParquetWriter.openFile(parquetSchema, "./file.parquet", writerOptions);
5959
writer.appendRow({
6060
announcementType: AnnouncementType.Broadcast,
61-
contentHash: "0x1234567890abcdef0123456789abcdef0123456789abcdef0123456789abcdef",
61+
contentHash: "bciqdnu347gcfmxzbkhgoubiobphm6readngitfywktdtbdocgogop2q",
6262
fromId: 78187493520,
6363
url: "https://spec.dsnp.org/DSNP/Types/Broadcast.html",
6464
});

0 commit comments

Comments
 (0)