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
The new version of configuration variables should be usable at any point in the result object of hardhat.config.{js,ts}. Currently the types constrain this.
We should also consider methods of supporting patterns that are the equivalent of:
The new version of configuration variables should be usable at any point in the result object of
hardhat.config.{js,ts}
. Currently the types constrain this.We should also consider methods of supporting patterns that are the equivalent of:
A suggestion was to support templating maybe with a template library:
Though I would consider template literals:
The template literal example here would need to be changed to return a ConfigVariable object so it could be resolved later, but the principle stands.
The text was updated successfully, but these errors were encountered: