Skip to content

Commit

Permalink
MOB-2169 - Set primary chain for WETH (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Pecheneg authored Aug 21, 2024
1 parent 14247a9 commit 380fe8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 380fe8c

Please sign in to comment.