-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move
sp1-ics07-tendermint
repo here (#128)
- Loading branch information
Showing
145 changed files
with
6,952 additions
and
422 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,16 +1,17 @@ | ||
# Mnemonic used in base script (not e2e) | ||
export MNEMONIC="YOUR_MNEMONIC" | ||
# Which type of ethereum testnet to run locally (pow|pos) | ||
ETH_TESTNET_TYPE="pow" | ||
|
||
# SP1_PROVER={network|local|mock} | ||
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" | ||
# Private key which the operator uses to sign the transactions in Eth Sepolia testnet | ||
PRIVATE_KEY="PRIVATE-KEY" | ||
|
||
# Which type of ethereum testnet to run locally (pow|pos) | ||
ETH_TESTNET_TYPE="pow" | ||
|
||
# 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=f67f5fec9423a4744092ee98b62bc60e3354f223 | ||
# URL of the Tendermint RPC node | ||
TENDERMINT_RPC_URL=http://public-celestia-mocha4-consensus.numia.xyz/ | ||
# URL of the Ethereum RPC node | ||
# use https://ethereum-sepolia.publicnode.com/ for the Eth Sepolia testnet | ||
RPC_URL=https://ethereum-holesky-rpc.publicnode.com | ||
# Address of the light client contract | ||
CONTRACT_ADDRESS="CONTRACT-ADDRESS" |
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
Oops, something went wrong.