tellor-io / lens

public view functions for the tellor system
1 stars 2 forks source link

Implement multi call to agregate calls into a single transaction #1

Closed krasi-georgiev closed 3 years ago

krasi-georgiev commented 3 years ago

It's intended to read(or write) various arbitrary calls with a single on-chain call. (This also could be a way to reduce infura calls in the miner in the future)

https://github.com/makerdao/multicall

krasi-georgiev commented 3 years ago

After spending some time with this we don't need to add it here, but since it is already deployed on mainnet so we just need to use it in projects that can aggregate calls.