//SPDX-License-Identifier: MIT pragma solidity ^0.7.0; import { ListInterface } from "../../common/interfaces.sol"; contract SpellHelpers { /** * @dev InstaList */ ListInterface internal constant instaList = ListInterface(0x839c2D3aDe63DF5b0b8F3E57D5e145057Ab41556); }