File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ pool_deposit_contract_address: "zLSQDVBaEyMzPngLk2R8agtkBKqRQMhGxrQqvUzAtxrH9Jbn
4242
4343# ### Oracle Pool Parameters ####
4444# The minimum amount of Ergs required for the oracle pool to be considered funded.
45- minimum_pool_box_value : 44000000
45+ minimum_pool_box_value : 39000000
4646# The payout in Ergs that a single oracle earns on successful datapoint posting
47- oracle_payout_price : 2000000
47+ oracle_payout_price : 2500000
4848# Length of the oracle pool's live epoch in blocks
4949live_epoch_length : 20
5050# Length of the oracle pool's epoch preparation stage in blocks
5151epoch_preparation_length : 10
5252# Buffer length in blocks that is the upper limit for an oracle pool to create a new epoch
53- buffer_length : 4
53+ buffer_length : 5
5454# The percentage range that an oracle can deviate from the previous latest datapoint. Range: 1 to 100
5555outlier_range : 50
5656
You can’t perform that action at this time.
0 commit comments