Description
TokenCreateForm.tsx hardcodes ESTIMATED_FEE = '0.01' XLM. The actual fee is stored on-chain and configurable by the admin. Users may be shown an incorrect fee estimate.
Tasks
Acceptance Criteria
- Fee shown in the UI matches the value returned by
get_base_fee()
- A loading state is shown while fetching
- Network failure does not crash the form
Description
TokenCreateForm.tsxhardcodesESTIMATED_FEE = '0.01'XLM. The actual fee is stored on-chain and configurable by the admin. Users may be shown an incorrect fee estimate.Tasks
stellarService.getBaseFee()on component mountAcceptance Criteria
get_base_fee()