NeokingdomDAO / dapp

https://dapp-neokingdom.vercel.app/
0 stars 1 forks source link

IBC Tools Refactoring #123

Open gianlucadonato opened 1 year ago

gianlucadonato commented 1 year ago

The IBC Tools page is using cosmo-kit to support multiwallets like Keplr and Leap Wallet. This is great and it's working, but this ticket is to remind us that we can further improve the logic behind, by refactoring the code about the transactions. At the moment we've 2 ways of sending a transaction:

  1. Via secretjs (used for sending tokens from Crescent to Evmos)
  2. Via @evmos/transactions (for sending tokens from Evmos to Crescent).

We can unify/simplify the code by using the transactions methods provided by cosmo-kit -> https://docs.cosmoskit.com/use-chain

stecb commented 1 year ago

Is this done already @gianlucadonato ?