Skip to content

Commit

Permalink
feat: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyatyagii committed Feb 11, 2024
1 parent fec3516 commit f3f9658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/mainnet/connectors/spark-import/main.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -204,6 +204,6 @@ contract SparkImportResolver is SparkHelpers {
}
}

contract ConnectV2SparkImport is SparkImportResolver {
contract ConnectV2SparkImport is SparkImport {
string public constant name = "Spark-import-v1.0";
}

0 comments on commit f3f9658

Please sign in to comment.