supportedChains property

  1. @override
List<String> supportedChains
final

EVM chains the wallet can sign transactions on. Computed from the supportedChains argument (defaulting to [wallet.chain]) and normalized to drop duplicates and blanks.

Implementation

@override
final List<String> supportedChains;