tuum-tech / identify

MIT License
7 stars 3 forks source link

Handle hedera accounts on metamask according to their accountId rather than evmaddress #59

Closed kpachhai closed 1 year ago

kpachhai commented 1 year ago

Maybe the best way is to change the type of extraData for hedera network accounts to something like:

{
    extraData: {
        accountId: string | string[]
    }
}
kpachhai commented 1 year ago

This is not needed as there's only one accountid that will ever be associated with an evm address.