Skip to content

Commit

Permalink
Update StableDiffusionCallerv2.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperAlly committed Sep 28, 2023
1 parent 38c7519 commit bb6d6b4
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 "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";
import "https://github.com/bacalhau-project/lilypad-v0/blob/main/hardhat/contracts/LilypadEventsUpgradeable.sol";
import "https://github.com/bacalhau-project/lilypad-v0/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 bb6d6b4

Please sign in to comment.