Skip to content

Commit

Permalink
improve readme (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbarbie authored and eezcjkr committed Jan 25, 2019
1 parent ba1e768 commit 9eb350d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Contract may be customized via ENV variables:
| ENV variable | Description | Default value |
| ------- | ----------- | ------------- |
| PROPOSAL_TIME | Governance proposal cool-off time (in seconds) | `1209600` (14 days) |
|EXIT_STAKE| Exit stake (in LEAP cents) |0|
|EXIT_DURATION| Exit duration (in seconds) |`1209600` (14 days)|
|EXIT_STAKE| Exit stake (in Wei) |0|
|EXIT_DURATION| Exit duration (in seconds) |`604800` (7 days)|

E.g. `PROPOSAL_TIME=600 EXIT_DURATION=180 yarn deploy` deploys plasma contract with 3 minutes exit duration governed by MinGov with 10 minutes proposal time.

Expand Down

0 comments on commit 9eb350d

Please sign in to comment.