mirror of
				https://github.com/Instadapp/dsa-connectors.git
				synced 2024-07-29 22:37:00 +00:00 
			
		
		
		
	update: interface
This commit is contained in:
		
							parent
							
								
									e775788549
								
							
						
					
					
						commit
						90e60093f1
					
				|  | @ -2,6 +2,8 @@ | |||
| pragma solidity ^0.7.0; | ||||
| 
 | ||||
| interface IConnext { | ||||
|   // ============ BRIDGE ============== | ||||
| 
 | ||||
|   function xcall( | ||||
|     uint32 _destination, | ||||
|     address _to, | ||||
|  | @ -11,4 +13,15 @@ interface IConnext { | |||
|     uint256 _slippage, | ||||
|     bytes calldata _callData | ||||
|   ) external payable returns (bytes32); | ||||
| 
 | ||||
|   function xcall( | ||||
|     uint32 _destination, | ||||
|     address _to, | ||||
|     address _asset, | ||||
|     address _delegate, | ||||
|     uint256 _amount, | ||||
|     uint256 _slippage, | ||||
|     bytes calldata _callData, | ||||
|     uint256 _relayerFee | ||||
|   ) external returns (bytes32); | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 sanchaymittal
						sanchaymittal