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