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

Fix/correct typos in batch bridge store #1297

Open
wants to merge 2 commits into
base: sepolia
Choose a base branch
from

Conversation

betrayalove
Copy link

PR Summary

-- The parameter depositTpye has been corrected to depositType in the changeBridgeSummaryType function.
-- The boolean flag depositAmountIsVaild has been renamed to depositAmountIsValid in both the interface and setter function.


Checklist

  • There are breaking changes
  • I've added/changed/removed ENV variable(s)
  • I checked whether I should update the docs and did so by updating /docs

Description

This PR fixes two typos in the BatchBridgeStore interface:

  1. depositTpye → depositType: A typo in the changeBridgeSummaryType function's parameter.
  2. depositAmountIsVaild → depositAmountIsValid: A typo in both the state property and the function changeDepositAmountIsValid.
    These changes do not introduce functional changes but improve code quality and readability.

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.

1 participant