There are a few fields in the wallet connector specific to EVM which we list below, but in general all the methods you need are present on the generic connector described here.

EVM Specific Wallet Connector Fields

FieldDescription
supportedChains: Chain[] = [‘ETH’, ‘EVM’];For embedded wallets only, indicates what chains are supported by the wallet
evmNetworks: EvmNetwork[];For embedded wallets only, an array of EvmNetworks
verifiedCredentialChain = ‘eip155’;For embedded wallets only, the chain associated with the VC so you can see which applies to this wallet

Examples

We’ve included a few examples of how to use the EVM wallet connector in this section: