We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5052f commit 98782d1Copy full SHA for 98782d1
sample/Tests/test/test.py
@@ -178,7 +178,7 @@ def test_3_zkevm_functions(self):
178
179
# Send transaction with confirmation
180
to = self.altdriver.wait_for_object(By.NAME, "ToInput")
181
- to.set_text("0x912cd5f1cd67F1143b7a5796fd9e5063D755DAbe")
+ to.set_text("0xb237501b35dfdcad274299236a141425469ab9ba")
182
amount = self.altdriver.wait_for_object(By.NAME, "ValueInput")
183
amount.set_text("0")
184
data = self.altdriver.wait_for_object(By.NAME, "DataInput")
0 commit comments