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

Add token deploy on NEAR with evm proof. #62

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

kisialiou
Copy link
Contributor

No description provided.

@@ -23,6 +23,9 @@ const LOG_METADATA_DEPOSIT: u128 = 200_000_000_000_000_000_000_000;
const DEPLOY_TOKEN_WITH_VAA_GAS: u64 = 120_000_000_000_000;
const DEPLOY_TOKEN_WITH_VAA_DEPOSIT: u128 = 4_000_000_000_000_000_000_000_000;

const DEPLOY_TOKEN_WITH_EVM_PROOF_GAS: u64 = 120_000_000_000_000;
const DEPLOY_TOKEN_WITH_EVM_PROOF_DEPOSIT: u128 = 4_000_000_000_000_000_000_000_000;
Copy link
Contributor

Choose a reason for hiding this comment

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

Does deposit depend on which proof we are providing? If not, perhaps should be a single constant for all types

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed in 685daed

Copy link
Contributor

@kiseln kiseln left a comment

Choose a reason for hiding this comment

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

Happy to merge and fix the comments later - up to you

@frolvanya frolvanya marked this pull request as ready for review January 8, 2025 23:06
@kiseln kiseln merged commit b9e0d4a into main Jan 9, 2025
1 of 5 checks passed
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.

4 participants