Skip to content

Commit adb228f

Browse files
committed
finished implementing Claimable module
1 parent 17a9fb9 commit adb228f

File tree

3 files changed

+187
-222
lines changed

3 files changed

+187
-222
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/modules/components/claimable.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ function Component() {
7272
maxMintPerWallet: BigInt(10),
7373
pricePerUnit: BigInt(10),
7474
currency: "0x0000000000000000000000000000000000000000",
75-
startTimestamp: 1689092800,
76-
endTimestamp: 1689092800,
75+
//startTimestamp: 1689092800,
76+
//endTimestamp: 1689092800,
7777
allowlistMerkleRoot:
7878
"0x0000000000000000000000000000000000000000000000000000000000000000" as `0x${string}`,
7979
auxData: "0x",

0 commit comments

Comments
 (0)