Skip to content

Commit c8d3ad9

Browse files
committed
Fix issues with new tests after rebasing
1 parent 25816e8 commit c8d3ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/contracts/test_contract_build_transaction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_build_transaction_with_contract_no_arguments_no_parens(
6363
"value": 0,
6464
"maxFeePerGas": 2750000000,
6565
"maxPriorityFeePerGas": 10**9,
66-
"chainId": 131277322940537,
66+
"chainId": w3.eth.chain_id,
6767
}
6868

6969

@@ -329,7 +329,7 @@ async def test_async_build_transaction_with_contract_no_arguments_no_parens(
329329
"value": 0,
330330
"maxFeePerGas": 2750000000,
331331
"maxPriorityFeePerGas": 10**9,
332-
"chainId": 131277322940537,
332+
"chainId": await async_w3.eth.chain_id,
333333
}
334334

335335

0 commit comments

Comments
 (0)