mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
10 lines
214 B
Solidity
10 lines
214 B
Solidity
// SPDX-License-Identifier: UNLICENSED
|
|
pragma solidity 0.6.10;
|
|
|
|
import "@gelatonetwork/core/contracts/gelato_core/GelatoCore.sol";
|
|
|
|
// solhint-disable-next-line no-empty-blocks
|
|
contract GelatoTestDependencies {
|
|
|
|
}
|