-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathdefault.toml
46 lines (38 loc) · 1.11 KB
/
default.toml
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
# This is the default configuration so OCR2 tests can run without issues
[ChainlinkImage]
image = "public.ecr.aws/chainlink/chainlink"
version = "2.9.0"
[Logging]
test_log_collect = false
[Logging.LogStream]
log_targets = ["file"]
log_producer_timeout = "10s"
log_producer_retry_limit = 10
[Network]
selected_networks = [
"SIMULATED",
] # Not needed for Starknet but mandatory from CTF (do not change)
[Network.RpcHttpUrls]
simulated = [
"http://127.0.0.1",
] # Not needed for Starknet but mandatory from CTF (do not change)
[Network.RpcWsUrls]
simulated = [
"wss://127.0.0.1",
] # Not needed for Starknet but mandatory from CTF (do not change)
[Common]
internal_docker_repo = "public.ecr.aws/chainlink"
inside_k8 = false
network = "localnet"
user = "satoshi"
stateful_db = false
devnet_image = "shardlabs/starknet-devnet-rs:a7e193d41833d221550e8ba7246566f50f507e27"
postgres_version = "15.7"
gauntlet_plus_plus_port = "5234"
gauntlet_plus_plus_image = "804282218731.dkr.ecr.us-west-2.amazonaws.com/gauntlet-plus-plus:v2.5.0"
[OCR2]
node_count = 6
test_duration = "30m"
number_of_rounds = 10
[OCR2.Smoke]
enabled = true