-
Notifications
You must be signed in to change notification settings - Fork 78
feat: Add Solana CCTP V2 IDLs #1123
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
Conversation
Question for reviewers: What else do I need to change so that I can import the new IDL's [here](https://github.com/across-protocol/relayer/blob/80b333c90da203bdedd12551d02b7195ef6985ba/src/adapter/bridges/SolanaUsdcCCTPBridge.ts#L26) ? Source: https://developers.circle.com/cctp/solana-programs
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
This reverts commit b0d726c.
|
@nicholaspai, you need to generate the new Codama clients for the new programs here: https://github.com/across-protocol/contracts/blob/master/scripts/svm/buildHelpers/generateSvmClients.ts. Then ensure they are exported here: https://github.com/across-protocol/contracts/blob/f14fbb9e1a8f416763202eb2b6a69f3f48b0483e/src/svm/clients/index.ts#L6-L7. |
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
| "MessageTransmitterV2": { | ||
| "address": "CCTPV2Sm4AdWt5296sk4P66VBZ7bEhcARwFaaS9YPbeC", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 383716739 |
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.
Should we hardcode these to the actual deployment blocks or does it not matter?
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.
I took it these from the last deployment slots as shown in explorer.
Question for reviewers: What else do I need to change so that I can import the new IDL's here ?
Source: https://developers.circle.com/cctp/solana-programs