What's Changed
* feat: decimals kwarg for ContractCall.coroutine by BobTheBuidler in https://github.com/BobTheBuidler/dank_mids/pull/129
* feat: make ContractCall awaitable (query latest block, no args) by BobTheBuidler in https://github.com/BobTheBuidler/dank_mids/pull/130
* feat: jit ContractCall by BobTheBuidler in https://github.com/BobTheBuidler/dank_mids/pull/134
* feat: limit concurrent connections to 32 by BobTheBuidler in https://github.com/BobTheBuidler/dank_mids/pull/131
* feat: dank_mids.Contract type hints by BobTheBuidler in https://github.com/BobTheBuidler/dank_mids/pull/132
* fix: _patch_if_method by BobTheBuidler in https://github.com/BobTheBuidler/dank_mids/pull/133
**Full Changelog**: https://github.com/BobTheBuidler/dank_mids/compare/v4.20.81...v4.20.82