Skip to content

Commit

Permalink
fix: chain on create nft warn (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
marthendalnunes authored Apr 5, 2024
1 parent 989d80d commit 313fe16
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/website/components/forms/form-create-l2-erc721.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,9 @@ export const FormCreateL2ERC721 = ({
?.optimismMintableERC721s?.items?.length > 0 && (
<div className="flex flex-col gap-y-2">
<p className="text-center text-sm font-medium text-red-500">
The NFT collection has already been synced with{" "}
{l2NetworksOptions[appMode][currentChainId || 1].name}. If the
token is not in the Emerald Superchain NFT token list, please
contact the collection creator to have it added.
The NFT collection has already been synced with {l2Chain.name}.
If the token is not in the Emerald Superchain NFT token list,
please contact the collection creator to have it added.
</p>
<Card className="max-h-[200px] overflow-y-auto break-words p-4">
{getOtimismMintableERC721ByRemoteTokenQuery.data?.optimismMintableERC721s?.items?.map(
Expand Down

0 comments on commit 313fe16

Please sign in to comment.