Skip to content

Commit

Permalink
fix(docs): rename label cognitarium
Browse files Browse the repository at this point in the history
  • Loading branch information
antho31 committed Sep 25, 2023
1 parent 7f76800 commit 0d383c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/webapp-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ const UINT128_MAX = "340282366920938463463374607431768211455"
export function InstantiateCognitarium({ codeId }: { codeId: number }) {
const { data: account }: { data: Key | null } = useAccount();

const label: string = `cogniatarium-frontdemo-${new Date().valueOf()}`;
const label: string = `cognitarium-frontdemo-${new Date().valueOf()}`;

const limits: StoreLimitsInput = {
max_byte_size: UINT128_MAX,
Expand Down

0 comments on commit 0d383c9

Please sign in to comment.