Skip to content

Commit

Permalink
test: zkevm send transaction contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 11, 2024
1 parent ee5052f commit 98782d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Tests/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_3_zkevm_functions(self):

# Send transaction with confirmation
to = self.altdriver.wait_for_object(By.NAME, "ToInput")
to.set_text("0x912cd5f1cd67F1143b7a5796fd9e5063D755DAbe")
to.set_text("0xb237501b35dfdcad274299236a141425469ab9ba")
amount = self.altdriver.wait_for_object(By.NAME, "ValueInput")
amount.set_text("0")
data = self.altdriver.wait_for_object(By.NAME, "DataInput")
Expand Down

0 comments on commit 98782d1

Please sign in to comment.