-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
7c1dbfc
to
ee471ad
Compare
few small nits in this PR. i'll try to work on these and merge today:
UPDATE 1: i just noticed that it asks to connect to TS once the app launches. since the other wallets only connect on demand, we should also disable this requirement and only connect to TS when user selects to do so. not sure if that's possible though with this library, but i'll check too. UPDATE 2: Also, something is off here where my balances isn't getting recongized (screenshot 2): |
@canhtrinh Updates
Note: If you connect the terra station to the site for the first time, you have to click "Connect wallet twice". The first click is to approve our site to terra station and the second click is to read wallet address, balance, etc. |
did some testing on this and seems like we still have issues.
|
Description
Closes #177
This PR adds an option for users to choose their preferred wallet, either Terra Station wallet or Keplr wallet when the source chain is Terra.
Condition to show each connect wallet button:
Connect Keplr
andConnect Terra
Connect Metamask
Connect Keplr
Also, introduce 2 dependencies as following:
MsgTransfer
object for ibc transfer.Demo
ibc-transfer-terra.mov