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
4764c27b
Unverified
Commit
4764c27b
authored
Jan 02, 2024
by
refcell.eth
Committed by
GitHub
Jan 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: remove --agree-with-proposed-output flag references (#8748)
parent
c5712421
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
run-challenger.md
docs/fault-proof-alpha/run-challenger.md
+0
-1
README.md
op-challenger/README.md
+0
-1
charlie.sh
op-challenger/scripts/alphabet/charlie.sh
+1
-2
mallory.sh
op-challenger/scripts/alphabet/mallory.sh
+1
-2
No files found.
docs/fault-proof-alpha/run-challenger.md
View file @
4764c27b
...
@@ -40,7 +40,6 @@ make op-challenger op-program cannon
...
@@ -40,7 +40,6 @@ make op-challenger op-program cannon
--trace-type
cannon
\
--trace-type
cannon
\
--l1-eth-rpc
<L1_URL>
\
--l1-eth-rpc
<L1_URL>
\
--game-factory-address
<DISPUTE_GAME_FACTORY_ADDRESS>
\
--game-factory-address
<DISPUTE_GAME_FACTORY_ADDRESS>
\
--agree-with-proposed-output
=
true
\
--datadir
temp/challenger-goerli
\
--datadir
temp/challenger-goerli
\
--cannon-network
goerli
\
--cannon-network
goerli
\
--cannon-bin
./cannon/bin/cannon
\
--cannon-bin
./cannon/bin/cannon
\
...
...
op-challenger/README.md
View file @
4764c27b
...
@@ -44,7 +44,6 @@ DISPUTE_GAME_FACTORY=$(jq -r .DisputeGameFactoryProxy .devnet/addresses.json)
...
@@ -44,7 +44,6 @@ DISPUTE_GAME_FACTORY=$(jq -r .DisputeGameFactoryProxy .devnet/addresses.json)
--trace-type
cannon
\
--trace-type
cannon
\
--l1-eth-rpc
http://localhost:8545
\
--l1-eth-rpc
http://localhost:8545
\
--game-factory-address
$DISPUTE_GAME_FACTORY
\
--game-factory-address
$DISPUTE_GAME_FACTORY
\
--agree-with-proposed-output
=
true
\
--datadir
temp/challenger-data
\
--datadir
temp/challenger-data
\
--cannon-rollup-config
.devnet/rollup.json
\
--cannon-rollup-config
.devnet/rollup.json
\
--cannon-l2-genesis
.devnet/genesis-l2.json
\
--cannon-l2-genesis
.devnet/genesis-l2.json
\
...
...
op-challenger/scripts/alphabet/charlie.sh
View file @
4764c27b
...
@@ -35,5 +35,4 @@ cleanup(){
...
@@ -35,5 +35,4 @@ cleanup(){
--private-key
"
$CHARLIE_KEY
"
\
--private-key
"
$CHARLIE_KEY
"
\
--num-confirmations
1
\
--num-confirmations
1
\
--metrics
.enabled
--metrics
.port
=
7304
\
--metrics
.enabled
--metrics
.port
=
7304
\
--pprof
.enabled
--pprof
.port
=
6064
\
--pprof
.enabled
--pprof
.port
=
6064
--agree-with-proposed-output
=
true
op-challenger/scripts/alphabet/mallory.sh
View file @
4764c27b
...
@@ -35,5 +35,4 @@ cleanup(){
...
@@ -35,5 +35,4 @@ cleanup(){
--private-key
"
$MALLORY_KEY
"
\
--private-key
"
$MALLORY_KEY
"
\
--num-confirmations
1
\
--num-confirmations
1
\
--metrics
.enabled
--metrics
.port
=
7305
\
--metrics
.enabled
--metrics
.port
=
7305
\
--pprof
.enabled
--pprof
.port
=
6065
\
--pprof
.enabled
--pprof
.port
=
6065
--agree-with-proposed-output
=
false
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