@@ -87,10 +87,7 @@ def __init__(
8787 pmxt_api_key : Optional [str ] = None ,
8888 wallet_address : Optional [str ] = None ,
8989 signer : Optional [object ] = None ,
90- << << << < HEAD
91- == == == =
9290 websocket : Optional [dict ] = None ,
93- > >> >> >> 4 b8f210 (fix (sdk ): restore wallet_address / signer and wire websocket config )
9491 ) -> None :
9592 """
9693 Initialize Limitless client.
@@ -103,14 +100,9 @@ def __init__(
103100 base_url: Base URL of the PMXT sidecar server
104101 auto_start_server: Automatically start server if not running (default: True)
105102 pmxt_api_key: Hosted PMXT API key (optional; enables hosted mode)
106- <<<<<<< HEAD
107- wallet_address: Ethereum address for hosted reads/writes (optional)
108- signer: Optional callable for signing typed_data (optional)
109- =======
110103 wallet_address: Wallet address for hosted operations (optional)
111104 signer: Custom signer for hosted operations (optional)
112105 websocket: WebSocket configuration dict (optional)
113- >>>>>>> 4b8f210 (fix(sdk): restore wallet_address/signer and wire websocket config)
114106 """
115107 super ().__init__ (
116108 exchange_name = "limitless" ,
@@ -121,10 +113,7 @@ def __init__(
121113 pmxt_api_key = pmxt_api_key ,
122114 wallet_address = wallet_address ,
123115 signer = signer ,
124- << << << < HEAD
125- == == == =
126116 websocket = websocket ,
127- >> >> >> > 4 b8f210 (fix (sdk ): restore wallet_address / signer and wire websocket config )
128117 )
129118
130119 self .api_secret = api_secret
0 commit comments