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