-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
There is a problem in transaction signing.
> return cls(**tx_data)
E pydantic_core._pydantic_core.ValidationError: 1 validation error for Transaction
E gasPrice
E Field required [type=missing, input_value={'gas': 100000, 'value': ...8829300000', 'nonce': 2}, input_type=dict]
E For further information visit https://errors.pydantic.dev/2.11/v/missing
/Users/moo/Library/Caches/pypoetry/virtualenvs/web3-ethereum-defi-YE4GM4ox-py3.11/lib/python3.11/site-packages/web3_google_hsm/types/ethereum_types.py:158: ValidationError
gasPrice field is only for legacy transactions. Post-London hardfork transactions use maxFeePerGas and maxPriorityFeePerGas.
Metadata
Metadata
Assignees
Labels
No labels