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
4002f6d6
Unverified
Commit
4002f6d6
authored
Jan 02, 2024
by
refcell.eth
Committed by
GitHub
Jan 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Small script touchups (#8750)
parent
18db56a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
README.md
op-challenger/README.md
+1
-1
init_game.sh
op-challenger/scripts/alphabet/init_game.sh
+0
-1
create_game.sh
op-challenger/scripts/create_game.sh
+1
-1
No files found.
op-challenger/README.md
View file @
4002f6d6
...
...
@@ -33,7 +33,7 @@ From the top level of the repository run:
```
shell
make devnet-clean
make
cannon-prestate
op-challenger
make op-challenger
make devnet-up
```
...
...
op-challenger/scripts/alphabet/init_game.sh
View file @
4002f6d6
...
...
@@ -11,7 +11,6 @@ make
cd
"
$MONOREPO_DIR
"
make devnet-clean
make cannon-prestate
make devnet-up
DEVNET_SPONSOR
=
"ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
...
...
op-challenger/scripts/create_game.sh
View file @
4002f6d6
...
...
@@ -4,7 +4,7 @@ set -euo pipefail
SOURCE_DIR
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
CHALLENGER_DIR
=
"
${
SOURCE_DIR
%/*
}
"
# ./create_game.sh <rpc-addr> <dispute-game-factory-addr> <cast signing args>
# ./create_game.sh <rpc-addr> <dispute-game-factory-addr> <
root-claim> <
cast signing args>
RPC
=
${
1
:?Must
specify RPC address
}
FACTORY_ADDR
=
${
2
:?Must
specify factory address
}
ROOT_CLAIM
=
${
3
:?Must
specify root claim
}
...
...
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