forked from smartcontractkit/chainlink-starknet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.toml
38 lines (30 loc) · 972 Bytes
/
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
# 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:a147b4cd72f9ce9d1fa665d871231370db0f51c7"
postgres_version = "15.7"
[OCR2]
node_count = 6
test_duration = "30m"
number_of_rounds = 10
[OCR2.Smoke]
enabled = true