Skip to content

Commit 23e2cef

Browse files
committed
first pass at e2e test
1 parent f6a2a5f commit 23e2cef

File tree

5 files changed

+908
-3
lines changed

5 files changed

+908
-3
lines changed

.env.example

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ============================================
2+
# ParentERC6492Validator E2E Test Configuration
3+
# ============================================
4+
# Copy this file to .env and fill in the values
5+
6+
# Private key for the EOA that owns the parent smart account
7+
# Must have Base Sepolia ETH for gas (get from https://www.alchemy.com/faucets/base-sepolia)
8+
# Format: 0x followed by 64 hex characters
9+
PRIVATE_KEY=0x...
10+
11+
# ZeroDev Project ID for Base Sepolia
12+
# 1. Go to https://dashboard.zerodev.app
13+
# 2. Create a new project or select existing
14+
# 3. Make sure it's configured for Base Sepolia (chain ID 84532)
15+
# 4. Copy the Project ID
16+
ZERODEV_PROJECT_ID=...
17+
18+
# ZeroDev Bundler URL (auto-generated from project ID if not set)
19+
# Format: https://rpc.zerodev.app/api/v2/bundler/{PROJECT_ID}
20+
# ZERODEV_BUNDLER_URL=
21+
22+
# Base Sepolia RPC URL (for reading chain state)
23+
# Default: https://sepolia.base.org
24+
# You can use Alchemy, Infura, or any other provider
25+
BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
26+
27+
# Optional: Paymaster URL for sponsored transactions
28+
# If set, gas will be sponsored by ZeroDev
29+
# Format: https://rpc.zerodev.app/api/v2/paymaster/{PROJECT_ID}
30+
# ZERODEV_PAYMASTER_URL=

0 commit comments

Comments
 (0)