Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: align token symbol with parameter naming
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.
- Loading branch information