EthereumAdapterConfig
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / EthereumAdapterConfig
Interface: EthereumAdapterConfig
Section titled “Interface: EthereumAdapterConfig”Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:9843
Ethereum adapter configuration
Properties
Section titled “Properties”wallet?
Section titled “wallet?”
optionalwallet:EthereumWalletName
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:9845
Wallet to connect to
chainId?
Section titled “chainId?”
optionalchainId:number
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:9847
Target chain ID
rpcEndpoint?
Section titled “rpcEndpoint?”
optionalrpcEndpoint:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:9849
RPC endpoint URL (for balance queries)
provider?
Section titled “provider?”
optionalprovider:EIP1193Provider
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:9851
Custom provider (for testing)