Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
licuri authored and licuri committed Dec 5, 2023
1 parent 49ba4d5 commit f8f5c87
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,19 @@ For steps on local deployment, development, and code contribution, please see [C
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.

### Built With
- Polygon
- Uniswap v3 - DeFi Infrastructure
- React - Frontend Framework
- Solidity - Smart Contracts Language

#### PR Title
Your PR title must follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary), and should start with one of the following [types](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type):

- build: Changes that affect the build system or external dependencies (example scopes: yarn, eslint, typescript)
- ci: Changes to our CI configuration files and scripts (example scopes: vercel, github, cypress)
- docs: Documentation only changes
- feat: A new feature
- fix: A bug fix
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- test: Adding missing tests or correcting existing tests

Example commit messages:

- feat: adds support for gnosis safe wallet
- fix: removes a polling memory leak
- chore: bumps redux version

Other things to note:

- Please describe the change using verb statements (ex: Removes X from Y)
- PRs with multiple changes should use a list of verb statements
- Add any relevant unit / integration tests
- Changes will be previewable via vercel. Non-obvious changes should include instructions for how to reproduce them
## Smart contract on Mumbai Polygon
- [TDCOL] - 0xd272bd4b01108b31d1a77e0f5a047f70395289cf
- [TDHK] 0x82561c611e126407d1476815c6c6b5a8f54e746e
- [TDJP] 0x38dc8b63703e5ba1196c07340ed1aca0f793f066
- [TDUR] 0x342d539dd2d0a33bb68ba990e39ca9f6daa54c5b
- [TP26] 0xbe95469b559ebf8e37fdcbe09c289068d9ca7636 TOKEN ID - 1
- [TS26] 0xbe95469b559ebf8e37fdcbe09c289068d9ca7636 TOKEN ID - 2
- [TP29] 0xbe95469b559ebf8e37fdcbe09c289068d9ca7636 TOKEN ID - 3
- [TS29] 0xbe95469b559ebf8e37fdcbe09c289068d9ca7636 TOKEN ID - 4

*satoshilives*

0 comments on commit f8f5c87

Please sign in to comment.