Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add scroll deployment #39

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,32 @@ services:
sync: false
- key: SP1_PRIVATE_KEY
sync: false
- type: worker
runtime: rust
name: sp1-blobstream-mainnet:scroll
repo: https://github.com/succinctlabs/sp1-blobstream
region: frankfurt
plan: pro
rootDir: script
buildCommand: rm -rf build.rs && cargo build --bin operator --release
startCommand: cargo run --bin operator --release
autoDeploy: true
envVars:
- key: CHAIN_ID
value: 534352
- key: CONTRACT_ADDRESS
value: 0x5008fa5CC3397faEa90fcde71C35945db6822218
- key: BLOCK_UPDATE_INTERVAL
value: 600
- key: TENDERMINT_RPC_URL
sync: false
- key: SP1_PROVER
sync: false
- key: PROVER_NETWORK_RPC
sync: false
- key: PRIVATE_KEY
sync: false
- key: RPC_URL
sync: false
- key: SP1_PRIVATE_KEY
sync: false
Loading