-
Notifications
You must be signed in to change notification settings - Fork 0
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
F/aragondao handler #8
Conversation
0db5b7d
to
d05229f
Compare
…, tokens and addressList DAOs
d05229f
to
f21a5b9
Compare
} | ||
|
||
// Check if the address is an Aragon DAO address by checking to AragonGraphQL | ||
if newRequest.Network != "" { |
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.
This is a bit weird, I'd either force the user to define network or not (and check all configured networks until one is found). Probably the second is easier for the UI side.
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 reason behind this is offering both possibilities,
- Searching in just one specific network
- Searching in any network
In the scaffold, we don't know (yet) the network that should be used (as it's "network-agnostic"). I think this is not the case for the Aragon Plugin.
Anyway, will ask about the logic to @jpaulet
05b64f7
to
eb15f0a
Compare
Added AragonDAO's handler for the faucet.
Works with multisig, token and addresslist daos.
Multi-network.