Answers for "ValueError: {'message': 'Method eth_maxPriorityFeePerGas not supported"

0

ValueError: {'message': 'Method eth_maxPriorityFeePerGas not supported

transaction = SimpleStorage.constructor().buildTransaction(
    {"chainId": chain_id, "gasPrice": w3.eth.gas_price, "from": my_address, "nonce": nonce}
)
Posted by: Guest on April-06-2022

Code answers related to "ValueError: {'message': 'Method eth_maxPriorityFeePerGas not supported"

Browse Popular Code Answers by Language