15 lines
535 B
Plaintext
15 lines
535 B
Plaintext
# Chain 138 Smoke Tests Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Private key for test wallet (required for write operations)
|
|
# IMPORTANT: Never commit .env file with real private keys!
|
|
TEST_PRIVATE_KEY=your_private_key_here
|
|
|
|
# Optional: RPC endpoint override
|
|
# Default: https://138.rpc.thirdweb.com
|
|
TEST_RPC_URL=https://138.rpc.thirdweb.com
|
|
|
|
# Optional: Test recipient address for transfers
|
|
# Default: 0x0000000000000000000000000000000000000001
|
|
TEST_RECIPIENT=0x0000000000000000000000000000000000000001
|