We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bb5ea commit ad1c861Copy full SHA for ad1c861
docs/tutorials/webapp-1.md
@@ -599,7 +599,7 @@ const UINT128_MAX = "340282366920938463463374607431768211455"
599
export function InstantiateCognitarium({ codeId }: { codeId: number }) {
600
const { data: account }: { data: Key | null } = useAccount();
601
602
- const label: string = `cogniatarium-frontdemo-${new Date().valueOf()}`;
+ const label: string = `cognitarium-frontdemo-${new Date().valueOf()}`;
603
604
const limits: StoreLimitsInput = {
605
max_byte_size: UINT128_MAX,
0 commit comments