Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jan 29, 2025
1 parent 18d5c78 commit a139b63
Show file tree
Hide file tree
Showing 60 changed files with 17,694 additions and 569 deletions.
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SP1_PROVER={network|local|mock}
SP1_PROVER=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
Expand All @@ -13,3 +13,9 @@ RPC_URL=http://localhost:8545
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"
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.tmp
.env
build
/target
*.bin
Loading

0 comments on commit a139b63

Please sign in to comment.