Merge pull request #2405 from AlphaWallet/add_bnb_log

Add token icon for Binance mainnet
pull/2417/head
Vladyslav Shepitko 4 years ago committed by GitHub
commit 64acd4acaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      AlphaWallet/Assets.xcassets/token-bnb.imageset/Contents.json
  2. BIN
      AlphaWallet/Assets.xcassets/token-bnb.imageset/token-bnb.pdf
  3. 4
      AlphaWallet/Settings/Types/RPCServers.swift

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "token-bnb.pdf",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

@ -410,7 +410,9 @@ enum RPCServer: Hashable, CaseIterable {
return R.image.tokenCallisto()!
case .artis_sigma1:
return R.image.tokenArtis()!
case .kovan, .ropsten, .rinkeby, .sokol, .goerli, .artis_tau1, .binance_smart_chain, .binance_smart_chain_testnet, .custom:
case .binance_smart_chain:
return R.image.tokenBnb()!
case .kovan, .ropsten, .rinkeby, .sokol, .goerli, .artis_tau1, .binance_smart_chain_testnet, .custom:
return nil
}
}

Loading…
Cancel
Save