-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
40 lines (32 loc) · 1.51 KB
/
Copy pathenv.example
File metadata and controls
40 lines (32 loc) · 1.51 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
# Environment variables for deployment and testing
# Private key for deployment (without 0x prefix)
PRIVATE_KEY=your_private_key_here
# RPC URLs for different networks
MAINNET_RPC_URL=https://eth-mainnet.alchemyapi.io/v2/your-api-key
POLYGON_RPC_URL=https://polygon-mainnet.alchemyapi.io/v2/your-api-key
ARBITRUM_RPC_URL=https://arb-mainnet.alchemyapi.io/v2/your-api-key
OPTIMISM_RPC_URL=https://opt-mainnet.alchemyapi.io/v2/your-api-key
# Etherscan API keys for verification
ETHERSCAN_API_KEY=your_etherscan_api_key
POLYGONSCAN_API_KEY=your_polygonscan_api_key
ARBISCAN_API_KEY=your_arbiscan_api_key
OPTIMISTIC_ETHERSCAN_API_KEY=your_optimistic_etherscan_api_key
# Network-specific contract addresses
# Mainnet
MAINNET_USDC=0xA0b86a33E6441E5F6f7b6e1b17d8b4b8f7D4e3a5
MAINNET_USDCX=0x1BA8603DA702602A8657980e825A6DAa03Dee93a
MAINNET_SUPERFLUID_HOST=0x3E14dC1b13c488a8d5D310918780c983bD5982E7
MAINNET_IDA=0xB0aABBA4B2783A72C52956CDEF62d438ecA2d7a1
MAINNET_MARKETPLACE=0x0000000000000000000000000000000000000000
# Polygon
POLYGON_USDC=0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174
POLYGON_USDCX=0xCAa7349CEA390F89641fe306D93591f87595dc1F
POLYGON_SUPERFLUID_HOST=0x3E14dC1b13c488a8d5D310918780c983bD5982E7
POLYGON_IDA=0xB0aABBA4B2783A72C52956CDEF62d438ecA2d7a1
POLYGON_MARKETPLACE=0x0000000000000000000000000000000000000000
# Configuration
INDEX_ID=0
POOL_NAME="NFT Pool Share"
POOL_SYMBOL="NPS"
# NFT Collections (comma-separated addresses)
ALLOWED_COLLECTIONS=0x0000000000000000000000000000000000000000,0x1111111111111111111111111111111111111111