Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test/furkan #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
##TEST FURKAN##

# Liquidity Health Dashboard Configuration Repo

Welcome to the Liquidity Health Dashboard integration guide! We're excited to have you on board as we strive to provide smooth and seamless liquidity tracking for your project. We've designed this README to be informative, engaging, and easy to follow for everyone. Let's dive right in!
Expand Down Expand Up @@ -85,11 +87,11 @@ Once you finish filling, it should look like that:
},
```

**Be Aware Of Those Importnat Details:**
**Be Aware Of Those Importnat Details:**

`tokenSymbol` has to be always uppercase.

All contract addresses should be lowercase at contract address needed variables such as `tokenAddresses`, `knownOwners`.
All contract addresses should be lowercase at contract address needed variables such as `tokenAddresses`, `knownOwners`.

`knownOwners` should be a known liquidity holder wallet of the project. That can be a GnosisSafeProxy wallet or a locking contract etc.

Expand Down