Skip to content

v1.1.0 - 2023-05-12

Latest
Compare
Choose a tag to compare
@peetzweg peetzweg released this 12 May 13:11
· 2 commits to main since this release
c0e0e12

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 and cryptoAddressLens.[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. Pass false as value to deactivate the network. (#11)