Skip to content

feat(exports): re-export resolveFee and document fee precedence (#606) - #675

Open
ZacLou wants to merge 1 commit into
conduit-protocol:mainfrom
ZacLou:feat/export-resolve-fee-606
Open

feat(exports): re-export resolveFee and document fee precedence (#606)#675
ZacLou wants to merge 1 commit into
conduit-protocol:mainfrom
ZacLou:feat/export-resolve-fee-606

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Makes resolveFee available from the public entry point and documents the fee resolution precedence so callers know how to configure inclusion fees.

Changes

  • Add resolveFee to src/index.ts exports
  • Add fee and feeMultiplier rows to the ConduitClient configuration table in README
  • Add Fee Precedence section explaining the three-tier resolution order

Closes #606

…uit-protocol#606)

- Export resolveFee from src/index.ts so consumers can compute effective fees
- Add fee and feeMultiplier rows to ConduitClient configuration table
- Add Fee Precedence section to README explaining the resolution order:
  explicit fee > feeMultiplier * BASE_FEE > BASE_FEE

Closes conduit-protocol#606
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export resolveFee and document fee / feeMultiplier precedence

1 participant