Skip to content
Draft
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions .env.example.prove_dryrun
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
L1_RPC=https:// # L1 execution node RPC URL
L1_BEACON_RPC=https:// # L1 consensus node RPC URL
L2_RPC=https:// # L2 execution node RPC URL
L2_NODE_RPC=https:// # L2 consensus node RPC URL
EIGENDA_PROXY_ADDRESS=https:// # Eigen DA proxy URL

USE_KMS_REQUESTER=false # Whether to expect NETWORK_PRIVATE_KEY to be an AWS KMS key ARN instead of a plaintext private key
NETWORK_PRIVATE_KEY=0x # Succinct Prover Network private key
RANGE_PROOF_STRATEGY=reserved # Proof strategy for Range Proof (default: reserved)
AGG_PROOF_STRATEGY=reserved # Proof strategy for Aggregation Proof (default: reserved)
AGG_PROOF_MODE=plonk # Proof mode for Aggregation Proof (default: plonk)

FACTORY_ADDRESS= # Dispute Game Factory Address
GAME_TYPE=42 # OP Succinct Fault Dispute Game Type
PROPOSER_ADDRESS= # Proposer Address
PRIVATE_KEY=0x # Transaction Signer Private Key (Funded account on L1 or Anvil)
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data

# .env files
.env*
!.env.example
!.env.example*

# txt
**.txt
Expand Down
Loading
Loading