-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.testing
More file actions
58 lines (54 loc) · 1.64 KB
/
.env.testing
File metadata and controls
58 lines (54 loc) · 1.64 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Example .env file for flexible test setup
# Copy this to .env and modify as needed
# External Node Configuration (uncomment to use external node instead of testcontainers)
RPC_URL=https://kaolin.hoodi.arkiv.network/rpc
WS_URL=wss://kaolin.hoodi.arkiv.network/rpc/ws
# External Wallet Configuration (required when using external node)
WALLET_FILE_1=wallet_alice.json
WALLET_FILE_2=wallet_bob.json
WALLET_FILE_3=wallet_3.json
WALLET_FILE_4=wallet_4.json
WALLET_FILE_5=wallet_5.json
WALLET_FILE_6=wallet_6.json
WALLET_FILE_7=wallet_7.json
WALLET_FILE_8=wallet_8.json
WALLET_FILE_9=wallet_9.json
WALLET_FILE_10=wallet_10.json
WALLET_FILE_11=wallet_11.json
WALLET_FILE_12=wallet_12.json
WALLET_FILE_13=wallet_13.json
WALLET_FILE_14=wallet_14.json
WALLET_FILE_15=wallet_15.json
WALLET_FILE_16=wallet_16.json
WALLET_FILE_17=wallet_17.json
WALLET_FILE_18=wallet_18.json
WALLET_FILE_19=wallet_19.json
WALLET_FILE_20=wallet_20.json
WALLET_PASSWORD_1=s3cret
WALLET_PASSWORD_2=s3cret
WALLET_PASSWORD_3=s3cret
WALLET_PASSWORD_4=s3cret
WALLET_PASSWORD_5=s3cret
WALLET_PASSWORD_6=s3cret
WALLET_PASSWORD_7=s3cret
WALLET_PASSWORD_8=s3cret
WALLET_PASSWORD_9=s3cret
WALLET_PASSWORD_10=s3cret
WALLET_PASSWORD_11=s3cret
WALLET_PASSWORD_12=s3cret
WALLET_PASSWORD_13=s3cret
WALLET_PASSWORD_14=s3cret
WALLET_PASSWORD_15=s3cret
WALLET_PASSWORD_16=s3cret
WALLET_PASSWORD_17=s3cret
WALLET_PASSWORD_18=s3cret
WALLET_PASSWORD_19=s3cret
WALLET_PASSWORD_20=s3cret
# Parallel operations configuration
# E.g. uv run pytest -k test_parallel_entity_creation --log-cli-level=info
NUM_CLIENTS = 2
NUM_TX = 5
# BATCH_SIZE = 120
BATCH_SIZE = 3
# VERIFY_SAMPLE_SIZE < 0 means verify all
VERIFY_SAMPLE_SIZE = 3