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
32f66df8
Commit
32f66df8
authored
Mar 20, 2023
by
clabby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment
parent
938707ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
L2ERC721Bridge.t.sol
...ges/contracts-bedrock/contracts/test/L2ERC721Bridge.t.sol
+6
-3
No files found.
packages/contracts-bedrock/contracts/test/L2ERC721Bridge.t.sol
View file @
32f66df8
...
@@ -377,9 +377,12 @@ contract L2ERC721Bridge_Test is Messenger_Initializer {
...
@@ -377,9 +377,12 @@ contract L2ERC721Bridge_Test is Messenger_Initializer {
}
}
}
}
/// @dev A non-compliant ERC721 token that does not implement the full ERC721 interface.
/**
/// This is used to test that the bridge will revert if the token does not claim to support
* @dev A non-compliant ERC721 token that does not implement the full ERC721 interface.
/// the ERC721 interface.
*
* This is used to test that the bridge will revert if the token does not claim to support
* the ERC721 interface.
*/
contract NonCompliantERC721 {
contract NonCompliantERC721 {
address internal immutable owner;
address internal immutable owner;
...
...
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