We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a50cde commit 1a9aa33Copy full SHA for 1a9aa33
tests/core/contracts/test_contract_build_transaction.py
@@ -63,7 +63,7 @@ def test_build_transaction_with_contract_no_arguments_no_parens(
63
"value": 0,
64
"maxFeePerGas": 2750000000,
65
"maxPriorityFeePerGas": 10**9,
66
- "chainId": 131277322940537,
+ "chainId": w3.eth.chain_id,
67
}
68
69
@@ -329,7 +329,7 @@ async def test_async_build_transaction_with_contract_no_arguments_no_parens(
329
330
331
332
+ "chainId": await async_w3.eth.chain_id,
333
334
335
0 commit comments