remove unlock abi for locker
This commit is contained in:
parent
fd1233f042
commit
330c4f92c6
@ -3,8 +3,7 @@ import { ethers } from 'ethers'
|
|||||||
import { apiUnlockOrMint, apiMintNft } from '@/utils/marketplace'
|
import { apiUnlockOrMint, apiMintNft } from '@/utils/marketplace'
|
||||||
|
|
||||||
const lockAbi = [
|
const lockAbi = [
|
||||||
'function lock(address nft, address to, uint256[] tokenIds) external',
|
'function lock(address nft, address to, uint256[] tokenIds) external'
|
||||||
'function unlockOrMint(address nft, tuple[] nftList, uint256 signTime, uint256 saltNonce, bytes signature) external'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const erc721Abi = [
|
const erc721Abi = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user