-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (33 loc) · 2.89 KB
/
.env.example
File metadata and controls
40 lines (33 loc) · 2.89 KB
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
39
40
# VRAM Validator — Environment Variables
# Copy to .env and fill in your wallet mnemonic and R2 credentials.
# ── Sui Wallet ────────────────────────────────────────────────────────────────
VRAMHUB_WALLET_MNEMONIC=word1 word2 word3 word4 word5 word6 word7 word8 word9 word10 word11 word12
# ── Testnet RPC + Contract IDs ────────────────────────────────────────────────
VRAMHUB_SUI_RPC_URL=https://fullnode.testnet.sui.io:443
VRAMHUB_PACKAGE_ID=0x48703e08da129342d7943193c9b9ea17e588b471fe21b13870f16ebc82db0aa8
VRAMHUB_PEER_REGISTRY_ID=0xc9372571941f8c8ea78c29f0165e898cb813ba9593f3ac47da801a0836fe50e2
VRAMHUB_VALIDATOR_REGISTRY_ID=0x8e1e6c3a42a9216bb15551326516ef86a49ee69d9dc679a220e4161e5a8fbd32
VRAMHUB_ENCLAVE_REGISTRY_ID=0x20634567d619d9d7988d6b9cc8c901655f6b98a2f3e19fbbc88bf024d2610533
VRAMHUB_SCORE_LEDGER_ID=0xfeb9a5a3137447c08a7ef79bf008d7f1d2b5f84789f343cabebc34015f145369
VRAMHUB_ROUND_STATE_ID=0x4e09a49d6fd0563f6af48364e7b52e6afbb875268b834711a90ba35536759511
VRAMHUB_HPARAMS_ID=0x68eaa30cdf279cf64e1df8190717631d666718b25df6d6b79f724e7e09e4d0f8
VRAMHUB_REWARD_POOL_ID=0x0ca65726ab304f67127d1a2fb9193117e320ffec85be40c9e2b5770c3ad5b2b2
# ── Validator ─────────────────────────────────────────────────────────────────
VRAMHUB_VALIDATOR_UID=0
VRAMHUB_NAUTILUS_URL=http://localhost:3000
# ── Cloudflare R2 (gradient storage) ─────────────────────────────────────────
VRAMHUB_R2_ACCOUNT_ID=
VRAMHUB_R2_BUCKET_NAME=
VRAMHUB_R2_ACCESS_KEY_ID=
VRAMHUB_R2_SECRET_ACCESS_KEY=
# ── Seal IBE Key Servers ──────────────────────────────────────────────────────
VRAMHUB_SEAL_KEY_SERVER_IDS=0x73d05d62c18d9374e3ea529e8e0ed6161da1a141a94d3f76ae3fe4e99356db75,0xf5d14a81a982144ae441cd7d64b09027f116a468bd36e7eca494f750591623c8
VRAMHUB_SEAL_THRESHOLD=2
# ── Mode ──────────────────────────────────────────────────────────────────────
# VRAMHUB_TEST_MODE=true → dev/testnet, no Nitro enclave needed
# VRAMHUB_NITRO_ENCLAVE=true → production, requires AWS Nitro EC2
VRAMHUB_TEST_MODE=true
# ── Nitro Enclave (production only) ──────────────────────────────────────────
VRAMHUB_NITRO_ENCLAVE=false
VRAMHUB_ENCLAVE_PUBKEY=
VRAMHUB_ENCLAVE_OBJECT_ID=