// SPDX-License-Identifier: BUSL-1.1 pragma solidity ^0.8.0; import {IRollupCore} from "@arbitrum/nitro-contracts/src/rollup/IRollupCore.sol"; /// @dev to generate gethwrappers interface IArbRollupCore is IRollupCore {}