Make it clear that Ethereum account is used for L2s as well

This commit is contained in:
Ivan Grachev 2022-08-02 14:13:04 +03:00
parent 2ebdfabeb4
commit 9553ed98f5
3 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ extension CoinType {
case .solana:
return "Solana"
case .ethereum:
return "Ethereum"
return "Ethereum & L2s"
case .near:
return "Near"
default: