We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41db7e8 commit 3819583Copy full SHA for 3819583
frontend/vanilla-js-example/scripts/shared/arkivClient.js
@@ -24,7 +24,7 @@ const ARKIV_CHAIN = {
24
};
25
26
const ENTITY_OWNER = "0xF46E23f6a6F6336D4C64D5D1c95599bF77a536f0";
27
-const PROTOCOL_VERSION = "0.11";
+const PROTOCOL_VERSION = "0.13";
28
29
const client = createPublicClient({
30
transport: http(),
frontend/vanilla-js-example/scripts/shared/formatters.js
@@ -1,6 +1,6 @@
1
const dateTimeFormatter = new Intl.DateTimeFormat(undefined, {
2
dateStyle: "medium",
3
- timeStyle: "short",
+ timeStyle: "medium",
4
});
5
6
const dateFormatter = new Intl.DateTimeFormat(undefined, {
0 commit comments