-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (31 loc) · 1.44 KB
/
.env.example
File metadata and controls
38 lines (31 loc) · 1.44 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
# Monad Testnet Configuration (ACTIVE)
MONAD_RPC_URL=https://testnet.monadvision.com/rpc
PRIVATE_KEY=e15921894d3d50bea7378b88d0a56e9d7d523469898733b0cb3fd3bbe9256218
# Optional: For contract verification
ETHERSCAN_API_KEY=your_etherscan_api_key_here
# ============================================
# ERC-4337 Account Abstraction Configuration
# ============================================
# Using Pimlico for Paymaster + Bundler services
# Get your API key from: https://dashboard.pimlico.io/
# Pimlico API Key (required for gasless transactions)
# Sign up at https://dashboard.pimlico.io/ and create an API key
PIMLICO_API_KEY=your_pimlico_api_key_here
# Bundler Owner Private Key (required)
# This is used to sign UserOperations - generate a new one for security
# DO NOT use a key with real funds!
BUNDLER_OWNER_PRIVATE_KEY=0x1234567890123456789012345678901234567890123456789012345678901234
# Optional: Infura API Key (for Sepolia RPC)
INFURA_API_KEY=your_infura_api_key_here
# ============================================
# Backend Server Configuration
# ============================================
PORT=3001
CONTRACT_ADDRESS=0x50b8Fb0fD1a6509d8C8871fa0EeD944c84c08a9b
NETWORK=monadTestnet
# Frontend Environment Variables (for .env.local)
# VITE_API_URL=http://localhost:3001
# VITE_CONTRACT_ADDRESS=0x50b8Fb0fD1a6509d8C8871fa0EeD944c84c08a9b
# VITE_NETWORK=monad-testnet
# VITE_RPC_URL=https://testnet.monad.xyz/rpc
# VITE_EXPLORER_URL=https://testnet.monad.xyz/tx