Skip to content

Commit

Permalink
- small modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kirilaa authored Oct 3, 2022
1 parent 03635f1 commit 9f0fe2a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions TIPs/TIP-92.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ Update the cap per sport and canceled markets cooldown

## 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 little sense the College Football has the same risks per market as NFL.
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 th 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
- `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
- `capPerSport` - the property that wild 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.

The `defaultCapPerGame` will be 5k, as is it now. Only if the `capPerSport` is set, the value will be overwritten.

The value of cancelTimeout will be 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 `defaultCapPerGame` is 5k, as it is currently.
If the `capPerSport` is set, the default value is overwritten.

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.


## Copyright
Expand Down

0 comments on commit 9f0fe2a

Please sign in to comment.