Skip to content

Commit

Permalink
📖 Refine Code Comments
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 4, 2024
1 parent 0607b90 commit eae456d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lib/create-util
Submodule create-util updated 2 files
+2 −2 package.json
+58 −58 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion lib/openzeppelin-contracts
2 changes: 1 addition & 1 deletion lib/solady
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ethers": "^6.13.4",
"keccak256": "^1.0.6",
"merkletreejs": "^0.4.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-solidity": "^1.4.1",
"solhint": "^5.0.3"
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/snekmate/tokens/erc20.vy
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ uses: ownable
from ..utils import ecdsa


# @dev We import and use the `eip712_domain_separator` module.
# @dev We import and initialise the `eip712_domain_separator` module.
from ..utils import eip712_domain_separator
initializes: eip712_domain_separator

Expand Down
2 changes: 1 addition & 1 deletion src/snekmate/tokens/erc721.vy
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ uses: ownable
from ..utils import ecdsa


# @dev We import and use the `eip712_domain_separator` module.
# @dev We import and initialise the `eip712_domain_separator` module.
from ..utils import eip712_domain_separator
initializes: eip712_domain_separator

Expand Down

0 comments on commit eae456d

Please sign in to comment.