Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
87bd8367
Unverified
Commit
87bd8367
authored
Dec 14, 2022
by
Mark Tyneway
Committed by
GitHub
Dec 14, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4456 from ethereum-optimism/willc/authors
feat(contracts-periphery): Add authors to optimist.sol
parents
0f2a6df3
bf5f9feb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
real-clocks-shake.md
.changeset/real-clocks-shake.md
+5
-0
AttestationStation.sol
...riphery/contracts/universal/op-nft/AttestationStation.sol
+2
-0
Optimist.sol
...ntracts-periphery/contracts/universal/op-nft/Optimist.sol
+2
-0
No files found.
.changeset/real-clocks-shake.md
0 → 100644
View file @
87bd8367
---
'
@eth-optimism/contracts-periphery'
:
patch
---
Add authors to optimist contracts
packages/contracts-periphery/contracts/universal/op-nft/AttestationStation.sol
View file @
87bd8367
...
...
@@ -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 {
...
...
packages/contracts-periphery/contracts/universal/op-nft/Optimist.sol
View file @
87bd8367
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment