We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4595ef commit 6ac31eeCopy full SHA for 6ac31ee
oracle-config.yaml
@@ -46,13 +46,13 @@ minimum_pool_box_value: 44000000
46
# The payout in Ergs that a single oracle earns on successful datapoint posting
47
oracle_payout_price: 2000000
48
# Length of the oracle pool's live epoch in blocks
49
-live_epoch_length: 5
+live_epoch_length: 20
50
# Length of the oracle pool's epoch preparation stage in blocks
51
-epoch_preparation_length: 5
+epoch_preparation_length: 10
52
# Buffer length in blocks that is the upper limit for an oracle pool to create a new epoch
53
buffer_length: 4
54
# The percentage range that an oracle can deviate from the previous latest datapoint. Range: 1 to 100
55
-outlier_range: 10
+outlier_range: 50
56
57
58
#### Oracle Pool Features ####
0 commit comments