forked from LaconicNetwork/icns-frontend
Minor fix
This commit is contained in:
parent
35e99ba578
commit
553f34c398
@ -53,7 +53,9 @@ export class KeplrWallet implements Wallet {
|
|||||||
return chainInfos.map((chainInfo) => {
|
return chainInfos.map((chainInfo) => {
|
||||||
return {
|
return {
|
||||||
...chainInfo,
|
...chainInfo,
|
||||||
isEthermintLike: chainInfo.features?.includes("eth-address-gen"),
|
isEthermintLike:
|
||||||
|
chainInfo.features?.includes("eth-address-gen") ||
|
||||||
|
chainInfo.features?.includes("eth-key-sign"),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user