Interface: EvmAdapterOptions
Options for creating an EVM adapter with chain validation.
Defined in: packages/bitbadgesjs-sdk/src/signing/adapters/GenericEvmAdapter.ts:64
Options for creating an EVM adapter with chain validation.
Properties
expectedChainId?
optionalexpectedChainId?:number
Defined in: packages/bitbadgesjs-sdk/src/signing/adapters/GenericEvmAdapter.ts:69
Expected EVM chain ID. If provided, the adapter will validate that the wallet is connected to this chain.