-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor_sdkCoin
- Loading branch information
Showing
6 changed files
with
16 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# Mnemonic used in base script (not e2e) | ||
export MNEMONIC="YOUR_MNEMONIC" | ||
# Private key with the permission to use the network prover | ||
SP1_PRIVATE_KEY="PRIVATE_KEY" | ||
|
||
# SP1_PROVER={network|local|mock} | ||
SP1_PROVER=network | ||
# SP1_OPERATOR_REV={a commit hash of `https://github.com/cosmos/sp1-ics07-tendermint`} | ||
SP1_OPERATOR_REV=b158cc84a50e6924904b48e0220785c1a5e10a98 | ||
SP1_PROVER=mock | ||
|
||
# Private key with the permission to use the network prover (optional if you use SP1_PROVER=mock) | ||
SP1_PRIVATE_KEY="PRIVATE_KEY" | ||
|
||
# Optional field to specify the revision (in the form of a commit hash) of the SP1 operator | ||
# If not specified the default revision from justfile will be used when building the operator with `just install-operator` | ||
# Format: SP1_OPERATOR_REV={a commit hash of `https://github.com/cosmos/sp1-ics07-tendermint`} | ||
# Example: SP1_OPERATOR_REV=b158cc84a50e6924904b48e0220785c1a5e10a98 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
name: e2e | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.