From fb7634bf514240f128d3047428c6dd0c2803aeea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Mon, 5 Aug 2024 17:19:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20tx=20type=20detection=20wi?= =?UTF-8?q?th=20DRPC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wake/development/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wake/development/core.py b/wake/development/core.py index 3a2af6d30..2dab46433 100644 --- a/wake/development/core.py +++ b/wake/development/core.py @@ -1656,6 +1656,7 @@ def _connect( { "type": 2, "maxPriorityFeePerGas": 0, + "to": "0x0000000000000000000000000000000000000000", } ) self._default_tx_type = 2 @@ -1665,6 +1666,7 @@ def _connect( { "type": 1, "accessList": [], + "to": "0x0000000000000000000000000000000000000000", } ) self._default_tx_type = 1