mirror of
				https://github.com/Instadapp/dsa-connectors.git
				synced 2024-07-29 22:37:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			343 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			343 B
		
	
	
	
		
			Solidity
		
	
	
	
	
	
| //SPDX-License-Identifier: MIT
 | |
| pragma solidity ^0.7.0;
 | |
| import "./interface.sol";
 | |
| import { Basic } from "../../../common/basic.sol";
 | |
| 
 | |
| contract Helpers is Basic {
 | |
| 
 | |
|     /**
 | |
|      * @dev Euler Incentives Distributor
 | |
|      */
 | |
|     IEulerDistributor internal constant eulerDistribute = IEulerDistributor(0xd524E29E3BAF5BB085403Ca5665301E94387A7e2);
 | |
| 
 | |
| }
 | 
