Skip to content

Commit fc46a25

Browse files
authored
Update README.md
1 parent 04b2e47 commit fc46a25

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This makes it easy to quickly compile and test them locally.
66

77
## Overview
88

9-
| Project | Contract | Tests |
9+
| Project | | |
1010
| - | - | - |
11-
| [ERC20](erc20/) | [Link](erc20/contracts/erc20.vy) | [Link](erc20/test/erc20.js) |
12-
| [ERC721](erc721/) | [Link](erc721/contracts/erc721.vy) | [Link](erc721/test/erc721.js) |
13-
| [ERC777](erc777/) | [Link](erc777/contracts/erc777.vy) | [Link](erc777/test) |
14-
| [Linear optimization problem bounty](linear_optimization_problem_bounty/) | [Link](linear_optimization_problem_bounty/contracts/linear_optimization_problem_bounty.vy) | [Link](linear_optimization_problem_bounty/test/linear_optimization_problem_bounty.js) |
15-
| [VyperStorage](vyperStorage/) | [Link](vyperStorage/contracts/vyperStorage.vy) | [Link](vyperStorage/test/vyperStorage.js) |
16-
| [Wallet](wallet/) | [Link](wallet/contracts/wallet.vy) | [Link](wallet/test/wallet.js) |
11+
| [ERC20](erc20/) | [Contract](erc20/contracts/erc20.vy) | [Tests](erc20/test/erc20.js) |
12+
| [ERC721](erc721/) | [Contract](erc721/contracts/erc721.vy) | [Tests](erc721/test/erc721.js) |
13+
| [ERC777](erc777/) | [Contract](erc777/contracts/erc777.vy) | [Tests](erc777/test) |
14+
| [Linear optimization problem bounty](linear_optimization_problem_bounty/) | [Contract](linear_optimization_problem_bounty/contracts/linear_optimization_problem_bounty.vy) | [Tests](linear_optimization_problem_bounty/test/linear_optimization_problem_bounty.js) |
15+
| [VyperStorage](vyperStorage/) | [Contract](vyperStorage/contracts/vyperStorage.vy) | [Tests](vyperStorage/test/vyperStorage.js) |
16+
| [Wallet](wallet/) | [Contract](wallet/contracts/wallet.vy) | [Tests](wallet/test/wallet.js) |
1717

1818
**Disclaimer:** All contracts in this repository as well as contracts hosted at [vyperhub.io](https://contracts.vyperhub.io/) are in beta and should not be used in production! We are not responsible for any losses that occure when using these or related contracts.

0 commit comments

Comments
 (0)