-
Notifications
You must be signed in to change notification settings - Fork 129
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
Change EVM compatible chains to use convertEVMChainIdToCoinType(chainId)
instead of coinType
#318
Comments
+ AVAX chainId: 43114 |
closing the issue as the earlier version had a bug. Will reopen once fixed |
AVAX (and Harmony) are tricky ones as it allows multiple formats and EVM compatible ones are one of the accepted format. Currently AVAX is set as hex32 and already in the repo |
Yeah I'd assume that AVAX C-Chain would be treated as it's own network? |
We have a similar situation with Binance Chain and Binance Smart Chain |
Currently
ARB1
is the only EVM compatible chain that usesconvertEVMChainIdToCoinType(chainId)
.Convert all other evm compatible chains (listed below) as well as add other prominent EVM chains.
The text was updated successfully, but these errors were encountered: