This is another option for xchainClient to make Filecoin deals for the storage requests coming from other L1. Anation option is xchainClient running buffer and aggregation.
When running xchainClient with buffer and aggregation service off, the xchainClient should directly make a deal proposal by calling prover.sol on Filecoin.
This requires:
This is another option for xchainClient to make Filecoin deals for the storage requests coming from other L1. Anation option is xchainClient running buffer and aggregation.
When running xchainClient with buffer and aggregation service off, the xchainClient should directly make a deal proposal by calling prover.sol on Filecoin.
This requires:
prover-axelar.solto implement functions similar to ClientContract - Prover contract is able to accept storage deal proposal. onramp-contracts#23.storageDeal.goto make makeDealProposal() for the storage request.prover-axelar.solwill be notified once the deal is made.