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

update bsc testnet contract addresses #86

Closed
YouStillAlive opened this issue Apr 17, 2024 · 2 comments · Fixed by #91
Closed

update bsc testnet contract addresses #86

YouStillAlive opened this issue Apr 17, 2024 · 2 comments · Fixed by #91
Assignees

Comments

@YouStillAlive
Copy link
Member

YouStillAlive commented Apr 17, 2024

TokenNFTConnector has undergone some breaking changes. The swap function's interface has been altered, and the Proxy has been removed

New swap:

    /// @notice Creates a leaderboard(new delayVault) for a specified amount using the pancake swap router 
    /// @dev Emits a LeaderboardCreated event upon successful creation
    /// @param amountIn The input amount for the leaderboard creation
    /// @param amountOutMinimum The minimum amount expected as output
    /// @param poolsData Array of swap parameters specifying token addresses and fees
    /// @return amountOut The amount of output tokens
    function createLeaderboard(
        uint256 amountIn,
        uint256 amountOutMinimum,
        SwapParams[] calldata poolsData
    ) external override whenNotPaused nonReentrant returns (uint256 amountOut)
@YouStillAlive
Copy link
Member Author

Latest versions:

TokenNFTConnector
Address - 0x99dfade11d9cd4c2b192efda205c50d982cd76a1
Strapi - [email protected]

SimpleRefundBuilder
Address - 0xC45C273Cf9aD9727f8b057C27E57253feF2c0ED6
Strapi - [email protected]

SimpleBuilder
Address - 0xaE297EeC7A7782e81CC23E6A3B6C06621B12dF26
Strapi - [email protected]

@DVitaliy DVitaliy self-assigned this May 20, 2024
DVitaliy added a commit that referenced this issue May 20, 2024
@DVitaliy DVitaliy linked a pull request May 20, 2024 that will close this issue
DVitaliy added a commit that referenced this issue May 21, 2024
DVitaliy added a commit that referenced this issue May 21, 2024
DVitaliy added a commit that referenced this issue May 21, 2024
DVitaliy added a commit that referenced this issue May 21, 2024
* Issue #86

* Issue #86

* Issue #86

* Issue #86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants