Skip to content

Commit 914b084

Browse files
authored
Merge pull request #3 from 0xjame5/add-admin-page-with-checkout
Add admin page with checkout
2 parents 83e6c40 + 6e9d44a commit 914b084

File tree

11 files changed

+461
-575
lines changed

11 files changed

+461
-575
lines changed

‎codegen/CwLotto.types.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export type Duration = {
88
height: number;
9-
} | {
9+
} | {
1010
time: number;
1111
};
1212
export type Uint128 = string;

0 commit comments

Comments
 (0)