dydx-v3-python
dydx-v3-python copied to clipboard
Problem with the Ropsten contract?
I am currently using the api on Ropsten, and I am coming across some issues
- it's unclear how to get the test collateral token (there is a another issue that appears unresolved... I reached out to dydx and got no response)
- all interactions with the L1 contracts (Ropsten) yield transaction reverts. At first I assumed the problem was on my end - and I still acknowledge I am making a mistake - but after double-checking with the logic within the integration tests, I believe there is a chance the problem lies in the Ropsten L1 contract
specifically
registration_tx_hash = self._client.eth.register_user(self._signature)
anddeposit_tx_hash = self._client.eth.deposit_to_exchange(self.get_position_id(), 3, human_amount,)
yield issues. I haven't found if anyone has been successfully using the test contracts in recent history. Any help is appreciated :)
- you can open a Live Chat request on the exchange, and customer service can send you testnet usdc token
- When you say L1 contracts, are you referring to the spot/margin exchange? Because that one is closing on November 1.