-
Notifications
You must be signed in to change notification settings - Fork 22
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
Utils package #438
Utils package #438
Conversation
@sagarsaija is attempting to deploy a commit to the DAO DAO Team on Vercel. To accomplish this, @sagarsaija needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
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.
Nice! Think we should set the package version number, but it looks great otherwise :)
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.
great work @sagarsaija 🥇
lgtm 🚢
Co-authored-by: Noah Saso <noahsaso@gmail.com>
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/da0da0/dao-dao/H6Ys3FN8bsqPmUALNmH3F1Zhvwms |
Issue: #387
This is a first pass at moving the isValidAddress function into a utils package. The util functions in formValidation.ts will be moved in the next pass along with the rest of the util functions.