remove unlock abi for locker

This commit is contained in:
CounterFire2023 2024-07-17 19:18:35 +08:00
parent fd1233f042
commit 330c4f92c6

View File

@ -3,8 +3,7 @@ import { ethers } from 'ethers'
import { apiUnlockOrMint, apiMintNft } from '@/utils/marketplace'
const lockAbi = [
'function lock(address nft, address to, uint256[] tokenIds) external',
'function unlockOrMint(address nft, tuple[] nftList, uint256 signTime, uint256 saltNonce, bytes signature) external'
'function lock(address nft, address to, uint256[] tokenIds) external'
]
const erc721Abi = [