Currently when we run madara we update the gap price on madara chain with respect to the gas prices on L1. When there is a RPC call made to fetch the price from L1 sometimes it fails leading to crashing the chain.
Expected behavior:
It should wait for atleast few retries (logic is already there but somehow not working) and then chain should stop.
Steps to reproduce:
Just run the madara and wait for few minutes if prices are not fetched it will crash with above error shown.
Bug Report
Madara version:
0.7
Current behavior:
Currently when we run madara we update the gap price on madara chain with respect to the gas prices on L1. When there is a RPC call made to fetch the price from L1 sometimes it fails leading to crashing the chain.
Expected behavior:
It should wait for atleast few retries (logic is already there but somehow not working) and then chain should stop.
Steps to reproduce:
Related code: