cosmos / cosmjs

The Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers.
https://cosmos.github.io/cosmjs/
Apache License 2.0
635 stars 328 forks source link

[amino]: fix remove unnecessary any type assertion #1506

Closed hyperbolic-versor closed 8 months ago

hyperbolic-versor commented 8 months ago

remove unnecessary any type assertion

webmaster128 commented 8 months ago

As you can see in the CI build, they seem to be needed.

You can check yarn && yarn build locally. Closing for now. Feel free to open another PR or issue if I missed something. Thanks!