mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Merge branch 'main' of https://github.com/Richa-iitr/dsa-connectors into aave-import-fix
This commit is contained in:
commit
6b07a51a8e
|
|
@ -36,3 +36,7 @@ interface AccountInterface {
|
|||
interface ListInterface {
|
||||
function accountID(address) external returns (uint64);
|
||||
}
|
||||
|
||||
interface InstaConnectors {
|
||||
function isConnectors(string[] calldata) external returns (bool, address[] memory);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,4 +30,8 @@ interface AccountInterface {
|
|||
|
||||
interface ListInterface {
|
||||
function accountID(address) external returns (uint64);
|
||||
}
|
||||
}
|
||||
|
||||
interface InstaConnectors {
|
||||
function isConnectors(string[] calldata) external returns (bool, address[] memory);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,3 +45,9 @@ interface AccountInterface {
|
|||
interface ListInterface {
|
||||
function accountID(address) external returns (uint64);
|
||||
}
|
||||
|
||||
interface InstaConnectors {
|
||||
function isConnectors(string[] calldata)
|
||||
external
|
||||
returns (bool, address[] memory);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,3 +37,7 @@ interface AccountInterface {
|
|||
interface ListInterface {
|
||||
function accountID(address) external returns (uint64);
|
||||
}
|
||||
|
||||
interface InstaConnectors {
|
||||
function isConnectors(string[] calldata) external returns (bool, address[] memory);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
//SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.7.0;
|
||||
pragma experimental ABIEncoderV2;
|
||||
pragma abicoder v2;
|
||||
|
||||
interface TokenInterface {
|
||||
function approve(address, uint256) external;
|
||||
|
|
@ -33,3 +33,7 @@ interface AccountInterface {
|
|||
interface ListInterface {
|
||||
function accountID(address) external returns (uint64);
|
||||
}
|
||||
|
||||
interface InstaConnectors {
|
||||
function isConnectors(string[] calldata) external returns (bool, address[] memory);
|
||||
}
|
||||
|
|
@ -37,3 +37,7 @@ interface ListInterface {
|
|||
function accountID(address) external returns (uint64);
|
||||
}
|
||||
|
||||
interface InstaConnectors {
|
||||
function isConnectors(string[] calldata) external returns (bool, address[] memory);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user