Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Jul 18, 2023
1 parent 844d86b commit 4743879
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async fn send_tx_test_to_eth() -> Result<(), Box<dyn std::error::Error>> {

let from_addr = Address::from_str("0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266").unwrap();

//let test_client = TestClient::new_anvil_client(chain_id, key, from_addr, contract).await;
let test_client = TestClient::new_demo_rollup_client(chain_id, key, from_addr, contract).await;
let test_client = TestClient::new_anvil_client(chain_id, key, from_addr, contract).await;
// let test_client = TestClient::new_demo_rollup_client(chain_id, key, from_addr, contract).await;
test_client.execute().await
}

0 comments on commit 4743879

Please sign in to comment.