deploy to manta

This commit is contained in:
tracy
2023-11-13 16:28:56 +08:00
parent 9ad331bb4b
commit 365a14c477
4 changed files with 64 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ pragma experimental ABIEncoderV2;
/// @author Nick Johnson <arachnid@notdot.net>
// WithValid
contract Multicall {
contract MulticallWithValid {
struct Call {
address target;
bytes callData;