-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.vincent-sample
More file actions
36 lines (27 loc) · 1.38 KB
/
.env.vincent-sample
File metadata and controls
36 lines (27 loc) · 1.38 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
# Vincent Starter Template Environment Configuration
# Copy this file to .env and fill in your actual values
# =============================================================================
# VINCENT PROTOCOL CONFIGURATION (Required)
# =============================================================================
# Vincent contract address on the blockchain
VINCENT_ADDRESS=0xa3a602f399e9663279cdf63a290101cb6560a87e
# =============================================================================
# TEST CONFIGURATION (Required for E2E testing)
# =============================================================================
# Test Funder Address Private Key
# This account is used to fund test transactions
TEST_FUNDER_PRIVATE_KEY=
# Test App Manager Address Private Key
# This account manages the Vincent app instance
# TEST_APP_MANAGER_PRIVATE_KEY=
# Test App Delegatee Address Private Key
# This account receives delegations from the app
# TEST_APP_DELEGATEE_PRIVATE_KEY=
# Test Agent Wallet PKP Owner Address Private Key
# This account owns the PKP used for agent wallet operations
# TEST_AGENT_WALLET_PKP_OWNER_PRIVATE_KEY=
# =============================================================================
# IPFS CONFIGURATION (Required for deployment)
# =============================================================================
# Pinata API key to pin abilities & policies to IPFS
PINATA_JWT=