Skip to content

Commit 98782d1

Browse files
committed
test: zkevm send transaction contract address
1 parent ee5052f commit 98782d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Tests/test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_3_zkevm_functions(self):
178178

179179
# Send transaction with confirmation
180180
to = self.altdriver.wait_for_object(By.NAME, "ToInput")
181-
to.set_text("0x912cd5f1cd67F1143b7a5796fd9e5063D755DAbe")
181+
to.set_text("0xb237501b35dfdcad274299236a141425469ab9ba")
182182
amount = self.altdriver.wait_for_object(By.NAME, "ValueInput")
183183
amount.set_text("0")
184184
data = self.altdriver.wait_for_object(By.NAME, "DataInput")

0 commit comments

Comments
 (0)