Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Support FT contract for editions minting #428

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Remove unused type
Philip Diaz committed May 20, 2021
commit 3fa44f2c7eafdf9cad79552c0ad3383088074c49
1 change: 0 additions & 1 deletion src/reducer/slices/createNft.ts
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ export const initialState: CreateNftState = {

// Reducers & Slice

type UpdateFieldAction = PayloadAction<{ name: keyof Fields; value: string }>;
type UpdateRowNameAction = PayloadAction<{ key: number; name: string }>;
type UpdateRowValueAction = PayloadAction<{ key: number; value: string }>;