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

chore!: Remove PancakeSwap dependencies and related code #7

Merged
merged 4 commits into from
Sep 1, 2024

Commits on Sep 1, 2024

  1. Remove PancakeSwap dependencies and related code

    Removed all references and dependencies on PancakeSwap from the project. This includes deleting PancakeSwap-specific import statements, contracts, and updating package.json and remappings.txt to exclude PancakeSwap modules.
    shuhuiluo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    cc059bd View commit details
    Browse the repository at this point in the history
  2. Rename interfaces and update dependencies

    Renamed INonfungiblePositionManager to IUniswapV3NonfungiblePositionManager across multiple files for clarity. Updated package dependencies and fixed Prettier commands for TypeScript files.
    shuhuiluo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3a91457 View commit details
    Browse the repository at this point in the history
  3. Update RPC URL environment variable

    Replaced INFURA_API_KEY with MAINNET_RPC_URL for consistency and clarity. Updated the test setup to use the new MAINNET_RPC_URL for fetching the RPC URL from the environment variables.
    shuhuiluo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    a40d25b View commit details
    Browse the repository at this point in the history
  4. Update gas snapshot values in tests

    Adjusted gas usage metrics in multiple test cases to reflect new performance measurements. These changes help ensure the accuracy and relevance of benchmarking data in our testing suite.
    shuhuiluo committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    794b733 View commit details
    Browse the repository at this point in the history