dydxprotocol/dydx-v3-python

Unknown kwargs with 'gasPrice'

Akhilleshgoswami opened this issue · 0 comments

https://github.com/dydxprotocol/dydx-v3-python/blob/master/dydx3/modules/eth.py#L123

The above line of code creates a gasPrice key in the dict options that raises unknown kwargs exceptions while signing the transaction because the gasPrice has been removed from the transaction option for ethereum ,and now it uses maxFeePerGas and maxPriorityFeePerGas instead of gasPrice