Initial commit
This commit is contained in:
14
apps/smoke-tests/.env.example
Normal file
14
apps/smoke-tests/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user