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
8dc2fa99
Commit
8dc2fa99
authored
Feb 21, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bindings: regenerate
Also fix compiler warning
parent
b8c10302
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
l1standardbridge.go
op-bindings/bindings/l1standardbridge.go
+1
-1
l2standardbridge.go
op-bindings/bindings/l2standardbridge.go
+1
-1
l2standardbridge_more.go
op-bindings/bindings/l2standardbridge_more.go
+1
-1
StandardBridge.t.sol
...ges/contracts-bedrock/contracts/test/StandardBridge.t.sol
+2
-2
No files found.
op-bindings/bindings/l1standardbridge.go
View file @
8dc2fa99
This diff is collapsed.
Click to expand it.
op-bindings/bindings/l2standardbridge.go
View file @
8dc2fa99
This diff is collapsed.
Click to expand it.
op-bindings/bindings/l2standardbridge_more.go
View file @
8dc2fa99
This diff is collapsed.
Click to expand it.
packages/contracts-bedrock/contracts/test/StandardBridge.t.sol
View file @
8dc2fa99
...
@@ -37,8 +37,8 @@ contract LegacyMintable is ERC20, ILegacyMintableERC20 {
...
@@ -37,8 +37,8 @@ contract LegacyMintable is ERC20, ILegacyMintableERC20 {
return address(0);
return address(0);
}
}
function mint(address _to, uint256 _amount) external {}
function mint(address _to, uint256 _amount) external
pure
{}
function burn(address _from, uint256 _amount) external {}
function burn(address _from, uint256 _amount) external
pure
{}
/**
/**
* @notice Implements ERC165. This implementation should not be changed as
* @notice Implements ERC165. This implementation should not be changed as
...
...
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