You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the parameter for the ERC721 token should reflect its purpose. In the createOptimismMintableERC721 function, you passed _l1erc721 but used "L1T721" as the symbol. It may be clearer to use "L2T721" for consistency.
The text was updated successfully, but these errors were encountered:
0xObsidian
added a commit
to 0xObsidian/contracts_base
that referenced
this issue
Dec 3, 2024
This pr is to address issue base-org#99
Description
-----------
The `_l1erc721` parameter in createOptimismMintableERC721
represents the L1 token, while `L1T721` was incorrectly
used as the L2 token's symbol. Changed to `L2T721` to
properly reflect the relationship between the parameter
and the created token.
The name of the parameter for the ERC721 token should reflect its purpose. In the createOptimismMintableERC721 function, you passed _l1erc721 but used "L1T721" as the symbol. It may be clearer to use "L2T721" for consistency.
The text was updated successfully, but these errors were encountered: