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

Unit tests #4

Merged
merged 8 commits into from
Oct 21, 2024
Merged

Unit tests #4

merged 8 commits into from
Oct 21, 2024

Conversation

skimaharvey
Copy link
Member

What does this PR introduce?

  • Add unit tests for all hyp tokens

@skimaharvey skimaharvey changed the base branch from main to changes October 15, 2024 15:36
Copy link
Member

@JeneaVranceanu JeneaVranceanu left a comment

Choose a reason for hiding this comment

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

LGTM as far as I can review except the formatting in .md files that looks strange.

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
Copy link
Member

@CJ42 CJ42 left a comment

Choose a reason for hiding this comment

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

lgtm. Added review comments

@@ -1,2 +1,2 @@
@/=node_modules/@
forge-std/=node_modules/forge-std/
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this remapping is mentioned twice, in foundry.toml as well. Suggest keeping it only in one place

image

script/Deploy.s.sol Outdated Show resolved Hide resolved

HypLSP7 internal lsp7Token;

address internal owner = makeAddr("owner");
Copy link
Member

Choose a reason for hiding this comment

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

This address is defined twice. Suggest removing this state variable and using the one above

image

@CJ42 CJ42 merged commit dd7d601 into changes Oct 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants