forked from agglayer/agglayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagglayer.toml
60 lines (43 loc) · 1.05 KB
/
agglayer.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
47
48
49
50
51
52
53
54
55
56
57
58
59
prover-entrypoint = "http://127.0.0.1:8080"
[full-node-rpcs]
[l2]
rpc-timeout = "45s"
[proof-signers]
[log]
level = "info"
outputs = []
format = "pretty"
[rpc]
port = 9090
host = "0.0.0.0"
request-timeout = "3m"
[rate-limiting]
send-tx = "unlimited"
[rate-limiting.network]
[outbound.rpc.settle]
max-retries = 3
retry-interval = "7s"
confirmations = 1
settlement-timeout = "20m"
[l1]
chain-id = 1337
node-url = "http://zkevm-mock-l1-network:8545/"
ws-node-url = "ws://zkevm-mock-l1-network:8546/"
max-reconnection-elapsed-time = "10s"
rollup-manager-contract = "0xb7f8bc63bbcad18155201308c8f3540b07f84f5e"
polygon-zkevm-global-exit-root-v2-contract = "0xb7f8bc63bbcad18155201308c8f3540b07f84f5e"
rpc-timeout = "45s"
[auth.local]
private-keys = []
[telemetry]
prometheus-addr = "0.0.0.0:3000"
[epoch.block-clock]
epoch-duration = 6
genesis-block = 0
[shutdown]
runtime-timeout = "5s"
[certificate-orchestrator]
input-backpressure-buffer-size = 1000
[certificate-orchestrator.prover.sp1-local]
[storage]
db-path = "/Users/spaitrault/work/polygon/agglayer/storage"