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.
The fee oracle must make an RPC call to the substrate to fetch inclusion_fee when providing a fee estimate for a bridging request to the substrate-based chain. Support should be added in a general way so that fee oracle can call arbitrary substrate RPC calls.
Implementation details
Testing details
Add unit tests
Acceptance Criteria
Fee oracle is able to make substrate RPC calls
Fee oracle can call Phala<>Sygma pallet to fetch inclusion_fee
The text was updated successfully, but these errors were encountered:
freddyli7
changed the title
Add an interface to fetch Substrate chain fee related information
Add substrate chain fee related data fetching support
Oct 17, 2022
The fee oracle must make an RPC call to the substrate to fetch
inclusion_fee
when providing a fee estimate for a bridging request to the substrate-based chain. Support should be added in a general way so that fee oracle can call arbitrary substrate RPC calls.Implementation details
Testing details
Acceptance Criteria
inclusion_fee
The text was updated successfully, but these errors were encountered: