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 686 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.

zzq0826 and others added 28 commits August 26, 2024 20:24
* Add community page

* Fix search params

* Adjust mobile style

* Update link

* Fix label

* Adjust style

* Adjust styles

* Add og image

* Adjust camera position

* Adjust style
Fix: Use BigInt for handling large numbers to avoid scientific notation.
* Update copy

* Update style

* Adjust font size
* Add more assets

* Update Mitosis link

* Add logo for Mitosis

* fix: project url

* Update openblock api

* adjust find token logic

---------

Co-authored-by: holybasil <[email protected]>
@Holybasil Holybasil force-pushed the sepolia branch 2 times, most recently from 5975871 to b86453d Compare December 26, 2024 01:41
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