-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add Li.fi plugin #450
Add Li.fi plugin #450
Conversation
|
@sunosuporno could you rebase from main and remove the changes to the main README? Also, could you add a README for the new plugin? 🙏 |
@0xaguspunk made the readme related changes! What do you mean by rebasing? I already merged all changes in main to this branch? Am I missing something? |
you pushed a bunch of changes to the main README in the root. I dont think these are related to the PR |
Ohh I removed it now in the latest commit ad6228c. I added as the last item in the checklist of the PR wanted it 😅 |
its failing to build, you need to delete the pnpm lock file and run pnpm install again |
Done! @0xaguspunk |
@sunosuporno you pushed the changes of root project README, could you revert those? not needed for this PR :) |
Yeah, but after you said, I did remove it @0xaguspunk . ad6228c#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 here. I see no changes now in the file https://github.com/goat-sdk/goat/blob/1600743ff11ea82d3544553c6df6d4dbd0b4bd97/README.md |
What about now? |
Background
This PR introduces a new LiFi bridge plugin that enables cross-chain token transfers within our application. LiFi is a bridge aggregator that finds the best routes for transferring tokens across different blockchain networks, making it easier and more efficient for users to bridge their assets.
What does this PR do?
LifiService
plugin with two main tools:lifi_get_quote
: Fetches quotes for cross-chain transfers using the LiFi APIlifi_bridge
: Executes the bridge transaction, including automatic token approvalsTesting
Docs
My changes do not require a change to the project documentation.
Checklist