Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
scvija authored Oct 4, 2022
1 parent ba2e88e commit 6754af1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TIPs/TIP-92.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

## Simple Summary

Update which adds a cap per sport and canceled markets cooldown timeout.
An update that adds a cap per sport and canceled markets cooldown timeout.

## Motivation

During the almost 3 months that Overtime markets have been operational, we came to the conclusion that some sports would benefint from having a different cap per market from other. For example, it makes more sense the NFL to have higher risks per market than College Football.
During the almost 3 months that Overtime markets have been operational, we concluded that some sports would benefit from having a different cap per market from others. For example, it makes more sense for the NFL to have higher risks per market than College Football.

The second update is the cooldown of canceled markets. In case of a market being canceled, we want to have a cooldown period for this cancelation, allowing pDAO to check if this cancelation is valid and actually took place.

## Specification

- `capPerSport` - the property that wild hold the mapping of the cap per sport.
- `capPerSport` - the property that will hold the mapping of the cap per sport.
- `setCapPerSport` - setting the value of the capPerSport variable.
- `cancelTimeout` - the time after the market was canceled, during which the user can't claim back their investment.
- `setCancelTimeout` - setting the value of cancelTimeout.
Expand All @@ -24,7 +24,7 @@ The second update is the cooldown of canceled markets. In case of a market being
If the `capPerSport` is set, the default value is overwritten.
The value of `capPerSport` can be dynamically set by pDAO, as seen fit.

The value of `cancelTimeout` is set to 2 hours originally. In case of a wrongful cancelation, during the cooldown period, whitelisted addresses are able to set a correct result, so the users that have a winning positon can actually claim thier winnings.
The value of `cancelTimeout` is set to 2 hours originally. In case of a wrongful cancelation, during the cooldown period, whitelisted addresses can set a correct result, so the users that have a winning position can actually claim their winnings.


## Copyright
Expand Down

0 comments on commit 6754af1

Please sign in to comment.