Gelato-automations/contracts/constants/CGelato.sol

11 lines
286 B
Solidity
Raw Normal View History

2020-11-02 10:51:49 +00:00
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
import {
IGelatoGasPriceOracle
} from "../interfaces/gelato/IGelatoGasPriceOracle.sol";
IGelatoGasPriceOracle constant GELATO_GAS_PRICE_ORACLE = IGelatoGasPriceOracle(
0x169E633A2D1E6c10dD91238Ba11c4A708dfEF37C
);