Change filecoin endpoint url to production version
Support both legacy and normal gif derivation modes. This is required as ledger live uses bip44 mode as default.
Legacy: 44'/1'/0'/0/\<account>
Normal: 44'/461'/0'/0/\<account>
Expectations
[ ] Test coverage: The changes of this PR are covered by test. Unit test were added with mocks when depending on a backend/device.
[ ] No impact: The changes of this PR have ZERO impact on the userland. Meaning, we can use these changes without modifying LLD/LLM at all. It will be a "noop" and the maintainers will be able to bump it without changing anything.
Context (issues, jira)
Filecoin integration
Description / Usage
Expectations