Skip to content

Commit 6ac31ee

Browse files
robkornmmahut
authored andcommitted
Updated config parameters
1 parent d4595ef commit 6ac31ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oracle-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ minimum_pool_box_value: 44000000
4646
# The payout in Ergs that a single oracle earns on successful datapoint posting
4747
oracle_payout_price: 2000000
4848
# Length of the oracle pool's live epoch in blocks
49-
live_epoch_length: 5
49+
live_epoch_length: 20
5050
# Length of the oracle pool's epoch preparation stage in blocks
51-
epoch_preparation_length: 5
51+
epoch_preparation_length: 10
5252
# Buffer length in blocks that is the upper limit for an oracle pool to create a new epoch
5353
buffer_length: 4
5454
# The percentage range that an oracle can deviate from the previous latest datapoint. Range: 1 to 100
55-
outlier_range: 10
55+
outlier_range: 50
5656

5757

5858
#### Oracle Pool Features ####

0 commit comments

Comments
 (0)