-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add CosmosKit integration #50
Conversation
Redm4x
commented
Nov 10, 2023
- Switch to CosmosKit for wallet management
- Added support for Cosmostation + Cosmostation Mobile wallets
- Added support for Keplr Mobile wallet
- Added bundle-analyzer to track bundle size
88c8ff8
to
a6823a5
Compare
In this commit (https://github.com/schnetzlerjoe/cloudmos/tree/features/cosmoskit-integration) I add one line of code to this PR to add Metamask support. We have been working the past week on adding Metamask to Cloudmos using the old wallet context. This adds it to the new context provider as well whenever you guys merge this! |
@schnetzlerjoe This is great thanks! cc @anilmurty |
//const simulation = await client.simulate(walletAddress, msgs, ""); | ||
// const estimatedFees = { | ||
// amount: [ | ||
// { | ||
// amount: "0.025", | ||
// denom: uAktDenom | ||
// } | ||
// ], | ||
// gas: Math.ceil(simulation * 1.25).toString() | ||
// }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah it's draft.
Metamask support will be added in a second step, progress will be tracked in #62 |