-
Notifications
You must be signed in to change notification settings - Fork 190
feat: fetch known wallets from repository #1766
Conversation
Thanks for submitting this pull request! A maintainer will review this in the next few days and explicitly select labels so you know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
@dated How are you planning to do this? |
The known wallets will be fetched from https://github.com/ArkEcosystem/common |
@@ -651,6 +667,14 @@ export default { | |||
return !this.showFull || /^https?:\/\//.test(value) | |||
} | |||
}, | |||
knownWalletsUrl: { | |||
required () { | |||
return true |
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.
I don't think this field should be required, otherwise the wallet won't be able to add bridgechains without it 🤔
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 always validates to true, it's basically a "Hack" so i could use the required url field error method.
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.
so it does
A member has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution! |
Your pull request has been merged but was not assigned a bounty tier. A maintainer will assign a bounty tier to this pull request in the next few days. |
Your pull request has been merged and marked as tier 4. It will earn you $20 USD. |
Summary
The known wallets are now available in the https://github.com/ArkEcosystem/common repository.
NB: When updating a profile vuex shows a warning, which is unrelated to these changes.
Checklist