Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Nov 11, 2024
1 parent ec0e06a commit 97db1c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/cast/tests/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,7 @@ casttest!(fetch_constructor_args_from_etherscan, |_prj, cmd| {
"#]]);
});

// <https://github.com/foundry-rs/foundry/issues/3473>
casttest!(test_non_mainnet_traces, |prj, cmd| {
prj.clear();
cmd.args([
Expand All @@ -1524,7 +1525,10 @@ Traces:
│ └─ ← [Return] true
└─ ← [Return] true
...
=======
"#]]);
});

// tests that displays a sample contract artifact
// <https://etherscan.io/address/0x0923cad07f06b2d0e5e49e63b8b35738d4156b95>
casttest!(fetch_artifact_from_etherscan, |_prj, cmd| {
Expand All @@ -1544,5 +1548,6 @@ casttest!(fetch_artifact_from_etherscan, |_prj, cmd| {
"object": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122074c61e8e4eefd410ca92eec26e8112ec6e831d0a4bf35718fdd78b45d68220d064736f6c63430008070033"
}
}
"#]]);
});

0 comments on commit 97db1c9

Please sign in to comment.