This repository was archived by the owner on Apr 10, 2024. It is now read-only.
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
Add substrate chain RPC fetching support #7
Open
Description
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