-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Description
there is a complexity with using the feature-flags as intended.
Considering the new re-own update, where we want to rely on network enabled returned from the feature-flag
but as it is we cannot gracefully handle this because of chainId dependency.
Solution
in the main index.tsx we build up a long list of context providers.
In the current hierarchy its like:
... other providers
... other providers
- Remove depdency on chainId in GoodDAppFeatureProvider
- Provide seperate helper/utility for isFeatureActive
- Move GoodDAppFeatureProvider to wrap AppKit
- replace where relevant usages of isFeatureActive
Originally posted by @L03TJ3 in #604 (comment)
Metadata
Metadata
Assignees
Labels
No labels