Gelato-automations/contracts/constants/CGelato.sol
2020-11-02 12:10:53 +01:00

11 lines
286 B
Solidity

// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.7.4;
import {
IGelatoGasPriceOracle
} from "../interfaces/gelato/IGelatoGasPriceOracle.sol";
IGelatoGasPriceOracle constant GELATO_GAS_PRICE_ORACLE = IGelatoGasPriceOracle(
0x169E633A2D1E6c10dD91238Ba11c4A708dfEF37C
);