-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.env.example
21 lines (21 loc) · 1.01 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SP1_PROVER={network|local|mock}
SP1_PROVER=network
# 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="0x82bfcfadbf1712f6550d8d2c00a39f05b33ec78939d0167be2a737d691f33a6a"
# URL of the Tendermint RPC node
TENDERMINT_RPC_URL=http://localhost:5123
# URL of the Ethereum RPC node
# use https://ethereum-sepolia.publicnode.com/ for the Eth Sepolia testnet
RPC_URL=http://localhost:8545
# Address of the light client contract
CONTRACT_ADDRESS="0x2854CFaC53FCaB6C95E28de8C91B96a31f0af8DD"
# Address of the E2E test faucet
E2E_FAUCET_ADDRESS="0xaF9053bB6c4346381C77C2FeD279B17ABAfCDf4d"
# Path to proto descriptor for celestia-prover
PROTO_DESCRIPTOR_PATH="./provers/celestia-prover/proto_descriptor.bin"
# Auth token for the celestia node
export CELESTIA_NODE_AUTH_TOKEN=""
# Namespace of the rollup on celestia
export CELESTIA_NAMESPACE="0f0f0f0f0f0f0f0f0f0f"