Skip to content

Commit 2908742

Browse files
authored
Update README.md (#1077)
1 parent 03d8d2a commit 2908742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/token-distribution/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An important premise is that participants with locked tokens can perform a numbe
99

1010
The contract lock manages a number of tokens deposited into the contract to ensure that they can only be released under certain time conditions.
1111

12-
This contract implements a release scheduled based on periods where tokens are released in steps after each period ends. It can be configured with one period in which case it works like a plain TimeLock.
12+
This contract implements a release schedule based on periods where tokens are released in steps after each period ends. It can be configured with one period in which case it works like a plain TimeLock.
1313
It also supports revocation by the contract owner to be used for vesting schedules.
1414

1515
The contract supports receiving extra funds over the managed tokens that can be withdrawn by the beneficiary at any time.
@@ -54,7 +54,7 @@ The following functions signatures will be authorized for use:
5454

5555
Contract that works as a factory of **GraphTokenLockWallet** contracts. It manages the function calls authorized to be called on any GraphTokenWallet and also holds addresses of our protocol contracts configured as targets.
5656

57-
The Manager supports creating TokenLock contracts based on a mastercopy bytecode using a Minimal Proxy to save gas. It also do so with CREATE2 to have reproducible addresses, this way any future to be deployed contract address can be passed to beneficiaries before actual deployment.
57+
The Manager supports creating TokenLock contracts based on a mastercopy bytecode using a Minimal Proxy to save gas. It also does so with CREATE2 to have reproducible addresses, this way any future to be deployed contract address can be passed to beneficiaries before actual deployment.
5858

5959
For convenience, the Manager will also fund the created contract with the amount of each contract's managed tokens.
6060

0 commit comments

Comments
 (0)