You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dev tokens (local tokens named tokenA, tokenB, tokenC, etc ...) don't show correctly in the user's bank balances and in the token picker.
Once that issue was fixed it was found and resolved that it should be possible to pay the chain fees using a dev token as the fee token. This was achieved by overwriting the token base attribute with the dev token denom, as the base attribute (which is named coinMinimalDenom in the Keplr ChainInfo object type, is what determines the fee token to be used with the Keplr wallet.
The text was updated successfully, but these errors were encountered:
Dev tokens (local tokens named
tokenA
,tokenB
,tokenC
, etc ...) don't show correctly in the user's bank balances and in the token picker.Once that issue was fixed it was found and resolved that it should be possible to pay the chain fees using a dev token as the fee token. This was achieved by overwriting the token
base
attribute with the dev token denom, as the base attribute (which is namedcoinMinimalDenom
in the KeplrChainInfo
object type, is what determines the fee token to be used with the Keplr wallet.The text was updated successfully, but these errors were encountered: