Skip to content

Commit 3819583

Browse files
committed
update protocol version in vanilla js example
1 parent 41db7e8 commit 3819583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/vanilla-js-example/scripts/shared/arkivClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ARKIV_CHAIN = {
2424
};
2525

2626
const ENTITY_OWNER = "0xF46E23f6a6F6336D4C64D5D1c95599bF77a536f0";
27-
const PROTOCOL_VERSION = "0.11";
27+
const PROTOCOL_VERSION = "0.13";
2828

2929
const client = createPublicClient({
3030
transport: http(),

frontend/vanilla-js-example/scripts/shared/formatters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const dateTimeFormatter = new Intl.DateTimeFormat(undefined, {
22
dateStyle: "medium",
3-
timeStyle: "short",
3+
timeStyle: "medium",
44
});
55

66
const dateFormatter = new Intl.DateTimeFormat(undefined, {

0 commit comments

Comments
 (0)