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 ad2506a commit 54a7912Copy full SHA for 54a7912
tests/src/simulation_tests.rs
@@ -64,7 +64,7 @@ async fn setup_basic() -> eyre::Result<(
64
let client = Arc::new(_client);
65
let ep = deploy_entry_point(client.clone()).await?;
66
let paymaster = deploy_test_opcode_account(client.clone()).await?;
67
-
+
68
ep.contract()
69
.deposit_to(paymaster.address)
70
.value(parse_units("0.1", "ether").unwrap())
0 commit comments