mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
11 lines
286 B
Solidity
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
|
|
);
|