chore: deduplicate default http transport initialization#411
chore: deduplicate default http transport initialization#411Ocheretovich wants to merge 1 commit intoAbstract-Foundation:mainfrom
Conversation
|
PR SummaryLow Risk Overview This is a small refactor intended to keep transport selection consistent and avoid repeating the same initialization logic. Written by Cursor Bugbot for commit 44a6f16. This will update automatically on new commits. Configure here. |
Remove duplicated fallback HTTP transport initialization
PR-Codex overview
This PR focuses on refactoring the handling of the
transportvariable in theeip6963emitter.tsfile, improving code clarity and reducing redundancy.Detailed summary
resolvedTransportto handle thetransportvariable.transportlogic withresolvedTransportin theprivyProviderconfiguration.abstractProviderto useresolvedTransportinstead of repeating thetransportlogic.