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

Update Mayan protocol limit for MCTP and SWIFT #3240

Conversation

emreboga
Copy link
Collaborator

We are removing the limit for SWIFT and while keeping the one for MCTP at 10k.

@emreboga emreboga requested a review from artursapek January 30, 2025 13:18
Copy link

netlify bot commented Jan 30, 2025

👷 Deploy request for wormhole-connect pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 3cba7d7

Copy link

netlify bot commented Jan 30, 2025

👷 Deploy request for wormhole-connect-mainnet pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 3cba7d7


const MAYAN_BETA_LIMIT = 10_000; // USD
const MAYAN_BETA_PROTOCOLS = ['MCTP', 'SWIFT'];
const MAYAN_BETA_PROTOCOL_LIMITS = { MCTP: 10_000, SWIFT: null };
Copy link
Collaborator

Choose a reason for hiding this comment

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

just remove SWIFT from this object. there's a third protocol 'WH' which also doesn't have a limit.

https://github.com/mayan-finance/wormhole-sdk-route/blob/main/src/index.ts#L525

@emreboga
Copy link
Collaborator Author

emreboga commented Feb 3, 2025

Closing in favor of #3247

@emreboga emreboga closed this Feb 3, 2025
@emreboga emreboga deleted the emre/change-mayan-protocol-limits branch February 3, 2025 13:46
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