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