Skip to content

Commit

Permalink
Update StableDiffusionCallerv2.sol (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperAlly committed Jun 19, 2023
1 parent 95941d1 commit 1806166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/contracts/StableDiffusionCallerv2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pragma solidity >=0.8.4;
import "hardhat/console.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "lilypad/contracts/LilypadEventsUpgradeable.sol";
import "lilypad/contracts/LilypadCallerInterface.sol";
import "https://github.com/bacalhau-project/lilypad/blob/main/hardhat/contracts/LilypadEventsUpgradeable.sol";
import "https://github.com/bacalhau-project/lilypad/blob/main/hardhat/contracts/LilypadCallerInterface.sol";

/**
@notice An experimental contract for POC work to call Bacalhau jobs from FVM smart contracts
Expand Down

0 comments on commit 1806166

Please sign in to comment.