Open eric-notifi opened 8 months ago
@eric-notifi Hello! Thanks for this. The issue you are seeing is because Coin Type 60 is the coin type for all native Metamask addresses and they block Coin Type 60 in the Metamask Snap SDK. Thus any coin type 60 chains are supported natively by Metamask, not with the Cosmos Extension for Metamask.
Hope that clears it up!
Hey team, We are running into a situation when building a dapp with cosmos-kit react wallet on Injective chain
Keplr is working like a charm, but Metamask is not working as expected. There are two scenarios:
https://github.com/cosmology-tech/cosmos-kit/assets/127958634/6bfdef5c-1d6f-4354-b5d9-f1b31504df73
Coin type 60 is forbidden
is thrown when I try to useclient.signArbitrary
.Code:
Not sure if it is caused by INJ chain's being not supported (or even the
.signArbitrary
is not support using Metamask?). Please point me out if I miss anything.