api3dao / airseeker-v1

Airseeker maintains beacons using signed data from an Airnode HTTP Signed Data Gateway
MIT License
2 stars 3 forks source link

Get gas price once for each chain while filtering funded wallets #479

Open bdrhn9 opened 1 year ago

bdrhn9 commented 1 year ago

In current implementation, while filtering funded wallets, gas prices are fetched for each sponsor-chain groups. Basically it means that gas prices are being fetched number of sponsor times for each chain. RPC calls can be significantly reduced by making it once for each chain.