Skip to content

Commit

Permalink
delete verifiers under contracts and move them to under contracts/ver…
Browse files Browse the repository at this point in the history
…ifiers
  • Loading branch information
motemotech committed Oct 7, 2024
1 parent 0dfa2b7 commit 8c9b302
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion contracts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ cache
artifacts
ignition/deployed_addresses.json
ignition/parameters.json
ignition/deployments
ignition/deployments

#Local verifier
contracts/verifiers/local/*
2 changes: 1 addition & 1 deletion contracts/contracts/SBT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.18;
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import {Verifier_disclose} from "./Verifier_disclose.sol";
import {Verifier_disclose} from "./verifiers/disclose/Verifier_disclose.sol";
import {Base64} from "./libraries/Base64.sol";
import {Formatter} from "./Formatter.sol";
import {Registry} from "./Registry.sol";
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8c9b302

Please sign in to comment.