dydx-v3-python icon indicating copy to clipboard operation
dydx-v3-python copied to clipboard

Unknown kwargs with 'gasPrice'

Open Akhilleshgoswami opened this issue 3 years ago • 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

Akhilleshgoswami avatar Oct 13 '22 09:10 Akhilleshgoswami