Open
Description
We found out that our bundle size is about 10mb and this is a lot. Now we need find the way to reduce amount of 3rd party dependencies. For example in wallet-connector
(total size ~5mb) we have keystone sdk (about ~1.7mb) and most of its dependencies are useless for out dapp.

Some of them were created for blockchains which we don't support but somehow they were included into our result bundle. You can use npm run visualizer
inside simple-staking
and wallet-connector
to analyse bundles