-
Notifications
You must be signed in to change notification settings - Fork 11
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
Exchange tokens via mento broker #106
Conversation
…s and ck to sign and send it
…a530f8e187395c01615a7080be4b2ee62b4107689fabb90899b706/state dont hardcode gas for a different tx of course
🦋 Changeset detectedLatest commit: 2546acd The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
think showing exchange rates doesn't work because this call results in an empty array?
|
…tability mechanism
this gives nice spinners and will exit properly
…se getAmountOut when getting quote for stable to celo swaps use for estimated since for at least is a command flag and confusing
fixed |
Description
builds a swap transaction via mento sdk for exchanges.
The swap transaction is constructed via mento sdk using ethers js and then signed via the celo connection package to ensure compatibility with existing cli signing methods.
note on terms
Other changes
made
yarn dev
always build firstTested
successfully made a swap
Related issues
exchange
command now that Mento V1 is deprecated #27requires mento-protocol/mento-sdk#49
Backwards compatibility
yes
Documentation
same same