dsa-connectors/contracts/polygon/connectors/spell/helpers.sol
2022-06-19 19:24:10 +05:30

13 lines
279 B
Solidity

//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);
}