-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
token deployment flow #506
Conversation
✅ Deploy Preview for tezos-homebase ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Closes #512 |
Signed-off-by: Manank Patni <manank321@gmail.com>
Signed-off-by: Manank Patni <manank321@gmail.com>
className={selectedTemplate === "lite" ? style.selected : ""} | ||
> | ||
<LiteIcon style={{ marginBottom: 14 }} /> | ||
<BoxTitle color="textSecondary">Lite DAO</BoxTitle> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The lite dao shouldn't be here
@@ -85,7 +85,8 @@ const enabledForms: Record< | |||
component: ({ open }) => <UpdateRegistryDialog open={open} /> | |||
} | |||
], | |||
"": [] | |||
"": [], | |||
"lite": [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
src/modules/creator/state/types.ts
Outdated
@@ -66,7 +66,7 @@ export interface NavigationBarProps { | |||
} | |||
} | |||
|
|||
export type DAOTemplate = "lambda" | "" | |||
export type DAOTemplate = "lambda" | "lite" | "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIte shouldn't be here
…omebase-app into token-deployment-flow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial token distribution
|
Closes #497
Closes #550
Closes #564