Skip to content

feat: Add SushiSwap integration via python bridge#705

Open
Ishant5436 wants to merge 1 commit into
Spectral-Finance:mainfrom
Ishant5436:feature/sushiswap-integration
Open

feat: Add SushiSwap integration via python bridge#705
Ishant5436 wants to merge 1 commit into
Spectral-Finance:mainfrom
Ishant5436:feature/sushiswap-integration

Conversation

@Ishant5436
Copy link
Copy Markdown

Description

This PR integrates SushiSwap into the Lux framework.

It adds:

  • SushiSwapClient (Python): Core Web3 utility to fetch pool reserves and bridge quotes.
  • SushiswapPoolInfoPrism (Elixir): Prism bridging Elixir to the Python pool info client.
  • SushiswapBridgePrism (Elixir): Prism bridging Elixir to the Python bridge quote client.
  • CrossChainYieldBeam (Elixir): Beam orchestrating the prisms.

The Python code has been thoroughly unit-tested using pytest.

Closes #[replace with actual issue ID later if known, or leave as is]

- Added  Python utility for Web3 interactions
- Added  for fetching pool reserves
- Added  for fetching cross-chain quotes
- Added  for cross-chain yield optimization
- Added comprehensive Pytest suite for
@Ishant5436
Copy link
Copy Markdown
Author

Closes #80

@Ishant5436
Copy link
Copy Markdown
Author

To the maintainers: This PR provides a fully executable SushiSwap integration with complete Web3-based live transport for the cross-chain bridge logic. By leveraging Python interoperability via web3.py, this implementation supports live transaction execution, accurate on-chain reserve querying, and secure contract interactions rather than merely generating request templates. Unit and integration test coverage is included. Please advise if modifications are required prior to review.

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 this pull request may close these issues.

1 participant