Skip to content

Commit

Permalink
🐛 Fix tx type detection with DRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Aug 5, 2024
1 parent 6431c46 commit fb7634b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wake/development/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,7 @@ def _connect(
{
"type": 2,
"maxPriorityFeePerGas": 0,
"to": "0x0000000000000000000000000000000000000000",
}
)
self._default_tx_type = 2
Expand All @@ -1665,6 +1666,7 @@ def _connect(
{
"type": 1,
"accessList": [],
"to": "0x0000000000000000000000000000000000000000",
}
)
self._default_tx_type = 1
Expand Down

0 comments on commit fb7634b

Please sign in to comment.