-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 919 Bytes
/
.env.example
File metadata and controls
21 lines (18 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SentinelCRE Environment Variables
# Copy this file to .env and fill in your values.
#
# SECURITY NOTE — AI model API keys (Anthropic, OpenAI) are intentionally
# absent from this file. They are managed exclusively through Chainlink's
# Vault DON and injected at runtime inside the TEE via ConfidentialHTTPClient
# using {{ANTHROPIC_API_KEY}} / {{OPENAI_API_KEY}} template syntax.
# See secrets.yaml for the Vault DON configuration.
# This ensures AI credentials never exist in environment variables, server
# memory, or node operator infrastructure — only inside the enclave.
# Deployer wallet (Tenderly Virtual TestNet)
DEPLOYER_PRIVATE_KEY=0x_YOUR_PRIVATE_KEY_HERE
# Tenderly Virtual TestNet RPC
RPC_URL=https://virtual.sepolia.us-west.rpc.tenderly.co/YOUR_RPC_ID
# Tenderly Pro API
TENDERLY_ACCESS_KEY=your_tenderly_access_key
TENDERLY_ACCOUNT_SLUG=your_account_slug
TENDERLY_PROJECT_SLUG=your_project_slug