diff --git a/.changeset/serious-plants-itch.md b/.changeset/serious-plants-itch.md index 71f8c1bb87..b6fbe7134b 100644 --- a/.changeset/serious-plants-itch.md +++ b/.changeset/serious-plants-itch.md @@ -20,4 +20,3 @@ interface IBaseWorld { + function batchCall(SystemCallData[] calldata systemCalls) external returns (bytes[] memory returnDatas); } ``` -