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
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Expand fee oracle API to support fee data requests where the destination chain is a substrate-based chain with deployed Sygma pallet.
Implementation details
Details of fee data message format can be found in technical documentation (will be available after this PR is merged)
API endpoint handler function should be expanded so it takes into consideration the destination domain (network) type when constructing a response
Additional query property should be supported (length_fee) when the user requests a generic call fee estimate with the substrate-based destination chain.
Testing details
Add unit test
Acceptance Criteria
Fee Oracle should return appropriate fee data when requested for the destination chain being substrate-based
The text was updated successfully, but these errors were encountered:
Expand fee oracle API to support fee data requests where the destination chain is a substrate-based chain with deployed Sygma pallet.
Implementation details
length_fee
) when the user requests a generic call fee estimate with the substrate-based destination chain.Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: