You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than doing this at "build" time, it makes more sense to do at run time, when we can check whether or not the app is actually a proxy (checking implementation()).
We may also want to add an isProxy flag to the app object to help others distinguish if it is a proxy.
The text was updated successfully, but these errors were encountered:
See original comments in aragon/aragon-cli#659.
Rather than doing this at "build" time, it makes more sense to do at run time, when we can check whether or not the app is actually a proxy (checking
implementation()
).We may also want to add an
isProxy
flag to the app object to help others distinguish if it is a proxy.The text was updated successfully, but these errors were encountered: