The-Poolz / PoolzReactHelper

1 stars 0 forks source link

Need some refactoring in ThePoolz file. Only those contract ABIs should only fetched which are needed. For example, DaoSender does not need to fetch all ABIs, it only needs MultiSender. #96

Open ashwinarora opened 3 months ago

DVitaliy commented 3 months ago

At the very beginning, I wanted to do lazy loading of abi files. But bundler does not allow https://github.com/developit/microbundle/issues/1032