diff --git a/unstoppable-ios-app/domains-manager-ios/Entities/CoinRecord.swift b/unstoppable-ios-app/domains-manager-ios/Entities/CoinRecord.swift index f8ff0d583..e87103820 100644 --- a/unstoppable-ios-app/domains-manager-ios/Entities/CoinRecord.swift +++ b/unstoppable-ios-app/domains-manager-ios/Entities/CoinRecord.swift @@ -130,7 +130,8 @@ struct CoinRecord: Hashable, Comparable, CustomStringConvertible, Codable { "BNB" : "BEP20", "USDC" : "ERC20", "MCONTENT" : "BEP20", - "HI" : "ERC20"] + "HI" : "ERC20", + "WETH" : "ERC20"] private static let fullNamesMap: [String : String] = ["BTC" : "Bitcoin", "ETH" : "Ethereum",