AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
599 stars 372 forks source link

Custom RPC - make some fields optional #2912

Open AW-STJ opened 3 years ago

AW-STJ commented 3 years ago

Currently, we have all the fields mandatory. However, in some cases there are networks without blockchain explorers. Let us make it an optional field, in line with Metamask.

image

Current AlphaWallet screen shows this message if block explorer URL is not entered. image

hboon commented 3 years ago

So, users can only display their native crypto balance, send and receive native crypto, right? No other tokens and transaction history, because those requires a blockchain explorer API (that's why I made them mandatory).

hboon commented 3 years ago

Affects #2911

AW-STJ commented 3 years ago

Yes

So, users can only display their native crypto balance, send and receive native crypto, right? No other tokens and transaction history, because those requires a blockchain explorer API (that's why I made them mandatory).

Yes we can do that if custom tokens cannot be displayed without blockchain explorer. May be even display a error message to say "Add blockchain explorer URL" when a user tries to add custom tokens for such network.