Skip to content

Commit 57555e6

Browse files
committed
fix: update config examples
1 parent 295a78b commit 57555e6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

crates/config/default_values.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ max_receipts_per_request = 10000
3434
0xDD6a6f76eb36B873C1C184e8b9b9e762FE216490 = "https://tap-aggregator-arbitrum-one.graphops.xyz"
3535

3636
[horizon]
37-
enabled = true
37+
enabled = false
38+
# Required if horizon.enabled = true
39+
# subgraph_service_address = "0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9";

crates/config/maximal-config-example.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,6 @@ hardhat = "100"
180180
# - If Horizon contracts detected: Hybrid migration mode (new V2 receipts only, process existing V1 receipts)
181181
# - If Horizon contracts not detected: Remain in legacy mode (V1 receipts only)
182182
# When disabled: Pure legacy mode, no Horizon detection performed
183-
enabled = true
183+
enabled = false
184+
# Required if horizon.enabled = true
185+
# subgraph_service_address = "0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9";

crates/config/minimal-config-example.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ receipts_verifier_address = "0x2222222222222222222222222222222222222222"
7272
# - If Horizon contracts detected: Hybrid migration mode (new V2 receipts only, process existing V1 receipts)
7373
# - If Horizon contracts not detected: Remain in legacy mode (V1 receipts only)
7474
# When disabled: Pure legacy mode, no Horizon detection performed
75-
enabled = true
75+
enabled = false
76+
# Required if horizon.enabled = true
77+
# subgraph_service_address = "0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9";

0 commit comments

Comments
 (0)