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 declare-deploy logic #2791

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

franciszekjob
Copy link
Collaborator

Closes #

Introduced changes

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added relevant tests
  • Performed self-review of the code
  • Added changes to CHANGELOG.md

declare,
.await?;

let fee_token = declare_deploy.fee_token.clone();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
let fee_token = declare_deploy.fee_token.clone();
let fee_token = declare.validate_and_get_token()?;

for validating fee_token validate_and_get_token() method should be used

Comment on lines 238 to 239
let fee_token = declare.validate_and_get_token()?;

Copy link
Collaborator

Choose a reason for hiding this comment

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

it refers to this removal

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