Commit 8f41bc3a authored by Will Cory's avatar Will Cory

add authors

parent 45a0a703
...@@ -5,6 +5,8 @@ import { Semver } from "@eth-optimism/contracts-bedrock/contracts/universal/Semv ...@@ -5,6 +5,8 @@ import { Semver } from "@eth-optimism/contracts-bedrock/contracts/universal/Semv
/** /**
* @title AttestationStation * @title AttestationStation
* @author Optimism Collective
* @author Gitcoin
* @notice Where attestations live. * @notice Where attestations live.
*/ */
contract AttestationStation is Semver { contract AttestationStation is Semver {
......
...@@ -10,6 +10,8 @@ import { Strings } from "@openzeppelin/contracts/utils/Strings.sol"; ...@@ -10,6 +10,8 @@ import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
/** /**
* @title Optimist * @title Optimist
* @author Optimism Collective
* @author Gitcoin
* @dev Contract for Optimist SBT * @dev Contract for Optimist SBT
* @notice The Optimist contract is a SBT representing real humans * @notice The Optimist contract is a SBT representing real humans
* It uses attestations for its base URI and allowList * It uses attestations for its base URI and allowList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment