-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (36 loc) · 1.74 KB
/
.env.example
File metadata and controls
44 lines (36 loc) · 1.74 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
41
42
43
44
# Strategy Coin Contract Configuration
# Copy this file to .env and fill in your values
# ALL FIELDS ARE REQUIRED - the build will fail if any are missing
# Contract address (deployed Strategy.sol address)
# Must be a valid Ethereum address (0x followed by 40 hex characters)
VITE_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
# Chain configuration
VITE_CHAIN_ID=10143
VITE_CHAIN_NAME=Monad Testnet
VITE_EXPLORER_URL=https://testnet.monadscan.com/
# RPC configuration (server-side only - NOT exposed to client)
# This is used by the /api/rpc serverless function
# Do NOT prefix with VITE_ to keep it server-side only
RPC_URL=https://testnet-rpc.monad.xyz
# Subgraph configuration (server-side only - NOT exposed to client)
# These are used by the /api/subgraph serverless function
# Do NOT prefix with VITE_ to keep them server-side only
# Get your API token from: https://app.goldsky.com/
GOLDSKY_SUBGRAPH_URL=https://api.goldsky.com/api/private/project_YOUR_PROJECT_ID/subgraphs/YOUR_SUBGRAPH_NAME/YOUR_VERSION/gn
GOLDSKY_API_TOKEN=YOUR_API_TOKEN
# Treasury address (receives unclaimed prizes after 7 days)
# Must be a valid Ethereum address
VITE_TREASURY_ADDRESS=0x5000Ff6Cc1864690d947B864B9FB0d603E8d1F1A
# WalletConnect Project ID (get from https://cloud.walletconnect.com)
# Required for RainbowKit to work properly
VITE_WALLETCONNECT_PROJECT_ID=YOUR_PROJECT_ID
# For Monad Mainnet, use:
# VITE_CHAIN_ID=143
# VITE_CHAIN_NAME=Monad
# VITE_EXPLORER_URL=https://explorer.monad.xyz
# RPC_URL=https://rpc.monad.xyz
# External links (optional - defaults to '#' if not set)
# VITE_LINK_DOCS=https://docs.example.com
# VITE_LINK_REPOSITORY=https://github.com/example/repo
# VITE_LINK_TWITTER=https://twitter.com/example
# VITE_LINK_TELEGRAM=https://t.me/example