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

Improve initialization script with liquidity and whitelists #68

Merged
merged 29 commits into from
Feb 8, 2025

Conversation

TomasDmArg
Copy link
Collaborator

Changelog:

  • Added Uniswap V3 pool configuration and liquidity provisioning
  • Added test token minting for development environments
  • Imroved error handling and logging for pool operations
  • Added pool liquidity checking with top-up if below threshold
  • Improved address parsing with string splitting utility
  • Updated package.json scriptsipts
  • Added tokens and price feed whitelist on initialization

@TomasDmArg TomasDmArg requested a review from dappsar February 7, 2025 01:16
@dappsar
Copy link
Collaborator

dappsar commented Feb 7, 2025

@TomasDmArg , please review with the latest changes from develop :)

Copy link
Collaborator

@dappsar dappsar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review with the latest changes from develop (make sure your branch is up to date with develop).

@dappsar dappsar added bug Something isn't working enhancement New feature or request labels Feb 8, 2025
@dappsar dappsar changed the title feat: improved initialization script with liquidity and whitelists feat: improve initialization script with liquidity and whitelists Feb 8, 2025
@dappsar dappsar changed the title feat: improve initialization script with liquidity and whitelists Improve initialization script with liquidity and whitelists Feb 8, 2025
@dappsar dappsar marked this pull request as draft February 8, 2025 05:51
@dappsar dappsar self-requested a review February 8, 2025 05:51
@dappsar dappsar marked this pull request as ready for review February 8, 2025 15:05
@dappsar dappsar merged commit 64ad7df into develop Feb 8, 2025
2 checks passed
@dappsar dappsar deleted the fix/deploy-initialization branch February 8, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment