Merge pull request #1436 from AlphaWallet/make-only-xdai-eth-default

make only xDai and Eth default
pull/1437/head
James Sangalli 5 years ago committed by GitHub
commit b5bf6cbb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      AlphaWallet/Settings/Types/Constants.swift

@ -136,7 +136,7 @@ public struct Constants {
(name: "USDO", contract: AlphaWallet.Address(string: "0x98f2ab72198f2e64527bdb28931f60c0f77ac2fc")!)
]
static let defaultEnabledServers: [RPCServer] = [.main, .xDai, .classic, .poa]
static let defaultEnabledServers: [RPCServer] = [.main, .xDai]
static let tokenScriptUrlSchemeForResources = "tokenscript-resource:///"

Loading…
Cancel
Save