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

refactor(its): rename valid token methods to more reeadable #296

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

ahramy
Copy link
Contributor

@ahramy ahramy commented Nov 4, 2024

AXE-6093

  • validTokenManagerAddress renamed to deployedTokenManager: Clearly indicates this function retrieves the address of a deployed TokenManager.
  • validTokenAddress renamed to registeredTokenAddress: Indicates it returns the token address managed by an already deployed TokenManager.

@ahramy ahramy requested a review from a team as a code owner November 4, 2024 23:59
@codecov-commenter
Copy link

codecov-commenter commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.76%. Comparing base (c58ed5e) to head (d586ef3).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #296      +/-   ##
==========================================
+ Coverage   97.67%   97.76%   +0.09%     
==========================================
  Files          19       19              
  Lines         601      537      -64     
  Branches      126      112      -14     
==========================================
- Hits          587      525      -62     
+ Misses          5        4       -1     
+ Partials        9        8       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ahramy ahramy changed the title feat(its): rename methods starting with valid token to a more readabl… refactor(its): rename methods starting with valid token to a more readabl… Nov 5, 2024
@ahramy ahramy changed the title refactor(its): rename methods starting with valid token to a more readabl… refactor(its): rename valid token methods to more reeadable Nov 5, 2024
@ahramy ahramy merged commit 19d27a4 into main Nov 6, 2024
5 checks passed
@ahramy ahramy deleted the feat/rename-methods-starting-with-valid-token branch November 6, 2024 01:08
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.

3 participants