-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Launchpad client #947
Comments
Used by https://twitter.com/steakwallet for Kava |
We are using it in assetMantle demo app, https://demo.assetmantle.one (works on cosmos-sdk 39.x), but for mainnet we plan to use stargate. |
Kava is still in the process of migrating. We will need this for a few more weeks at least |
kava upgraded, we can now get rid of launchpad client. |
What if I need LcdClient instance via RestUrl? |
CosmJS does not contain a client for the LCD API anymore. You need to connect to Tendermint RPC. |
The package is not being used in the relayer. It has also been removed from `@cosmjs`. See cosmos/cosmjs#947.
The Launchpad client in @cosmjs/launchpad connects to Cosmos SDK 0.37-0.39 networks. Nobody seems to be running such networks anymore. Let's remove the code.
If you need Launchpad support, please let me know.
The text was updated successfully, but these errors were encountered: