mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
feat: minor update
This commit is contained in:
parent
fec3516938
commit
f3f965890d
|
@ -10,7 +10,7 @@ import { SparkInterface, STokenInterface } from "./interface.sol";
|
|||
import "./helpers.sol";
|
||||
import "./events.sol";
|
||||
|
||||
contract SparkImportResolver is SparkHelpers {
|
||||
contract SparkImport is SparkHelpers {
|
||||
function _importSpark(address userAccount, ImportInputData memory inputData)
|
||||
internal
|
||||
returns (string memory _eventName, bytes memory _eventParam)
|
||||
|
@ -204,6 +204,6 @@ contract SparkImportResolver is SparkHelpers {
|
|||
}
|
||||
}
|
||||
|
||||
contract ConnectV2SparkImport is SparkImportResolver {
|
||||
contract ConnectV2SparkImport is SparkImport {
|
||||
string public constant name = "Spark-import-v1.0";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user