Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyKreiselmaier committed Jul 31, 2024
1 parent fdf3008 commit 68cd754
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/foundry/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ADMIN_ADDRESS=0x2D31A4315e3558109c25C78b3639d316F84A203b
1 change: 0 additions & 1 deletion packages/foundry/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ out/
docs/

# Dotenv file
.env
localhost.json
2 changes: 1 addition & 1 deletion packages/foundry/contracts/SVGNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.26;

import { ToColor } from "./ToColor.sol";
import { HexStrings } from "./HexStrings.sol";
import { Base64 } from "@openzeppelin/contracts/utils/base64.sol";
import { Base64 } from "@openzeppelin/contracts/utils/Base64.sol";
import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
import { OwnableUpgradeable } from
"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry/contracts/SVGNFTV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.26;

import { ToColor } from "./ToColor.sol";
import { HexStrings } from "./HexStrings.sol";
import { Base64 } from "@openzeppelin/contracts/utils/base64.sol";
import { Base64 } from "@openzeppelin/contracts/utils/Base64.sol";
import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
import { OwnableUpgradeable } from
"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
Expand Down

0 comments on commit 68cd754

Please sign in to comment.