-
Notifications
You must be signed in to change notification settings - Fork 84
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
add vebetterdao ids #316
add vebetterdao ids #316
Conversation
|
Looks like you are adding new parameters like this , could you also update the doc and the validation script? |
|
@libotony Docs updated |
README.md
Outdated
@@ -76,6 +77,7 @@ Create a `manifest.json` file includes app details. | |||
- `isVeWorldSupported` is **required**, set this to true if your dApp supports the VeWorld browser extension, enabling its use within the VeWorld mobile wallet. Your dApp will then be listed in the dApp section of the VeWorld mobile discovery. | |||
- `repo` is _optional_, and must be a fully-qualified URL. | |||
- `contracts` is _optional_, should be **_an array_** and **_lower cases_** if provided | |||
- `veBetterDaoId` is **required** for VeBetterDAO DApps |
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.
It should be optional considering there are VeBetterDAO and Non VeBetterDAO apps.
|
@libotony changed veBetterDaoId to optional |
There is one last stuff to work with, which is to update validation script for the new filed. I would appreciate if you can work on that, if you don't have bandwidth I am happy to help. |
@libotony I can work on the validation script, but I'm not sure about the specific validation rules required for the VeBetterDAO ID. Can you help me with this?? Maybe something like this:
|
|
|
|
No description provided.