Added
- adds new configuration property
crypoAddressLens.explorers
to configure block explorers to show up on address hover. It expects an object, key of this object is the explorers name, value is the URL of the block explorer which is suffixed with the address to lookup. (#11)
Changed
-
deprecates configuration properties of the scheme
cryptoAddressLens.[network].rpc
andcryptoAddressLens.[network].enabled
. -
migrates ability to setup networks and rpcs into new configuration property called
cryptoAddressLens.rpcs
. It expects an objects which keys are the network name and the value is the RPC url. Passfalse
as value to deactivate the network. (#11)