Skip to content

Commit

Permalink
fix: mint nft template only for Scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed Apr 12, 2024
1 parent 959af85 commit fb546d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/EvmEditors/EvmBatchTxEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,11 @@ const EvmBatchTxEditor = ({
<Button w="110px" onClick={addTransfer}>
Transfer
</Button>
<Button w="110px" onClick={mintNFT}>
Mint NFT
</Button>
{chainId === "0x8274f" && (
<Button w="110px" onClick={mintNFT}>
Mint NFT
</Button>
)}
{chainId === "0xaa36a7" && (
<Button w="110px" onClick={SwapToken}>
Swap
Expand Down

0 comments on commit fb546d8

Please sign in to comment.