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

Sui CCTP support #718

Merged
merged 23 commits into from
Oct 28, 2024
Merged

Sui CCTP support #718

merged 23 commits into from
Oct 28, 2024

Conversation

artursapek
Copy link
Collaborator

No description provided.

@@ -105,6 +106,18 @@ async function cctpTransfer<N extends Network>(
console.log("Completing Transfer");
const dstTxids = await xfer.completeTransfer(dst.signer);
console.log(`Completed Transfer: `, dstTxids);

console.log("Tracking Transfer Progress");
let receipt = CircleTransfer.getReceipt(xfer);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this to test isTransferComplete implementation in this example

@artursapek artursapek marked this pull request as ready for review October 15, 2024 22:52
@artursapek artursapek changed the title WIP: Sui CCTP support Sui CCTP support Oct 15, 2024
kev1n-peters
kev1n-peters previously approved these changes Oct 28, 2024
kev1n-peters
kev1n-peters previously approved these changes Oct 28, 2024
kev1n-peters
kev1n-peters previously approved these changes Oct 28, 2024
@artursapek artursapek merged commit 8d3a680 into main Oct 28, 2024
1 check passed
@artursapek artursapek deleted the sui-cctp branch October 28, 2024 19:29
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.

2 participants