Commit 87bd8367 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4456 from ethereum-optimism/willc/authors

feat(contracts-periphery): Add authors to optimist.sol
parents 0f2a6df3 bf5f9feb
---
'@eth-optimism/contracts-periphery': patch
---
Add authors to optimist contracts
......@@ -5,6 +5,8 @@ import { Semver } from "@eth-optimism/contracts-bedrock/contracts/universal/Semv
/**
* @title AttestationStation
* @author Optimism Collective
* @author Gitcoin
* @notice Where attestations live.
*/
contract AttestationStation is Semver {
......
......@@ -10,6 +10,8 @@ import { Strings } from "@openzeppelin/contracts/utils/Strings.sol";
/**
* @title Optimist
* @author Optimism Collective
* @author Gitcoin
* @dev Contract for Optimist SBT
* @notice The Optimist contract is a SBT representing real humans
* 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