mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Minor update
This commit is contained in:
parent
2fb087f3ec
commit
d28f099cf3
|
|
@ -19,7 +19,7 @@ contract Helpers is DSMath, Basic {
|
||||||
* @param to The address to send the bridged assets to.
|
* @param to The address to send the bridged assets to.
|
||||||
* @param asset The address of token to be bridged.
|
* @param asset The address of token to be bridged.
|
||||||
* @param delegate Address that can revert or forceLocal on destination.
|
* @param delegate Address that can revert or forceLocal on destination.
|
||||||
* @param amount The amount to transfer.
|
* @param amount The amount to transfer + relayer fee.
|
||||||
* @param slippage Maximum amount of slippage the user will accept in BPS.
|
* @param slippage Maximum amount of slippage the user will accept in BPS.
|
||||||
* @param relayerFee Relayer fee paid in origin native asset.
|
* @param relayerFee Relayer fee paid in origin native asset.
|
||||||
* @param callData Encoded calldata to send.
|
* @param callData Encoded calldata to send.
|
||||||
|
|
|
||||||
|
|
@ -4,16 +4,6 @@ pragma solidity ^0.7.0;
|
||||||
interface IConnext {
|
interface IConnext {
|
||||||
// ============ BRIDGE ==============
|
// ============ BRIDGE ==============
|
||||||
|
|
||||||
function xcall(
|
|
||||||
uint32 _destination,
|
|
||||||
address _to,
|
|
||||||
address _asset,
|
|
||||||
address _delegate,
|
|
||||||
uint256 _amount,
|
|
||||||
uint256 _slippage,
|
|
||||||
bytes calldata _callData
|
|
||||||
) external payable returns (bytes32);
|
|
||||||
|
|
||||||
function xcall(
|
function xcall(
|
||||||
uint32 _destination,
|
uint32 _destination,
|
||||||
address _to,
|
address _to,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user