AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

Use blockExplorerUrl() from @aragon/ui for etherscan URL #182

Closed stellarmagnet closed 5 years ago

stellarmagnet commented 6 years ago

Our apps do not have the proper logic for the etherscan URL. We should follow standard conventions of other Aragon apps.

Please double check all of our apps, see if it is using etherscan, and update as appropriate

see here - https://app.zenhub.com/workspaces/all-aragon-repos-5996d0a88c7c6963f4a4dfdc/issues/aragon/aragon/457

ottodevs commented 6 years ago

The etherscanBaseURL is getting pulled from an environment variable in Aragon's Survey App, we should maybe take the same approach: https://github.com/aragon/aragon-apps/blob/ced3a611c394de9f51a38e7f1df580b576940037/apps/survey/app/src/App.js#L19

ottodevs commented 5 years ago

Solved at #536