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
f72b6a11
Commit
f72b6a11
authored
Mar 28, 2023
by
James Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apply style changes
parent
53f7ae43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
TestERC1271Wallet.sol
...periphery/contracts/testing/helpers/TestERC1271Wallet.sol
+0
-1
OptimistInviter.sol
...-periphery/contracts/universal/op-nft/OptimistInviter.sol
+5
-5
No files found.
packages/contracts-periphery/contracts/testing/helpers/TestERC1271Wallet.sol
View file @
f72b6a11
...
...
@@ -10,7 +10,6 @@ import { ECDSA } from "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
* Simple ERC1271 wallet that can be used to test the ERC1271 signature checker.
* https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/mocks/ERC1271WalletMock.sol
*/
contract TestERC1271Wallet is Ownable, IERC1271 {
constructor(address originalOwner) {
transferOwnership(originalOwner);
...
...
packages/contracts-periphery/contracts/universal/op-nft/OptimistInviter.sol
View file @
f72b6a11
...
...
@@ -10,11 +10,11 @@ import {
/**
* @custom:upgradeable
* @title OptimistInviter
* @notice OptimistInviter is
a contract that issues "optimist.can-invite" and
*
"optimist.can-mint-from-invite" attestations. Accounts that have a "optimist.can-invite"
*
attestation can issue signatures that allow other accounts to claim an invite. The
*
invitee uses a claim
and reveal flow to claim the invite to an address of their choosing.
* @title
OptimistInviter
* @notice OptimistInviter is
sues "optimist.can-invite" and "optimist.can-mint-from-invite"
*
attestations. Accounts that have a "optimist.can-invite" attestation can issue
*
signatures that allow other accounts to claim an invite. The invitee uses a claim
* and reveal flow to claim the invite to an address of their choosing.
*
* Parties involved:
* 1) INVITE_GRANTER: trusted account that can allow accounts to issue invites
...
...
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