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
aa99cac7
Unverified
Commit
aa99cac7
authored
May 30, 2023
by
mergify[bot]
Committed by
GitHub
May 30, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into feat/op-wheel-shanghai
parents
5dc9f18f
68b4a020
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
883 additions
and
1 deletion
+883
-1
Makefile
op-bindings/Makefile
+5
-1
disputegamefactory.go
op-bindings/bindings/disputegamefactory.go
+878
-0
No files found.
op-bindings/Makefile
View file @
aa99cac7
...
@@ -30,7 +30,8 @@ bindings: l1block-bindings \
...
@@ -30,7 +30,8 @@ bindings: l1block-bindings \
optimism-mintable-erc721-factory-bindings
\
optimism-mintable-erc721-factory-bindings
\
l1-fee-vault-bindings
\
l1-fee-vault-bindings
\
basefee-vault-bindings
\
basefee-vault-bindings
\
legacy-erc20-eth-bindings
legacy-erc20-eth-bindings
\
dispute-game-factory-bindings
version
:
version
:
forge
--version
forge
--version
...
@@ -122,6 +123,9 @@ deployer-whitelist-bindings: compile
...
@@ -122,6 +123,9 @@ deployer-whitelist-bindings: compile
l1-blocknumber-bindings
:
compile
l1-blocknumber-bindings
:
compile
./gen_bindings.sh contracts/legacy/L1BlockNumber.sol:L1BlockNumber
$(pkg)
./gen_bindings.sh contracts/legacy/L1BlockNumber.sol:L1BlockNumber
$(pkg)
dispute-game-factory-bindings
:
compile
./gen_bindings.sh contracts/dispute/DisputeGameFactory.sol:DisputeGameFactory
$(pkg)
more
:
more
:
go run ./gen/main.go
\
go run ./gen/main.go
\
-artifacts
../packages/contracts-bedrock/artifacts
\
-artifacts
../packages/contracts-bedrock/artifacts
\
...
...
op-bindings/bindings/disputegamefactory.go
0 → 100644
View file @
aa99cac7
This diff is collapsed.
Click to expand it.
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