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
chore(config): migrate some remote config to Statsig and remove legacy configs (#6473)
### Description
This PR removes some unused remote config configs, and replaces the
following with statsig:
- wallet connect v2 enabled -> feature gate (note that feature gates
always default to false, but we should default this value to true since
then builders can access wallet connect without a statsig account,
[context](https://valora-app.slack.com/archives/C025V1D6F3J/p1722383273562829))
- celo education url -> new item in app_config links
Note that the expanded pincode blocklist remote config flag doesn't
actually exist in the remote config console - so it is always defaulting
to false, so i've just removed the functionality.
Removed unused config:
- logPhoneNumberTypeEnabled
- pincodeUseExpandedBlocklist
- coinbasePayEnabled
- maxSwapSlippagePercentage
- networkTimeoutSeconds
### Test plan
n/a
### Related issues
- Related to RET-1272
### Backwards compatibility
Y
### Network scalability
If a new NetworkId and/or Network are added in the future, the changes
in this PR will:
- [ ] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
`Should not show when Device Available: $isAvailable, Feature Gate: $featureGate, Last Interaction: $lastInteraction and Wallet Address: $walletAddress`,
0 commit comments