Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Output info on proxy owner and implementation in a command #344

Open
spalladino opened this issue Jul 30, 2018 · 2 comments
Open

Output info on proxy owner and implementation in a command #344

spalladino opened this issue Jul 30, 2018 · 2 comments
Labels
kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience
Milestone

Comments

@spalladino
Copy link
Contributor

Currently there is no way to obtain the owner of a proxy from the CLI, and the implementation address is hidden inside the zos.network.json file.

Consider outputting this information as part of the status command (either by default, or via an additional flag).

Related to #260.

@spalladino spalladino added kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience labels Jul 30, 2018
@spalladino spalladino modified the milestones: v2.0.0, Backlog Jul 30, 2018
@julien51
Copy link

julien51 commented Dec 5, 2018

This would also be very useful for us at Unlock! cc @nfurfaro

@spalladino
Copy link
Contributor Author

Got it, thanks for the input @julien51! FWIW, in the meantime, we've been using jq internally as a workaround to retrieve specific values. For instance, you can retrieve the address of an ERC20 proxy via:

jq '.proxies."openzeppelin-eth/StandaloneERC20"[0].address' -r zos.mainnet.json

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind:enhancement An upgrade or a new feature that improves the system topic:dx Developer experience
Projects
None yet
Development

No branches or pull requests

2 participants