-
Notifications
You must be signed in to change notification settings - Fork 333
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 TON support for Swap (and Exchange in general) #7952
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 5 Skipped Deployments
|
1c9ee97
to
c05e46c
Compare
c05e46c
to
c164027
Compare
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
cde2372
to
8331958
Compare
@@ -48,26 +48,29 @@ export const getProviderConfig = async ( | |||
} | |||
}; | |||
|
|||
let testProvider: ExchangeProviderNameAndSignature | undefined; | |||
export let testProvider: ExchangeProviderNameAndSignature | undefined; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of exporting it, might be better to create a getter for it?
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the question for the commented constants
We need to redo the pnpm i
with a fresh lock file from develop
And add a changeset and we're good
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
✅ Checklist
npx changeset
was attached.📝 Description
Update Wallet-API core version to support TON serialization.Update partner's info test format to be consistent with CAL format.
Add more integration test in AppExchange with dedicated TON payload.
Fix infinite loader issue when
DISABLE_BROADCAST
and use old swap UI.❓ Context
🧐 Checklist for the PR Reviewers