forked from PrimeIntellect-ai/protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (33 loc) · 840 Bytes
/
.env.example
File metadata and controls
38 lines (33 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
RPC_URL=
NETWORK_ID=
MIN_STAKE_AMOUNT=
WORKER_COMPUTE_POOL_ID=
WORKER_EXTERNAL_IP=
# Private keys of privileged accounts
# See deploy.sh files in smart-contracts
PRIVATE_KEY_FEDERATOR=
FEDERATOR_ADDRESS=
PRIVATE_KEY_VALIDATOR=
VALIDATOR_ADDRESS=
# Provider with their node
# This can simple be a provider that is funded as part of the anvil start cmd.
# You can also generate wallets using prime-worker generate-wallets
PRIVATE_KEY_PROVIDER=
PROVIDER_ADDRESS=
PRIVATE_KEY_NODE=
NODE_ADDRESS=
# Pool Owner
POOL_OWNER_PRIVATE_KEY=
POOL_OWNER_ADDRESS=
# Contracts - you get these addresses after deploying the contracts
PRIME_NETWORK_ADDRESS=
AI_TOKEN_ADDRESS=
COMPUTE_REGISTRY_ADDRESS=
DOMAIN_REGISTRY_ADDRESS=
STAKE_MANAGER_ADDRESS=
COMPUTE_POOL_ADDRESS=
# Optional
WORK_VALIDATION_CONTRACT=
LEVITICUS_URL=
S3_CREDENTIALS=
BUCKET_NAME=