@@ -32,38 +32,6 @@ exporter.max_batch_size = 7
32
32
# Duration of the interval at which to publish updates
33
33
exporter.publish_interval_duration = " 1s"
34
34
35
- # Configuration for the optional secondary network this agent will publish data to.
36
- # In most cases this should be a Solana endpoint.
37
- [secondary_network ]
38
-
39
- # Please use other endpoints as these are rate limited
40
- rpc_url = " https://api.mainnet-beta.solana.com"
41
- wss_url = " wss://api.mainnet-beta.solana.com"
42
-
43
- # Path to your publishing keypair.
44
- key_store.publish_keypair_path = " /path/to/keypair.json"
45
-
46
- # Oracle program pubkey
47
- key_store.program_key = " FsJ3A3u2vn5cTVofAjvy6y5kwABJAqYWpe4975bi2epH"
48
-
49
- # Oracle mapping pubkey
50
- key_store.mapping_key = " AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J"
51
-
52
- # Compute unit limit requested per instruction for transactions that update the price.
53
- # This should be an upper bound of the compute units a single upd_price instruction might consume.
54
- # For solana mainnet, this should be set to 20000 instead of the default 40000 since there is no accumulator.
55
- exporter.compute_unit_limit = 20000
56
-
57
- # Whether the dynamic compute unit pricing is enabled.
58
- # This is needed for solana to be able to land transactions on the network
59
- # during periods of high network congestion.
60
- exporter.dynamic_compute_unit_pricing_enabled = true
61
-
62
- # Price per compute unit offered for update_price transactions
63
- exporter.compute_unit_price_micro_lamports = 1000
64
-
65
- exporter.maximum_compute_unit_price_micro_lamports = 100000
66
-
67
35
# Configuration for the JRPC API
68
36
[pythd_adapter ]
69
37
0 commit comments