horizontalsystems / unstoppable-wallet-ios

Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain and other emerging blockchains. Non-custodial storage, decentralized exchange, and extensive analytics for thousands of tokens and NFTs. Implemented on Swift.
https://unstoppable.money
MIT License
686 stars 244 forks source link

Full Transaction Info: Impossible to change Source(blockexplorer) to Etherscan.io #475

Closed Dianaaiym closed 5 years ago

Dianaaiym commented 5 years ago

Relevant only to ERC20 Tokens

ant013 commented 5 years ago

reason:

func setBaseProvider(name: String, for coinCode: String) { if coinCode.range(of: "ETH") != nil {

remove using coinCode in FullTransactionProviderSettings to choose type. Use coinType

mNizhurin commented 5 years ago

Fixed in #483