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
refactor: Remove duplicated code in setProviderType (#3813)
## Explanation
The method `setProviderType` has been updated to use `setActiveNetwork`
internally, allowing us to remove a bunch of code that was duplicated
between both methods.
## References
N/A
## Changelog
None
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
0 commit comments