Skip to content

Commit f05a14a

Browse files
committed
Remove badges for all native token (show only for layer-2: optimism, arbitrumOne, base, zkSync)
1 parent 2c14e5d commit f05a14a

File tree

1 file changed

+2
-2
lines changed
  • UnstoppableWallet/UnstoppableWallet/Extensions

1 file changed

+2
-2
lines changed

UnstoppableWallet/UnstoppableWallet/Extensions/Token.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ extension Token {
77
switch type {
88
case .native:
99
switch blockchainType {
10-
case .ethereum, .binanceSmartChain, .tron, .ton: return nil
11-
default: return blockchain.name
10+
case .optimism, .arbitrumOne, .base, .zkSync: return blockchain.name
11+
default: return nil
1212
}
1313
case .eip20:
1414
switch blockchainType {

0 commit comments

Comments
 (0)